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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

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
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.