Dashboard Mode - Creating dataflows
Dashboard Goal
Understand how to create and use dataflows in Power BI to prepare and reuse data for reports and dashboards.
Understand how to create and use dataflows in Power BI to prepare and reuse data for reports and dashboards.
| Date | Product | Category | Region | Sales Amount |
|---|---|---|---|---|
| 2024-01-05 | Notebook | Stationery | North | 120 |
| 2024-01-10 | Pen | Stationery | South | 80 |
| 2024-01-15 | Chair | Furniture | East | 300 |
| 2024-01-20 | Desk | Furniture | West | 450 |
| 2024-01-25 | Marker | Stationery | North | 60 |
| 2024-01-30 | Table | Furniture | South | 500 |
Total Sales = SUM('Sales'[Sales Amount])Sales by Category = SUM('Sales'[Sales Amount]) grouped by Sales Category column from dataflow.+----------------------+----------------------+ | KPI Card | Bar Chart | | Total Sales | Sales by Category | +----------------------+----------------------+ | Sales Details Table | | Date | Product | Region | Sales Amount | +-----------------------------------------------+
Filters or slicers can be added on Region or Category fields. When a filter is applied, all components update automatically because they use the same dataflow as their data source. For example, selecting Region = North will update the KPI card, bar chart, and table to show only North region sales.
If you add a filter for Category = Furniture, which components update and what changes occur?