Dashboard Mode - Performance Analyzer
Dashboard Goal
This dashboard helps you understand how fast your Power BI report visuals load. It shows the time each visual takes to display data so you can find and fix slow parts.
This dashboard helps you understand how fast your Power BI report visuals load. It shows the time each visual takes to display data so you can find and fix slow parts.
| Order ID | Product | Category | Sales Amount | Order Date |
|---|---|---|---|---|
| 1001 | Chair | Furniture | 150 | 2024-01-10 |
| 1002 | Desk | Furniture | 300 | 2024-01-15 |
| 1003 | Pen | Office Supplies | 20 | 2024-01-20 |
| 1004 | Notebook | Office Supplies | 45 | 2024-01-25 |
| 1005 | Monitor | Technology | 400 | 2024-01-30 |
| 1006 | Keyboard | Technology | 80 | 2024-02-05 |
Total Sales = SUM('Sales'[Sales Amount])Sales by Category = SUM('Sales'[Sales Amount]) grouped by Category| Visual Name | Load Time (ms) |
|---|---|
| Total Sales KPI | 120 |
| Sales by Category Chart | 350 |
| Sales Data Table | 200 |
+----------------------+-------------------------+ | Total Sales | Sales by Category | | (KPI Card) | (Bar Chart) | +----------------------+-------------------------+ | Performance | Sales Data Table | | Analyzer Table | | +----------------------+-------------------------+
Applying a date filter (e.g., only show orders from January 2024) updates all visuals:
If you add a filter for Category = Technology, which components update and how?