Dashboard Mode - Gauge visual
Dashboard Goal
Show how close sales are to the target using a gauge visual.
Show how close sales are to the target using a gauge visual.
| Month | Sales | Target |
|---|---|---|
| January | 120 | 200 |
| February | 150 | 200 |
| March | 180 | 200 |
| April | 210 | 200 |
| May | 190 | 200 |
Total Sales = SUM(SalesData[Sales])Sales Target = MAX(SalesData[Target])Total Sales (850)Sales Target (200)+----------------------+----------------------+ | Total Sales | Sales Target | | (KPI Card) | (KPI Card) | +----------------------+----------------------+ | Gauge Visual | | Sales vs Target | +-------------------------------------------------+
Adding a month filter updates the Total Sales KPI and the Gauge Visual to show sales progress for the selected month(s). The Sales Target remains constant as it is the fixed target value.
If you add a filter for Month = March, what happens?