Bring your data
Bind Power BI Values or upload local CSV and XLSX sources in the Playground.
HyperPBI turns strict JSON and your existing data into polished dashboard experiences that run through the same validation and component runtime in Power BI and the browser.
{
"version": "2.0",
"title": "Operations overview",
"components": [
{ "type": "kpi", "id": "revenue",
"field": "revenue", "format": "$0.0a" },
{ "type": "lineChart", "id": "trend",
"category": "month", "measure": "revenue" }
]
}Every surface shares the same schema, preparation pipeline, safety rules, and runtime behavior.
Bind Power BI Values or upload local CSV and XLSX sources in the Playground.
Use the Studio, strict JSON, reusable patterns, or an approved external AI workflow.
Resolve fields, datasets, interactions, styles, and security policies before render.
Use one portable specification with explicit browser and Power BI host bridges.
Go beyond disconnected charts with responsive application shells, controls, overlays, logical datasets, declarative actions, analytical maps, and safe SVG.