This project showcases an interactive sales performance dashboard built using Streamlit, designed to track and visualize key sales metrics, top products, and revenue trends across regions, teams, and time.
- Dynamically filter the entire dashboard by:
- β Team
- β Region
- β Year
- β Product
- Filters are linked, meaning selections in one filter update the options in others for a consistent view.
- Total Sales (β¦)
- Number of Orders
- Top Selling Product π
- Most Profitable Product π°
- Sales Per Order
- Top 5 Products Bar Chart β quickly see best-sellers
- Sales Over Time Line Chart β monthly trends per year
- Interactive hover tooltips via Plotly
- Beautifully formatted tables with currency formatting ($, comma separators)
- Clean, readable table view of sales details
- Custom column formatting
- Indexed removed for presentation
This dashboard was built as a mini project to demonstrate:
- Proficiency in Streamlit for building real-world dashboards
- Clean, modular layout for professional use
- Use of interactive filtering and data formatting
- Preparing dashboards for deployment and sharing