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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Dataflow incremental load behaviour

Hello,

I am working on a requirement to snapshot some data ona weekly basis for Power BI usage.

I tried a solution using Incremental load I have a query with the following logic:

Select ItemCategory, Quantity, GetDate() as SnapshotDate

From MyTable

And I then set incremental loading in my flow baed on the SnapshotDate

-Storing 10 years of data

-Refreshing only last day.

 

My understanding was that when refreshing this dataflow every few days, the previously extracted data would not be affected (as it is out of the date range, and data would be appended.

What am I missing there ? I could not find in-depths explaination on Incremental refresh that could explain this.

MartinPBI_0-1627874995948.png

 

 

 

 

3 REPLIES 3
lbendlin
Super User
Super User

I think this documentation explains it pretty well.

Using incremental refresh with dataflows | Microsoft Docs

Anonymous
Not applicable

I did read the documentation, from my understanding, when my second reload takes place, the data from my first reload should be in partitions between the rolling window tail and the incremental tail, and thus, not affected by the reload. I do not understand why this data is affected and replaced on later reloads

MartinPBI_1-1628042362666.png

 

It may be impacted because the actual partitions are controlled by the Azure service and they are set to "normal" calendar boundaries - days, months, quarters, years. Note that there are no weeks!

So if your incremental window is "two weeks" today it will impact four day partitions and one month partition.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.

Top Kudoed Authors