Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
asbpowerbi
Helper IV
Helper IV

Power BI desktop with Power BI Paginated Report visual security error

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!

0 REPLIES 0

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.