Forum Discussion
mavawie
9 months agoNew Member
PowerBINotAuthorizedException When Embedding Paginated Report (Service Principal Permissions)
I am encountering a "PowerBINotAuthorizedException" error when attempting to embed a paginated report within my React.js application for my organization. When I embed a standard report, it's wor...
- 9 months ago
I actually found, that things start working, when I get the report's embedUrl from the REST API (using "https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}") where I was using the "default" embedUrl before (using https://app.powerbi.com/reportEmbed?reportId={reportId}&groupId={groupId}.
mavawie
9 months agoNew Member
I actually found, that things start working, when I get the report's embedUrl from the REST API (using "https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}") where I was using the "default" embedUrl before (using https://app.powerbi.com/reportEmbed?reportId={reportId}&groupId={groupId}.