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
askme1217
Frequent Visitor

help : dataset refresh issue

i have a dataset around 5 GB size. when i refresh it, it is getting failed with memory usage error. it uses around 50 GB of memory which is maximum in capacity. Why is it using 50 gb of memory even though the dataset size is 5 Gb only? The fact table has around 200 million rows, it does not have any heavy powerquery transformations, just  native sql queries with filters. How can i reduce memory usage and refresh it without error?

5 REPLIES 5
pallavi_r
Super User
Super User

Hi @askme1217 ,

 

Are you using calculated columns or calculated dax tables? Can you try refreshing dataset after removing calculated columns and tables. Calculated column takes memory depending on power query transformation.

 

Hope you have taken care of unused columns, incremental refresh and inefficient relational modelling (exp. many-many).

 

Thanks,

Pallavi

askme1217
Frequent Visitor

help

Hi @askme1217 ,
Thanks for reaching out to the Microsoft fabric community forum.

This issue is common with large datasets. Even though your model is 5 GB, during refresh Power BI loads both the existing and new data into memory, along with some temporary overhead. That's why memory usage can spike up to 10–15x the actual dataset size especially with large fact tables like yours.

The best fix is to set up incremental refresh. Even with SQL filters, Power BI will still pull the full data unless you define a proper refresh policy on a date column. This helps reduce memory use by only refreshing recent data instead of everything at once.

Also, check for any unused columns or large dimension tables that could be trimmed. And if you’re still hitting memory limits, it might be time to look at a higher capacity SKU.

Power BI Incremental Refresh Documentation
Incremental refresh and real-time data in Power BI

Optimization Techniques for Import Models (VertiPaq Engine)
Data reduction techniques for Import modeling - Power BI | Microsoft Learn

Power BI Premium Capacity and Limits
What is Power BI Premium? - Power BI | Microsoft Learn

If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it

Best Regards,
Sreeteja.
Community Support Team

Deku
Community Champion
Community Champion

Are you sure the filters are folding? If not the filtering will occur in the service rather than the database.

 

Please see these docs

 

https://learn.microsoft.com/en-us/power-query/native-query-folding


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

Yes, when i check the 'View Native Query' it is enabled. so i think query folding happening. 

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.