Dashboard Mode - Table and matrix layouts
Dashboard Goal
Understand sales performance by product and region using tables and matrix layouts to compare values clearly.
Understand sales performance by product and region using tables and matrix layouts to compare values clearly.
| Region | Product | Sales | Quantity |
|---|---|---|---|
| North | Apples | 100 | 50 |
| North | Bananas | 150 | 75 |
| South | Apples | 200 | 100 |
| South | Bananas | 120 | 60 |
| East | Apples | 180 | 90 |
| East | Bananas | 160 | 80 |
| West | Apples | 140 | 70 |
| West | Bananas | 130 | 65 |
Total Sales = SUM(Sales[Sales])SUM(Sales[Sales])+----------------------+----------------------+ | Total Sales | | | 1180 | | +----------------------+ Sales by Region | | | and Product Table | | | | | | | +----------------------+----------------------+ | Sales Summary Matrix | | | | | +----------------------------------------------+
A slicer for Region filters both the Table and Matrix components. Selecting a region updates the sales data shown in the table and the matrix to only that region's data. The Total Sales KPI card also updates to show the sum of sales for the selected region.
If you add a filter for Region = South, which components update and what changes occur?