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
daanmeersseman
New Member

Export file - Percentage not updating

Hi!

 

I've implemented an export functionality in our app to export embedded PBI reports to PNG or PDF. Since we're serving a business app where the UX flow is quite important, I wanted to show a progress bar when exporting the report. I tried to poll the function GetExportToFileStatusInGroupAsync. In the returned Export object, there should be a percentage.

I noticed that the percetage was not updating; It jumped from 0 to 100 and there are no in between percentages (even though the export takes 10-30 seconds). Is this a bug? Or what could be the reason for that? 

 

Thanks!

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Your export is not complex enough. The percentage is computed from the number of pages rendered vs the overall number of requested pages. You have only one or two pages to render.

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

Your export is not complex enough. The percentage is computed from the number of pages rendered vs the overall number of requested pages. You have only one or two pages to render.

A bit late, but thanks for the info! 

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.