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...
st_0999
3 years agoHelper II
This is a really good idea.
I have so many queries with so many functions (as M-code), across workbooks.
If I could maintain the functions in a Git, and just import them into the relevant workbooks, or dataflows (as a query that pulls in another query), it would save so much code duplication.
For example now, if I have to modify one function, and I have 20 excel workbooks, I have to modify that function 20 times.
Microsoft already do this for LAMBDAS, and normal excel formulas. I think, they should do it for Power Query and M-Code scripts too.