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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Johann_32
Advocate II
Advocate II

Incremental Refresh - Reducing "Load" on Datasource

Hello,

I wanted to understand the concept of incremental refresh and already did a test implementation and uploaded a dataset that has it configured, in our Power BI service.

 

The benefit of incremental refresh is, that,

 

- only data is loaded that is changing frequently

- only data is considered to be refreshed in a time interval that you are defining (RangeStart, RangeEnd).

 

But from a technical perspective, what does actually happen in the source system where the data is coming from?

Let's assume the data is coming from a SQL Database, is the stress/load now any higher or lower due to the incremental refresh?

 

I think the load on the database should decrease, as it only gets queried for few data, as where before it was always queried for the whole set of data.

 

Thank you.

Best Wishes

 

Johann

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

What really happens is that Power BI Service stores the results of the query against your data source in separate partitions. Based on how you specify your parameters it will then only run subqueries for the partitions that need to be updated, and will not run any queries for older partitions.

 

This will reduce the load on your source system, but only if you have an index on the field that you use for RangeStart/RangeEnd.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

What really happens is that Power BI Service stores the results of the query against your data source in separate partitions. Based on how you specify your parameters it will then only run subqueries for the partitions that need to be updated, and will not run any queries for older partitions.

 

This will reduce the load on your source system, but only if you have an index on the field that you use for RangeStart/RangeEnd.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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