Layout Pattern
KPI Scorecard
Row of KPIs with current value, target, and RAG status. The health check at a glance.
KPIsTrackingStatus
How to Use It
Different from Stats & Metrics (which shows isolated wins), a scorecard shows accountability - every KPI has a target and a color-coded status. Format as a table with columns: Metric, Current, Target, Variance, Status. Use traffic-light colors for status (green/amber/red). 5-8 rows works best. Use this for QBRs, board reviews, and operational reviews where audit trail matters more than visual drama.
Content Zones
HeadlineKey insight
EvidenceChart, metric, or table
OPF Config
layouts:kpi-scorecardOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/kpi-scorecard"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "kpi-scorecard",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.