Dashboard Mode - Mobile-first design workflow
Goal
Understand how to create a simple mobile-first dashboard design workflow using Figma for business intelligence reports.
Understand how to create a simple mobile-first dashboard design workflow using Figma for business intelligence reports.
| Product | Region | Sales | Month |
|---|---|---|---|
| Alpha | North | 120 | January |
| Beta | South | 150 | January |
| Alpha | North | 130 | February |
| Beta | South | 170 | February |
| Alpha | North | 140 | March |
| Beta | South | 160 | March |
+-----------------------+ | KPI Card | +-----------------------+ | Bar Chart | | (scrollable if needed) | +-----------------------+ | Filter: Region | +-----------------------+ | Detailed Sales Table | +-----------------------+
The Region filter updates the Bar Chart and Detailed Sales Table to show only data for the selected region. The KPI Card updates total sales accordingly.
If you select the Region filter to 'North', which components update and what is the new total sales?
Answer: KPI Card updates to 390 (120+130+140). Bar Chart and Table show only North region data.