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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
mkrcmar
New Member

Data transformation in PBI desktop is very slow when updating

I am responsible for several datasets (semantic models). While working on any updates of data transformation, the most of my day is spent by waiting untill PBI finishes the background tasks and let me continue with another step. Is there any way to tell PBI to remeber whatever has been already loaded before and do not keep reloading and recalculating everything every time from the beginning? Any practical tips how to spend less time waiting on recalculations in data transformation? Thank you.

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

No. Power BI has no memory. You can decouple the query refreshes with XMLA (where you can selectively refresh individual tables).  You can consider dataflows to get faster ingestions (and some more refresh decoupling)

 

A default semantic model refresh will always include a complete recalculation of all calculated columns or tables.  Keep these to a minimum and make the formulas fast.

 

For very large amounts of data (more than 2.5 hrs of refresh) consider using incremental refresh.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

No. Power BI has no memory. You can decouple the query refreshes with XMLA (where you can selectively refresh individual tables).  You can consider dataflows to get faster ingestions (and some more refresh decoupling)

 

A default semantic model refresh will always include a complete recalculation of all calculated columns or tables.  Keep these to a minimum and make the formulas fast.

 

For very large amounts of data (more than 2.5 hrs of refresh) consider using incremental refresh.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors