Forum Discussion
Sharing a pbix between multiple people using sharepoint or powerbi service
- 2 years ago
You could try this approach to version control with SharePoint:
https://powerbi.tips/2021/02/power-bi-version-control/A non-SharePoint approach:
https://radacad.com/version-control-in-power-bi-and-fabricPersonally, I track the Tabular Editor folder structure in Git similarly to this approach:
https://data-goblins.com/power-bi/version-control
I think eventually the plan is that Microsoft is going to be putting all the data modeling into the web version of the product, but it's not there yet. If you don't have the ability to sync the folder, then I think you are stuck downloading/editing for now - you could opt to have your users check out the file so that people know when someone else is editing it, but you run into the problem of people not remembering to check it back in that way so it's not a perfect solution.