Dashboard Mode - Bar and column charts
Dashboard Goal
Understand sales performance by product category and region using bar and column charts.
Understand sales performance by product category and region using bar and column charts.
| Product Category | Region | Sales |
|---|---|---|
| Electronics | North | 1200 |
| Electronics | South | 900 |
| Furniture | North | 700 |
| Furniture | South | 600 |
| Clothing | North | 400 |
| Clothing | South | 500 |
Total Sales = SUM(SalesData[Sales])SUM(SalesData[Sales]) grouped by Product CategorySUM(SalesData[Sales]) grouped by Region+----------------------+----------------------+ | KPI Card | | | Total Sales: 4300 | Bar Chart: Sales by | | | Product Category | +----------------------+ | | | | | | | +----------------------+----------------------+ | Column Chart: Sales by Region | +----------------------------------------------+
A slicer for Region allows filtering all components. Selecting a region updates the KPI card, bar chart, and column chart to show sales only for that region.
Similarly, a slicer for Product Category filters all visuals to show sales for the selected category.
If you add a filter to select Region = North, which components update and what are their new values?