Dashboard Mode - Custom table calculation scope
Business Question
How do sales trends change over months within each region, and how does the calculation scope affect the results?
How do sales trends change over months within each region, and how does the calculation scope affect the results?
| Region | Month | Sales |
|---|---|---|
| East | Jan | 100 |
| East | Feb | 150 |
| East | Mar | 200 |
| West | Jan | 120 |
| West | Feb | 180 |
| West | Mar | 160 |
| Central | Jan | 130 |
| Central | Feb | 170 |
+----------------------+-----------------------------+
| KPI Card | Line Chart: Table Across|
| Total Sales =1210 | (Running Total all regions) |
+----------------------+-----------------------------+
| Line Chart: Pane Across (per region) |
| (Running Total by month within each region) |
+-------------------------------------------------------+
| Table: Sales and Running Total per Region & Month |
+-------------------------------------------------------+
Filter by Region: Updates the line charts and table to show only selected regions. The KPI card updates total sales accordingly.
Filter by Month: Limits data shown in charts and table to selected months, updating running totals accordingly.
If you add a filter for Region = East, which components update and how?