Dashboard Mode - Frame nesting
Dashboard Goal
Understand how to organize a BI dashboard using nested frames in Figma for clear structure and easy updates.
Jump into concepts and practice - no test required
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?
frame nesting in Figma?Parent containing two nested frames Child1 and Child2, what happens if you move Parent?Parent and nested frames move together matches this expected behavior.Child inside Parent, but when you try to move Parent, Child does not move. What is the likely issue?