Forum Discussion
NandanHegde
4 years agoSuper User
How 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
4 years agoCommunity Support
Hi 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.
- NandanHegde4 years agoSuper User
Hey,
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