When running the examples of embedded for your customers applications (both Node and .NET), I get this error (in the console is coming from /getEmbedToken)
Status: Unauthorized (401)
Response: {"error":{"code":"PowerBINotAuthorizedException","pbi.error":{"code":"PowerBINotAuthorizedException","parameters":{},"details":[],"exceptionCulprit":1}}}
RequestId: fe5ca8dd-a49e-41b0-8f08-**********
- The report I embedded is visible from Power BI service (app.powerbi.com)
I have tried:
- Made sure config.json and web.config have the right information (clientId, reportId, tenantId, etc)
- The authenticationMode is ServicePrincipal, and I'm using the credentials of the Global Admin (same user that created the dataset, report, has all permissions, is App Registration Owner, etc.)
- All permissions granted on Power BI REST APIs on the App Registration
- Workspace access is enabled
- I'm using a Pro trial and have not used any developer tokens yet (
"usage": 0) - The dataset is not requiring effective identity (
"isEffectiveIdentityRequired": false)
Has anyone any clue of what else to check?
Thanks!
Pro,Premium per user,Premium per capacityorEmbedded? See Assigning workspaces to capacities.