Bird
0
0
PCB Designbi_tool~8 mins

Component values and references in PCB Design - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Component values and references
Dashboard Goal

Understand the distribution of component values and their reference designators on a PCB to help with inventory and assembly planning.

Sample Data
ReferenceComponent TypeValueQuantity
R1Resistor10kΩ1
R2Resistor10kΩ1
C1Capacitor100nF1
C2Capacitor10uF1
U1ICATmega3281
L1Inductor10uH1
R3Resistor1kΩ1
Dashboard Components
  • KPI Card: Total Components
    Formula: COUNTROWS(Data)
    Result: 7
  • KPI Card: Total Resistors
    Formula: CALCULATE(COUNTROWS(Data), Data[Component Type] = "Resistor")
    Result: 3
  • Bar Chart: Quantity by Component Type
    X-axis: Component Type
    Y-axis: SUM(Quantity)
    Shows total quantity per component type
  • Table: Components with Values
    Columns: Reference, Component Type, Value, Quantity
    Shows detailed list of components
Dashboard Layout
+----------------------+----------------------+
| Total Components (7) | Total Resistors (3)  |
+----------------------+----------------------+
|                      Bar Chart: Quantity by Component Type           |
|                      (Resistor, Capacitor, IC, Inductor)            |
+---------------------------------------------------------------------+
|                          Table: Components with Values              |
+---------------------------------------------------------------------+
Interactivity

A filter by Component Type allows users to select one or multiple types. When applied, the KPI cards, bar chart, and table update to show data only for the selected component types.

Self Check

If you add a filter for Component Type = Capacitor, which components update?

  • KPI Cards update: Total Components shows 2, Total Resistors shows 0
  • Bar Chart updates to show only Capacitor quantity (2)
  • Table shows only Capacitor rows (C1 and C2)
Key Result
Dashboard shows total components, resistor count, quantity by type, and detailed component list with filtering by component type.