metricsexecutivedata-heavy

KPI Dashboard Slide Template

Grid of 2-6 KPI metrics with large numbers, labels, and optional trend indicators. Optional takeaway banner at bottom. Best for quarterly reviews, performance snapshots, executive scorecards.

Try in Playground
KPI Dashboard slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
26
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
metrics
Array of metrics items
text
{"type":"string"}

Example brief

Q1: revenue $12.4M (+18%), 847 new clients (+23%), retention 94.2%, NPS 4.7. Strong quarter across all segments.

API example

With a brief (async, $0.05)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template": "cbddc7b0-863e-5476-8723-185f3c45f9a5",
    "brief": "Q1: revenue $12.4M (+18%), 847 new clients (+23%), retention 94.2%, NPS 4.7. Str..."
  }'

With structured params (sync, $0.03)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "cbddc7b0-863e-5476-8723-185f3c45f9a5",
  "params": {
    "metrics": [
      {
        "value": "$12.4M",
        "label": "Revenue",
        "trend": "+18% YoY",
        "trend_dir": "up"
      },
      {
        "value": "847",
        "label": "New Clients",
        "trend": "+23% vs Q4",
        "trend_dir": "up"
      },
      {
        "value": "94.2%",
        "label": "Retention Rate",
        "trend": "-0.3pp",
        "trend_dir": "down"
      },
      {
        "value": "4.7/5.0",
        "label": "NPS Score",
        "trend": "+0.2 pts",
        "trend_dir": "up"
      },
      {
        "value": "$8.3M",
        "label": "Pipeline Value",
        "trend": "+31% MoM",
        "trend_dir": "up"
      },
      {
        "value": "$85K",
        "label": "Avg Deal Size",
        "trend": "+12%",
        "trend_dir": "up"
      }
    ],
    "text": "APAC drove 42% of total growth, indicating strong regional momentum. However, SMB churn in the $5K-$15K deal tier requires immediate attention to protect long-term revenue stability.",
    "title": "Strong growth with emerging risks in SMB segment",
    "subtitle": "Executive KPI Dashboard",
    "footer": "Executive KPI Dashboard | Source: Q3 FY2025 Performance Data",
    "takeaway": "Accelerate APAC investment while launching SMB retention initiative"
  }
}'

Tags

kpimetricsdashboardnumbersperformancescorecardquarterlyrevenuegrowthresults

Related templates

Frequently asked questions

How do I render a KPI Dashboard slide?

Send a POST request to /v1/render with template "cbddc7b0-863e-5476-8723-185f3c45f9a5" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.

What data does the KPI Dashboard template accept?

The KPI Dashboard template accepts: metrics, text. Supports 2-6 items. See the parameter reference below for details.

Can I customize the colors and fonts of this template?

Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.

Try this template

Render a KPI Dashboard slide in under 1 second. $3 free credit, no card required.