Dashboard Mode - Reference bands
Dashboard Goal
Understand how sales compare to average and target values using reference bands in a sales dashboard.
Understand how sales compare to average and target values using reference bands in a sales dashboard.
| Region | Month | Sales | Target |
|---|---|---|---|
| North | Jan | 120 | 100 |
| North | Feb | 150 | 130 |
| South | Jan | 90 | 100 |
| South | Feb | 110 | 120 |
| East | Jan | 130 | 110 |
| East | Feb | 140 | 130 |
| West | Jan | 100 | 90 |
| West | Feb | 115 | 100 |
SUM([Sales])AVG([Sales])[Sales] - [Target]+----------------------+----------------------+ | Total Sales (KPI) | Average Sales (KPI) | +----------------------+----------------------+ | Line Chart: Monthly Sales by Region | | (with reference bands for average and target) | +-----------------------------------------------------------------------------+ | Sales vs Target Detail Table | +-----------------------------------------------------------------------------+
Region Filter: Selecting a region updates the line chart and detail table to show only that region's data. KPI cards update to reflect totals and averages for the selected region.
Month Filter: Selecting one or more months filters all components to those months, updating sales totals, averages, and the reference bands accordingly.
If you add a filter to show only the South region, which components update and how?