Forum Discussion
olegkazanskyi
Helper II
4 years agoHow 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
Super User
4 years agoThere 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