Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi community,
I'm trying to build a cloud function that is querying the underlying measure meta data from the DMVs. To query the DMVs I'm using Python's request library using the following code:
Solved! Go to Solution.
Hi. The docs says "Only DAX queries are supported at this time. MDX and DMV queries are not supported."
You can't use DMV with ExecuteQueries endpoint request. It's on the limitations: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries-in-group
I hope that helps,
Happy to help!
Hi. The docs says "Only DAX queries are supported at this time. MDX and DMV queries are not supported."
You can't use DMV with ExecuteQueries endpoint request. It's on the limitations: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries-in-group
I hope that helps,
Happy to help!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!