Forum Discussion
aront
11 years agoHelper I
Storing Power Query M queries in Git?
So I realize many people come to Power BI from the Excel world. But I am sure there are lot's of people coming from the open source world. From our perspective a query is a little program and program...
potyarkin
8 years agoNew Member
I too consider it essential to manage any source code with version control system. I was rather disappointed to find out there is no easy way to do so with Power Query.
That's why I have started the LibPQ project: https://github.com/sio/LibPQ/ It enables you to store source code in local files or on the web server, and to load those modules into your workbooks.
I hope you'll find it useful too.