Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
In the past, with PBIX files I have managed version control of Power BI in one of two ways.
1. Save the datasets as templates to remove the data and then include the datasets and reports as part of the Visual Studio solution so it is captured as part of the Azure DevOps GIT repo.
2. Use a storage account to either manually capture versions or as a backend for Power Automate and Power Apps to store versions.
Question is.
With Data Flows and now the recently released Data Marts, these are built in the portal so how do you version control these?
If you can export the JSON, and re-import it if needed that would probally be the easiest option. Asuming you can re-import it to roll back?
For dataflows, I export the json from the service, and place that in git
I haven't looked at the datamarts yet