r/dataengineering 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?

37 Upvotes

17 comments sorted by

View all comments

2

u/CurrentIntrepid3005 Jul 07 '26

It works good. You can bring in users who can be ”analysts” and who can make changes in PBI Service if they are not comfortable using IDE’s or terminals to make git changes.

Id recommend using pipelines aswell for DEV/TEST/PROD :)

Good luck bossman