Dashboard Metric Semantics
When to Use
- KPI cards or gauges are being designed.
- Teams disagree on what a dashboard metric means.
- Status colors, thresholds, or trend labels need clear logic.
Workflow
- Define the metric purpose and user decision it supports.
- Specify formula, grain, population, filters, and refresh cadence.
- Define comparator logic such as target, prior period, SLA, or threshold band.
- Define status semantics for colors, rings, labels, and trend arrows.
- Define what happens when the user clicks the metric.
Output Template
# Dashboard Metric Spec
## Metric identity
- Name:
- Purpose:
- Metric type:
## Calculation
- Formula:
- Grain:
- Filters:
- Refresh cadence:
## Status logic
- Green:
- Yellow:
- Red:
- Null / unavailable:
## Comparison basis
- Target:
- Prior period:
- SLA:
## Drill behavior
- Click destination:
- Default filters:
Quality Checklist
- Metric meaning is independent of the chart or card style.
- Status colors and labels have explicit logic.
- Comparison basis is unambiguous.
- Drill behavior matches the user’s next likely question.