Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
-Blair-
Helper I
Helper I

Version Control

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?

 

2 REPLIES 2
-Blair-
Helper I
Helper I

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?

blopez11
Super User
Super User

For dataflows, I export the json from the service, and place that in git

I haven't looked at the datamarts yet

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors