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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Using PowerBI Desktop to manage dataset through XMLA

Hi all,

 

We recently upgrade to Premium Per User, to be able to create a more streamlined deployment process. We currently used to publish our datamodel as a PBIX file to a workspace, but with a file growing to over 100Mb, managing that through GIT with Azure Devops Pipelines is not really ideal. Also, versioning of PBIX files is not possible, as they are large binary files.

 

With PPU, I was able to deploy changes to the dataset using Tabular Editor, and by saving all the model assets as small JSON files, a GIT based deployment is a lot clearer:

  1. Developer makes changes using TabularEditor, directly on the model through XMLA in a dev-workspace
  2. When everything works, he saves the model in a directory
  3. Using VSCode, changes are pushed into GIT 
  4. A DevOps pipeline can now run, deploying the updated model with TabularEditor (commandline) through XMLA to a test-workspace.

Now in theory this works fine, but there is one big caveat: once you start using the XMLA endpoint, you can no longer download the datamodel as a PBIX file. And that's a problem for us: several developers rely on PowerBI Desktop for changing the model, because it has a lot of wizards and preview options to create calculated columns and measures. Doing everything "by hand" in Tabular Editor is not an option for the entire team.

 

So I was wondering if there is a way to keep using PowerBI Desktop to make changes to our data model? Or are you stuck with tools like TabularEditor once you start using the XMLA endpoint? I am hoping that I missed something, or maybe a future release of PowerBI Desktop might support this?

 

Kind regards,

 

Johannes

1 REPLY 1
lbendlin
Super User
Super User

You are missing the Power BI Template part. PBIT files are PBIX files with all the meta data and none of the data, so they are well suitable for git handling.  Some of us even disect the PBIT  (basically ZIP archives) and push the individual components to git.

 

Another piece of the puzzle is ALM Toolkit.  You will want to check if that suits your needs better than Tabular Editor.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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
Top Kudoed Authors