Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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!
Solved! Go to Solution.
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.
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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
36 | |
27 | |
27 | |
25 |
User | Count |
---|---|
62 | |
53 | |
30 | |
24 | |
23 |