Dashboard Mode - Documentation within Figma
Goal
Understand how to add clear documentation inside Figma files to help teams use and maintain BI dashboards effectively.
Understand how to add clear documentation inside Figma files to help teams use and maintain BI dashboards effectively.
| Component | Description | Notes |
|---|---|---|
| Sales KPI Card | Shows total sales amount | Uses SUM of sales data |
| Sales Trend Chart | Line chart of sales over months | Helps identify seasonality |
| Region Filter | Dropdown to select sales region | Filters all visuals |
| Data Source Info | Text block describing data origin | Updated monthly |
| Calculation Notes | Text explaining formulas used | Includes DAX expressions |
SUM(Sales[Amount]). Shows 600 for sample data.+----------------------+-----------------------+ | Sales KPI Card | Data Source Info | | (Top-left) | (Top-right) | +----------------------+-----------------------+ | Sales Trend Chart | | (Full width below KPI and Info) | +-------------------------------------------+ | Region Filter | | (Bottom, full width) | +-------------------------------------------+ | Calculation Notes | | (Footer, full width) | +-------------------------------------------+
The Region Filter dropdown controls which region's data is shown in the Sales KPI Card and Sales Trend Chart. Selecting a region updates these visuals instantly.
The Data Source Info and Calculation Notes are static text elements providing context and do not change with filters.
If you select "East" in the Region Filter, which components update?