Forum Discussion
matoxin
5 years agoFrequent Visitor
Power BI API with service principal - 401 unauthorized
Hello everyone, recently I have been trying to make Power BI APIs work with service principal authentication. All steps mentioned in this article https://docs.microsoft.com/en-us/power-bi/develop...
Everton
5 years agoHelper I
Hi,
What API Permissions are set up in your App Registration for Power BI? Everything else seems ok.
matoxin
5 years agoFrequent Visitor
Hello, at the moment, the app has the following API permissions:
- Dataset.ReadAll
- Report.ReadAll
- Workspace.ReadAll
I assume that Tenant.ReadAll should be added as well - is that correct?