This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Your file has been submitted successfully. We’re processing it now - please check back in a few minutes to view your report.
04-17-2026 20:38 PM - last edited 04-17-2026 20:46 PM
The problem
Semantic model developers constantly face "what if?" questions: What if I change this measure's formula? How much would the number move? Which downstream KPIs would be affected? Is it safe to make this change?
Today the only option is to edit the live model, evaluate, and revert. That's risky in production, slow in development, and impossible to do side-by-side. There's no "preview" button for DAX.
The solution
Playground gives you a safe sandbox for measure experimentation. It introduces four operations:
Explore reads every measure from the TMSL , evaluates each one at total level, and presents a searchable catalog with DAX expressions and current values.
What-If. evaluates both the original and your modified DAX side-by-side using overrides in . The live model definition is never touched. Supports optional dimensional breakdowns via .
Impact finds every downstream measure that references the one you changed (via regex-based DAX dependency parsing), re-evaluates each with your override injected, and reports the full cascade of value changes.
Compare evaluates multiple alternative formulas for the same measure in a single call, rendering a comparison table and chart.
Why this advances developer experience
Every other tool in the Semantic Link ecosystem is read-only — it inspects, validates, diffs, or documents the model as it is. Playground is the only tool that lets you safely change a measure and see what happens, without committing to the live model. It fills the gap between "I have an idea for a formula change" and "I'm confident enough to deploy it."
https://github.com/ssritharsajitha/Semantic-Link-Playground
https%3A%2F%2Fgithub.com%2Fssritharsajitha%2FSemantic-Link-Playground