Dashboard Mode - Tables (Insert Table) and benefits
Goal
See how using Excel Tables helps organize data and makes calculations easier.
See how using Excel Tables helps organize data and makes calculations easier.
| Order ID | Product | Quantity | Price per Unit |
|---|---|---|---|
| 1001 | Apples | 10 | 0.5 |
| 1002 | Bananas | 5 | 0.3 |
| 1003 | Cherries | 20 | 1.2 |
| 1004 | Dates | 7 | 1.5 |
| 1005 | Elderberries | 3 | 2.0 |
=SUBTOTAL(109,Table1[Quantity])=SUBTOTAL(109,Table1[Total Price])Table1. This allows easy filtering and structured references.=[@Quantity]*[@[Price per Unit]]+----------------------+----------------------+ | Total Quantity Sold | Total Sales Amount | | [KPI] | [KPI] | +----------------------+----------------------+ | Sales Data Table | | (with Total Price column) | +----------------------------------------------------------+
The Excel Table allows filtering by Product or Order ID. When you filter the table, the KPI cards update automatically because their formulas use the Table's filtered data.
If you filter the table to show only orders with Quantity greater than 5, which components update?