Dashboard Mode - Direction (horizontal, vertical)
Dashboard Goal
Understand how to arrange dashboard elements horizontally and vertically for clear data presentation.
Understand how to arrange dashboard elements horizontally and vertically for clear data presentation.
| Month | Sales | Profit |
|---|---|---|
| January | 100 | 30 |
| February | 150 | 50 |
| March | 200 | 70 |
| April | 180 | 60 |
| May | 220 | 80 |
SUM(Sales) = 100 + 150 + 200 + 180 + 220 = 850SUM(Profit) = 30 + 50 + 70 + 60 + 80 = 290
+----------------+----------------+
| Total Sales | Total Profit |
| (KPI Card) | (KPI Card) |
+----------------+----------------+
| Bar Chart (Sales Horizontal) |
+-------------------------------------------------------+
| Column Chart (Profit Vertical) |
+-------------------------------------------------------+
| Data Table |
+-------------------------------------------------------+
Adding a month filter updates all components: KPI cards, bar chart, column chart, and data table to show data only for the selected month(s).
If you add a filter for Month = "March", which components update?