Can I preview a Microsoft Fabric dashboard change before merging?
Run dac serve on your branch to preview the dashboard against Microsoft Fabric. Reviewers see the real change, querying Microsoft Fabric live, before it merges to main.
Command
dac serveDefined in
YAML
Works with
Microsoft Fabric + git
What you get
Branch previewlive queriesPR review
How it works in code
$ git checkout -b new-dash
$ dac serve # preview against fabricRun dac serve and reviewers see the live Microsoft Fabric dashboard for that branch.
Related use cases
Version control and code review
Review dashboard changes in a pull request
How can my team review dashboard changes in a PR before they go live?
Version control and code reviewTrack dashboard history in git
How do I see who changed a dashboard and when?
Version control and code reviewRoll back a broken dashboard with git revert
A dashboard broke after a change. How do I roll it back fast?
Dashboards that live in git
Open source. Write YAML, run one command, query your warehouse directly.