Forum Discussion
Reports - Export To File - API ExportTo
- 5 years ago
I asked support and got this response.
"I double checked with the development team and unfortunately there isn't a way to monitor the number of Power BI report pages exported per hour.
The good news is that when this feature becomes a General Availability (GA) feature (sometime during 2021), the 50 page per hour restriction will be removed."
That's good news.
The status polling API returns the completion percentage. If you know the number of pages in your report (you could pull it via the reportpages api call) then you could do the math yourself.
Keep in mind that page rendering time is not uniform, it depends on the query complexity and the visuals on each page.
By the way, the recently added Power Automate action takes a lot (a lot) of work out of this process. Not sure about the 50 page limit - it might no have that?
- talderman5 years agoFrequent Visitor
I asked support and got this response.
"I double checked with the development team and unfortunately there isn't a way to monitor the number of Power BI report pages exported per hour.
The good news is that when this feature becomes a General Availability (GA) feature (sometime during 2021), the 50 page per hour restriction will be removed."
That's good news.