Dashboard Mode - Incremental refresh
Business Question
How can we efficiently update a large sales dataset in Power BI by refreshing only recent data instead of the entire dataset?
How can we efficiently update a large sales dataset in Power BI by refreshing only recent data instead of the entire dataset?
| Date | Region | Product | Sales Amount |
|---|---|---|---|
| 2023-01-05 | North | Widget A | 100 |
| 2023-01-15 | South | Widget B | 200 |
| 2023-02-10 | East | Widget A | 150 |
| 2023-03-20 | West | Widget C | 300 |
| 2023-04-05 | North | Widget B | 250 |
| 2023-04-25 | South | Widget C | 350 |
| 2023-05-10 | East | Widget A | 400 |
Total Sales = SUM('Sales'[Sales Amount])+----------------------+----------------------+ | Total Sales | Sales Over Time | | (KPI Card) | (Line Chart) | +----------------------+----------------------+ | Recent Sales Data Table | +--------------------------------------------------+
The incremental refresh policy works behind the scenes to limit data refresh to recent dates only. Users can apply date filters or slicers on the dashboard to view sales for specific periods. The Total Sales KPI and Sales Over Time chart update dynamically based on these filters. The Recent Sales Data table always shows data within the last 60 days, reflecting the incremental refresh window.
If you add a filter to show sales only for the last 30 days, which components update?