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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register 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
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors