Dashboard Mode - Frame nesting
Dashboard Goal
Understand how to organize a BI dashboard using nested frames in Figma for clear structure and easy updates.
Understand how to organize a BI dashboard using nested frames in Figma for clear structure and easy updates.
| Region | Salesperson | Sales ($) | Month |
|---|---|---|---|
| North | Alice | 1200 | January |
| South | Bob | 1500 | January |
| East | Charlie | 1000 | January |
| North | Alice | 1300 | February |
| South | Bob | 1600 | February |
| East | Charlie | 1100 | February |
Formulas/Calculations:
+--------------------------------------------------+ | Header Frame | | [Dashboard Title] [Date Filter] | +--------------------------------------------------+ | KPI Cards Frame: | | +------------+ +------------+ +----------------+ | | | Total | | Average | | Highest | | | | Sales:7700 | | Sales:1283 | | Sales:1600 | | | +------------+ +------------+ +----------------+ | +--------------------------------------------------+ | Sales Table Frame | | [Table with sales data rows] | +--------------------------------------------------+ | Sales Chart Frame | | [Bar chart: Sales by Region] | +--------------------------------------------------+
The Date Filter in the Header Frame controls the data shown in the KPI Cards, Sales Table, and Sales Chart frames. Selecting a month updates all nested frames to show sales data only for that month.
If you select February in the Date Filter, which components update and what changes occur?