Forum Discussion
vivinj
6 years agoFrequent Visitor
Error while executing Get dataset call "API is not accessible for application"
Hi, I am trying to execute the API calls for Power BI on Postman. I was able to successfully generate the token using the service principal method. Now when I try and execute a GetDataset call in...
- 6 years ago
I was able to find the reason why. This was because I was trying to work on the data form My Org and this is a limitation in the Service Principal method:
Considerations and limitations
- Service principal only works with new workspaces.
My Workspace isn't supported when using service principal.
I am sorted now thanks for teh help.
Anonymous
3 years agoNot applicable
I alos met this problem. Thanks for your sharing. It works when using workspace API.
Do you know what should be added when using APP API: https://learn.microsoft.com/en-us/rest/api/power-bi/apps/get-reports
Anonymous
3 years agoNot applicable
I see apps API not support principal account:
Limitations
Service principal authentication isn't supported.
Don't know why Power BI has this kind of limitation.