Forum Discussion
Source / Version Control for PBIX files
- Anonymous10 years ago
edwardrmiles Well, I can speak to how it acts in VS 2015. (but I would imagine it works just as well in other versions)
Create a folder under a solution, add your PBIX files.
Double click on your PBIX file, and the Power BI Desktop opens.Make Changes, and the PBIX file acts like other VS objects and is marked as altered and must be checked back in.
Hos os this going to help to determine the changes made from one version to the next? I am thinking on changes that could be made to the queries, transformations, visuals, etc, etc..
- alwyng9 years agoRegular Visitor
We use TFS in conjunction with GIT to source control. Unfortunately the PBIX files aren't text/xml based as you would find in for example SSRS rdl files. But GIT allows us to add a commit message documenting what the change was. Multiple changes=multiple commits. GIT also allows us to source control outside of VS.