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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors