Forum Discussion
NandanHegde
Super User
4 years agoHow to extract the M Query meta data from Datamashup file via Powershell
Hey, We are able to manually extract the Power query data from the Datamashup file through 7-zip tool. Is there any way we can automate the extraction from Powershell?
V-lianl-msft
Community Support
4 years agoHi NandanHegde ,
See if this will help:
https://github.com/cporteou/PowerBI-Metadata
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
NandanHegde
Super User
4 years agoHey,
Unfortunately the above Github code is for other PowerBI detals.
My requirement is to extract the source queries like say Select * from table in case if SQL is the source.
And it seems MSFT has removed the datamashup file from PBIX.
So is there any other way to get the source quuery details