Forum Discussion
rohith351
5 years agoRegular Visitor
Error while calling POWER BI REST API without USER-ID and PASSWORD
Hai Guys, I created an app in the Azure Active Directory (AD) and gave required Power Bi API permissions. I am calling API from Python using HTTP Requests. But when authenticating the token for AP...
Anonymous
5 years agoNot applicable
Hi Rohit
did you ever get this PowerBI rest API calls resolved.
I am trying to access audit logs using MSAL library in Python with "Application Permissions". I am getting the access token but when trying to get request running into below error. The AD App was given admin previlieges on PowerBI service too.
{'error': {'code': 'PowerBINotAuthorizedException', 'pbi.error': {'code': 'PowerBINotAuthorizedException', 'parameters': {}, 'details': [], 'exceptionCulprit': 1}}}
- ameya12 years agoFrequent Visitor
Were you able to resolve this?
I am running into the same error.