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
Lakshmanan1
Helper I
Helper I

Paginated report not embedding inside update panel ASP.net

Using Javascript SDK in asp.net framework application. The Power BI contianer DIV is not rendering the Paginated report under ASP.updatepanel. 

 

Outsite the updatepanel the report is rendering.

22 REPLIES 22

Hello @Lakshmanan1,
Thank you for reaching out to the Microsoft Fabric Forum Community and thanks to @Nasif_Azam for the solid guidance provided so far.

Since you're still seeing issues and there are errors in the browser's developer console, the next best step would be to review those specific error messages. They’ll help us identify whether the problem is related to variable values, the timing of script execution or something else in the page lifecycle.

Could you please share the exact error messages you're seeing?

This will help us pinpoint what might be going wrong and guide you with a precise fix.

 

I used this code, still not working. I cannot see any error message in console as well. 

 

var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_pageLoaded(function () {
powerbi.reset(document.getElementById('powerBIReportContainer'));
embedPowerBIReport();
});

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 community update carousel

Fabric Community Update - June 2025

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