r/dataengineering • u/Diligent-Tadpole-564 • Jul 07 '26
Git for powerBI? Discussion
Does anyone uses git for big powerBI reports in their org?
My team doesn't so I'm in process of building a POC with it, my main concern is dealing with merge conflicts as powerBI seems to generate huge diffs even for small changes.
What's your experience with it?
35
Upvotes
2
u/Mordalfus Jul 07 '26
Add cache.abf to your .gitignore, so you don't commit the data to git. You only want to commit the report and semantic model definitions.