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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors