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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Incremental Refresh vs Default Refresh

Hello,

I was trying to explore the incremental refresh functionality on PowerBi since it could be interesting for a client of mine. To test it I did the following:

  • I setup a simple PowerBi report in PowerBi Desktop with an Excel file on my OneDrive as the data source
  • I created the 'RangeStart' and 'RangeEnd' parameters and filtered the data on a date/time column in the file
  • I defined the policy archiving data 2 months before refresh date and incrementally refreshing data 30 days before refresh date

    mattescalda_0-1741083961847.png

  • Then I uploaded the report on PowerBi Service

I instantly did the initial refresh (as said on this page) on the model and then I modified my Excel file with some new rows containing different dates. The second refresh was substantially quicker than the first as it went from 25 minutes to only 8.

This is the refresh history on the semantic model with incremental refresh:mattescalda_1-1741084062103.png

 

Just for testing purpose I tried to create another PowerBi report copying everything from before but without setting up the incremental refresh to see if it really was better then the normal refresh.

I was astonished when the normal refresh with the same report and the same file only took 1 minute to refresh (image below).

This is the refresh history of the semantic model without incremental refresh:mattescalda_2-1741084170005.png

 

I tried to add even more new rows to the file and it was every time quicker without the incremental refresh.

So my questions are: am i doing something wrong? Is incremental refresh really useful?

The only thing I have in mind is that Excel may not be the best type of data source for incremental refresh, but I couldn't find anything proving that on multiple forums.

Thanks in advance for anyone who'll try to help me

1 ACCEPTED SOLUTION
Akash_Varuna
Super User
Super User

Hi @Anonymous Incrimental refresh is actually usefull for large data set in your particular case Incremental refresh has overhead for comparing and merging data, which isn't beneficial for small flat files like Excel and Default refresh reloads the entire file faster since Excel files are typically loaded in memory as a whole.
In Conclusion Incremental refresh is useful for large datasets where querying only recent changes reduces refresh time. For small flat files, stick to default refresh.
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance

View solution in original post

1 REPLY 1
Akash_Varuna
Super User
Super User

Hi @Anonymous Incrimental refresh is actually usefull for large data set in your particular case Incremental refresh has overhead for comparing and merging data, which isn't beneficial for small flat files like Excel and Default refresh reloads the entire file faster since Excel files are typically loaded in memory as a whole.
In Conclusion Incremental refresh is useful for large datasets where querying only recent changes reduces refresh time. For small flat files, stick to default refresh.
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors