Dashboard Mode - Context filters
Business Question
How do we analyze sales performance for top product categories in selected regions using context filters to improve dashboard speed and accuracy?
How do we analyze sales performance for top product categories in selected regions using context filters to improve dashboard speed and accuracy?
| Order ID | Region | Category | Sales | Profit |
|---|---|---|---|---|
| 1001 | East | Furniture | 500 | 50 |
| 1002 | West | Technology | 1200 | 300 |
| 1003 | East | Office Supplies | 300 | 30 |
| 1004 | South | Furniture | 700 | 70 |
| 1005 | West | Office Supplies | 400 | 40 |
| 1006 | East | Technology | 1500 | 350 |
| 1007 | South | Technology | 800 | 200 |
+----------------------+----------------------+
| Total Sales | Total Profit |
| (KPI Card) | (KPI Card) |
+----------------------+----------------------+
| |
| Sales by Category (Bar Chart) |
| |
+----------------------------------------------+
| Context Filter: Region | Regular Filter: Category |
+-----------------------+-------------------------+
The Context Filter on Region is applied first. It limits the data to only the selected regions, for example, East and West. This reduces the data volume and speeds up the dashboard.
After the context filter, the Regular Filter on Category selects the top product categories based on sales within the filtered regions.
All KPI cards and the bar chart update dynamically based on these filters. Changing the Region context filter recalculates all components quickly because it sets the data scope first.
If you add a context filter to select only the East region, which components update and how?