Forum Discussion
DMV Queries using Power BI Rest Api executeQuery endpoint
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:
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,
1 Reply
- ibarrauSuper User
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,