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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
kasiaw29
Resolver II
Resolver II

Incremental Refresh - Keep yesterday's data and refresh today's.

Hi all, 

 

I'm setting up incremental refresh for the first time with one of my reports. I'm most likely doing something silly but the main goal here is to load the data in and only refresh the next day's data, i.e. if I load my data in I want to keep it all and perform a refresh tomorrow to bring in new data. I thought I had it set up right in the service but I checked my report and it's empty. 

I've got my custom filter set up as such

kasiaw29_0-1660811234151.png


and incremental refresh as such 

kasiaw29_1-1660811350839.png

I see that it says data will be incrementally refreshed from 17/08/2022 to 17/08/2022 which means yesterday and override yesterday's load which I don't want to do. 

Data in the table changes every day and what I'm trying to achieve with this is to capture daily changes in data via incremental refresh to perform trend analysis of it. 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Data in the table changes every day

 

That means your data is unsuitable for incremental refresh.  Incremental refresh expects immutable data that can be added on to, but never needs to be updated.

 

You are looking for differential refresh. That is not something Power BI can do.

 

Your best bet is to extend the refresh window to refresh not the last day but the last 14 days (for example) to catch most changes, and to run occasional full refreshes to cover cases when older data has changed.

 

Note that you can also manually or programmatically refresh individual partitions.

 

Note that you have selected "Only refresh complete days" which is most likely not what you want.

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

Data in the table changes every day

 

That means your data is unsuitable for incremental refresh.  Incremental refresh expects immutable data that can be added on to, but never needs to be updated.

 

You are looking for differential refresh. That is not something Power BI can do.

 

Your best bet is to extend the refresh window to refresh not the last day but the last 14 days (for example) to catch most changes, and to run occasional full refreshes to cover cases when older data has changed.

 

Note that you can also manually or programmatically refresh individual partitions.

 

Note that you have selected "Only refresh complete days" which is most likely not what you want.

Late reply but for those that come here after a search:

 

I believe it needs an immutable datetime column, not necessarily that the whole row needs to be immutable. If you have an immutable column like a creationdate log column you can use that together with detect data changes on a modifieddate log column. If you set your partitions at the month level for example it will scan each month for a change in last modifieddate and then refresh the entire partition. 

Thank you for your reply! 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.