Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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!