Power BI Custom Visual
KPI Card for Power BI
AI-generated kpi card for Power BI. Describe what you need in plain English; download a ready-to-import .pbiviz file. Full TypeScript source included.
A KPI card is the single most-used visual in executive dashboards: a big number for the current metric, a small indicator for the delta vs. target or prior period, and often a sparkline showing the recent trend. It's the first thing a CEO's eyes land on.
Power BI's built-in card visual shows the number but none of the context. The KPI visual adds a trend line but forces a layout that looks dated. AppSource alternatives charge per user and rarely respect your brand palette.
VizForge generates a Power BI KPI card tailored to your brand: pick the typeface, the delta indicator style (up/down arrow, colored badge, percentage or absolute), whether to include a sparkline or a mini bar chart, and the padding. Our AI writes a clean .pbiviz you can drop onto any report page.
When to use a kpi card in Power BI
- Executive dashboard KPI row (revenue, customers, NPS, churn)
- SaaS metrics card (MRR, ARR, logo growth)
- Operations scorecard (uptime, incidents, response time)
- Real-time monitoring (last-hour events, active users)
- Portfolio value snapshots with prior-day change
Example prompt
Example VizForge prompt
KPI card: big number (current MRR), small delta below showing vs. last month with green up-arrow or red down-arrow, sparkline of the last 12 months, padding 16px, our brand font.
Data shape required
At minimum: a current-value measure. Recommended: a comparison measure (target or prior period) and a trend column (date, value pairs).
Typical DAX measures
MRR = SUM( Subscriptions[Monthly Fee] )
MRR Prior Month =
CALCULATE( [MRR], DATEADD( 'Date'[Date], -1, MONTH ) )
MRR Delta Percent =
DIVIDE( [MRR] - [MRR Prior Month], [MRR Prior Month] )Free plan: 3 visuals per month. No credit card required.
FAQ
Can the card use my brand colors?
Yes. Prompt with your hex values or let the visual pick up the current Power BI theme. Arrow and badge colors are configurable separately.
Sparkline vs. mini bar chart?
Either. Specify your preference in the prompt; the formatting pane lets you switch after generation.
How does it handle zero or missing data?
VizForge's AI validation catches null/empty DataView first thing in update(), so the card renders a dash instead of crashing.
Can I tap the card to drill through?
Yes — all VizForge visuals support standard Power BI drill-through. Set your target page and the card acts as a drill source.
How-to guides for kpi card
Power BI How-To
AI-First Power BI
Decision Guide
Power BI Customization
Free .pbiviz Generator
Related visuals
AI-generated bullet chart for Power BI. Stephen Few's compact KPI visual — actual, target, and qualitative ranges in one
AI-generated gauge chart for Power BI. Radial gauge with target bands, threshold coloring, and multi-axis variants.
AI-generated sunburst chart for Power BI. Radial hierarchy — org charts, category drilldowns, hierarchical proportions.
Need a related visual?
Browse the full VizForge visual catalog →