Skip to main content

Power BI

Needs Votes

source control

Vote (869) Share
Michael Steineke's profile image

Michael Steineke on 09 Sep 2015 03:46:32

PowerBI.com should have some type of Source Code control integration for change control

Comments (66)
Michael Steineke's profile image Profile Picture

b68e5966 a08f-4787-8297-937b45426539 on 05 Jul 2020 22:34:43

RE: source control

We currently use QlikView as our BI platform, which integrates (indirectly through SVN) with GitHub. QlikView reports (QVW's) are broken down into a series of XML and text files, and a single binary file. It would be nice to have a solution like this for easy integration with any source control system.

Michael Steineke's profile image Profile Picture

3ad239c7 2f78-4deb-8f8b-1dd96b0a40d3 on 05 Jul 2020 22:33:06

RE: source control

'Here's my dream workflow:
1. My developer creates (on their own computer) a new BI chart that displays my data just the way I want it
2. They "publish" to the web and the source code goes with it
3. Enjoy the awesomeness of PowerBI on the web!

-------- time passes

4. I tell a different developer to update the chart
5. They download the source code from the web, right where it was published!
6. They update chart and when they publish, the new code is saved to the web!

Right now my team has actually lost source code to a chart, requiring us to recreate the chart from memory. This was because we didn't even think that the source code wouldn't be saved

Michael Steineke's profile image Profile Picture

e5cf1bd2 4b57-41a0-8199-103c135345e0 on 05 Jul 2020 22:30:49

RE: source control

I just use Git. It's binary files so it's not great for mergs / changes, but checking out previous commits has worked for going back and keeping a historical record of data.

Michael Steineke's profile image Profile Picture

13abe256 3535-4fac-88c2-644e74ca7e48 on 05 Jul 2020 22:26:22

RE: source control

Yeah, I was able to use tfs in visual studio to accomplish this. I created a new sql server project under my main ssas solution and am able to add powerbi files to a new tree folder structure.

Michael Steineke's profile image Profile Picture

7264df28 623d-4c6c-90a8-0b0ac8fe6a74 on 05 Jul 2020 22:22:29

RE: source control

This is a must in Enteprise grade solutions!

Michael Steineke's profile image Profile Picture

c12edb4a 8769-4116-9274-169adbb9544f on 05 Jul 2020 22:22:20

RE: source control

there are many separate requests for some sort of source control / change control of report development. thats hiding the number of votes for it.

Suggest something like SSRS report development a visual studio project that could be optional and connected to a source control provider.

Michael Steineke's profile image Profile Picture

6d3a2a65 a647-4259-bc70-cbb041e6aace on 05 Jul 2020 22:21:09

RE: source control

Please add support/integration with Visual Studio Team Services / TFS ASAP so that we can convince Corporate IT to let us use PowerBI for production deployments.

Michael Steineke's profile image Profile Picture

ec6d2221 73c2-4394-a3dc-4020f87a8817 on 05 Jul 2020 22:19:21

RE: source control

Would like to see the pbix file as XML or similar.

Michael Steineke's profile image Profile Picture

874e7e09 0e35-4d15-80cf-3cc5e4c6a530 on 05 Jul 2020 22:19:21

RE: source control

Alternatively, even make pbix something that is text base and let us push it into GIT

Michael Steineke's profile image Profile Picture

b4593c11 fb7e-4985-82cd-c4180173c13c on 05 Jul 2020 22:19:00

RE: source control

Yes please! This would make PowerBI far more usable in a team environment.