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

Reply
Ar_Sh
Advocate II
Advocate II

Implementing Incremental refresh in Dataflow gen 2

I am facing an while implementing Incremental refresh in Dataflow gen 2, but when loading the data in the destination I am getting only the data from the year range I have selected for the incremental. I am looking for any advise on this.. why this is happeing

1 ACCEPTED SOLUTION
Shubham_rai955
Impactful Individual
Impactful Individual

This is actually the expected behavior of Incremental Refresh in Dataflow Gen2. When you configure incremental refresh, Power BI only loads and processes data within the defined range you set for refresh (for example, the last 2 years or last 12 months).

The older data outside that range is not reloaded or refreshed automatically, it remains stored in the existing dataset. So, when you load the destination table, you’ll only see data for the period defined in your incremental refresh policy.

If you want the full dataset, you’ll need to perform a one-time full refresh or adjust your range settings. Incremental refresh is designed to optimize performance by processing only the most recent data, not the entire history.

View solution in original post

4 REPLIES 4
Shubham_rai955
Impactful Individual
Impactful Individual

This is actually the expected behavior of Incremental Refresh in Dataflow Gen2. When you configure incremental refresh, Power BI only loads and processes data within the defined range you set for refresh (for example, the last 2 years or last 12 months).

The older data outside that range is not reloaded or refreshed automatically, it remains stored in the existing dataset. So, when you load the destination table, you’ll only see data for the period defined in your incremental refresh policy.

If you want the full dataset, you’ll need to perform a one-time full refresh or adjust your range settings. Incremental refresh is designed to optimize performance by processing only the most recent data, not the entire history.

Yes I am seeing the same behaviour

Did you find a solution to the issue?

vojtechsima
Super User
Super User

Hey, @Ar_Sh ,

Check out this article. What you're trying to do should be possible:
https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-incremental-refresh

 

In general, you always get the data for the range you chose, so I am not sure whether you mean that you get data rewritten by the "Fresh" range, because any data outside the selected range won't be present.

 

I would try first loading full table and only after that set up the incremental refresh.

 

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.

Top Solution Authors