Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello All,
I have added a Paginated report visual to my Power BI Desktop report. When I view the report in the PowerBI service, it displays without error. When I embed the report in my page, I get "An Unexpected error occured" with the following details:
An unexpected error occurred
Timestamp: 2023-07-06T12:35:05.761Z
Root activity ID: 5bb17dac-7f29-4801-a494-70299aa06ead
Session ID:
Tenant ID: undefined
Cluster: https://WABI-US-NORTH-CENTRAL-redirect.analysis.windows.net
Report ID:
ReportViewerVersion: undefined
My developer reported the following:
The closest I found was the token generation thing. But we don’t generate a token. We use ApplicationID & ApplicationSecret:
BIsettings settings = new BIsettings
{
applicationId = “value”
applicationSecret = “value”,
appWorkspaceId = “value”
reportId = “value”
tenantId = “value”
};
ReportEmbeddingData embeddingData = await PbiEmbeddedManager.GetReportEmbeddingData(settings);
Which has the report using the User that Ryan (our admin) set up.
He says it is Fabric Administrator. Which SHOULD have permission to do pagination.
Any Ieads or help would be appreciated!
Cheers!
User | Count |
---|---|
11 | |
3 | |
3 | |
2 | |
2 |