Forum Discussion

Ar_Sh's avatar
Ar_Sh
Advocate II
10 months ago
Solved

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 incrementa...
  • Shubham_rai955's avatar
    10 months ago

    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.