Forum Discussion
olegkazanskyi
4 years agoHelper II
How to get M query from dataflows. Power BI Server Analysis Services DMV request
The target is to get all M codes from Power BI Service. dataflows take a big part in the Power BI data structure. I tried codes that work for datasets, but they apparently do not work for dataf...
- 4 years ago
There is no XMLA endpoint access to the dataflows at the moment. You would have to export the JSON files one by one.
Or use the API
Dataflows - Get Dataflow - REST API (Power BI Power BI REST APIs) | Microsoft Docs
lbendlin
4 years agoSuper User
There is no XMLA endpoint access to the dataflows at the moment. You would have to export the JSON files one by one.
Or use the API
Dataflows - Get Dataflow - REST API (Power BI Power BI REST APIs) | Microsoft Docs