Forum Discussion
Anonymous
3 years agoNot applicable
Dynamic data source refresh with external stored power query m code
Hi all, We started storing our power query m code inside text files (as Chris Webb explained it here: https://blog.crossjoin.co.uk/2014/02/04/loading-power-query-m-code-from-text-files/) and over...
lbendlin
2 years agoSuper User
What is listed in the Data Source dialog? Just this?
https://raw.githubusercontent.com/
ferryv
2 years agoResolver II
That would be the url to the function you're referencing from github, i.e. a hardcoded url.
- lbendlin2 years agoSuper User
That wouldn't be a dynamic source then? Well, I guess "dynamic" is up for discussion here as you can indeed change the text inside the .pq file. Just make sure all used functions are declared in the environment.
- ferryv2 years agoResolver II
The issue was actually the #shared environment that caused the issue. Even when you hardcoded the url.