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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Power BI memory error message with Paginated reports visual

We've developed a Paginated Report with a parameter that allows the end user to specify the number of rows for download, integrated within the TOPN clauses. This parameter functions correctly in local executions.

 

However, after embedding the report in Power BI and executing it in Power BI Service, we encountered a memory error message, even when using a relatively small number like 6000. Monitoring the Task Manager during report execution, we observed a significant increase in CPU and memory usage.

 

db2907_0-1694636691341.png

db2907_3-1694638033061.png

 

Interestingly, when we execute the paginated report directly in Power BI Service, it handles over 70,000 records (almost the entire dataset) without issues or excessive resource consumption

db2907_2-1694637528229.png

Our question is: why does the visual of the paginated report exhibit this problem in Power BI? Is there a specific configuration setting that might be missing in Power BI?

2 REPLIES 2
GilbertQ
Super User
Super User

Hi @Anonymous 

 

What I can understand is that how the report renders in the Power BI service is because it is using shared resources (CPU and memory), whilst on your desktop it is using what you have available on your desktop hardware. 

 

It could possibly be using the TOPN is causing it to use more memory because it has to filter your data which requires more memory to scan to find the TOPN rows. Whilst if there is no TOPN it does not have to apply the filter.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Anonymous
Not applicable

Hi @GilbertQ, but we did not execute the report in the desktop version. Both, the embedded version in Power BI and the resport itself were executed directly in Power BI Service. That is why we do not understad this result. From Power BI (in power bi service) the report is not capable to provide the result with 5000 as TOPN, but executing only the report we do not have any problem with 78000 registers 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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