Dashboard Mode - Why formatting communicates data meaning
Dashboard Goal
Help users quickly understand sales performance by using formatting to highlight important data.
Help users quickly understand sales performance by using formatting to highlight important data.
| Region | Sales | Target | Difference |
|---|---|---|---|
| North | 1200 | 1000 | =B2-C2 |
| South | 800 | 900 | =B3-C3 |
| East | 950 | 950 | =B4-C4 |
| West | 1100 | 1050 | =B5-C5 |
| Central | 700 | 750 | =B6-C6 |
=SUM(B2:B6) (Result: 4750)=AVERAGE(D2:D6) (Result: 20)+----------------------+----------------------+ | KPI Cards | KPI Cards | | Total Sales (4750) | Average Diff (20) | +----------------------+----------------------+ | Sales Table | | Region | Sales | Target | Difference | | (with colors) | +------------------------------------------------+ | Bar Chart | | Sales vs Target by Region | +------------------------------------------------+
Adding a filter for Region lets users select one or more regions. When filtered:
If you add a filter to show only regions where sales are below target, which components update and how?