Forum Discussion
marcio_fornari
Resolver I
1 year agoGet Relathionships from Power BI REST API executeQuery
Hello,I used to have this DAX code that I executed on the endpoint to retrieve dataset relationships, but now Microsoft seems to have blocked the execution of queries with INFO.*. Is there another wa...
lbendlin
Super User
1 year agoSee if the new INFO.VIEW* calls cover that.
marcio_fornari
Resolver I
1 year agoThe Microsoft blocked the INFO.* at this endpoint, any sugestion?
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries?tryIt=true&source=docs#code-try-0
- lbendlin1 year ago
Super User
Use the INFO.VIEW calls
- marcio_fornari1 year ago
Resolver I
I need execute the dax at this endpoint: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries
The microsoft BLOCKED the INFO calls here..