Dashboard Mode - Data bars
Dashboard Goal
Show sales performance visually using data bars to quickly see which products sold more.
Show sales performance visually using data bars to quickly see which products sold more.
| Product | Sales |
|---|---|
| Apples | 120 |
| Bananas | 80 |
| Cherries | 150 |
| Dates | 60 |
| Elderberries | 100 |
=SUM(B2:B6) Result: 510=AVERAGE(B2:B6) Result: 102+----------------------+------------------+ | Total Sales: 510 | Average Sales: 102| +----------------------+------------------+ | Product | Sales | |------------------------| | Apples | ▓▓▓▓▓▓▓▓▓▓ 120 | | Bananas | ▓▓▓▓▓▓ 80 | | Cherries | ▓▓▓▓▓▓▓▓▓▓▓▓ 150 | | Dates | ▓▓▓▓▓ 60 | | Elderberries| ▓▓▓▓▓▓▓ 100 | +------------------------+
Add a filter for Product category or date range (if available). When a filter is applied, the Sales Table updates to show only matching products, and the Total Sales and Average Sales KPIs recalculate based on filtered data.
If you add a filter to show only products with sales above 90, which components update?