Dashboard Mode - Why advanced charts tell better stories
Dashboard Goal
Understand how advanced charts like combo charts and sparklines help tell clearer stories from sales data.
Understand how advanced charts like combo charts and sparklines help tell clearer stories from sales data.
| Month | Sales | Profit | Expenses |
|---|---|---|---|
| Jan | 1000 | 300 | 700 |
| Feb | 1200 | 350 | 850 |
| Mar | 900 | 250 | 650 |
| Apr | 1400 | 400 | 1000 |
| May | 1300 | 370 | 930 |
| Jun | 1500 | 420 | 1080 |
Total Sales: =SUBTOTAL(109,B2:B7) (Result: 7300)Total Profit: =SUBTOTAL(109,C2:C7) (Result: 2090)Total Expenses: =SUBTOTAL(109,D2:D7) (Result: 5210)+----------------------+----------------------+ | KPI Cards (Sales, | Combo Chart: | | Profit, Expenses) | Sales & Profit over | | | Months | +----------------------+----------------------+ | Sparklines (Monthly Sales Trend) | +----------------------------------------------+
Add a filter for Month to select specific months. When a month is selected, the KPI cards, combo chart, and sparklines update to show data only for those months. This helps focus on particular periods and see detailed trends.
If you add a filter to show only months Jan to Mar, which components update?