Forum Discussion

OB's avatar
OB
Helper II
4 years ago
Solved

Incremental refresh with non-rolling archived data

Hello,   It looks like when defining a policy for incremental refresh, the user can set up a rolling window for data archive and then a rolling window for incremental refresh as described here.   ...
  • OB's avatar
    4 years ago

    For anybody interested, this is the solution I came up with. 

     

    The source is a SQL DB, and the table/view is set to accumulate data from January 1, 2018 onwards. So instead of going back 4 years to capture 2018, 2019, 2020 and 2021 into the archive in PBI, and loosing 2018 next year, I'll set that period to 7 years and will lose my 2018 only in 3 years.

     

    What this will do is that because the source starts from 2018, the report won't have data before 2018 and the fact that it'll keep rolling for 3 years will not make me lose any data in the report dataset.

     

    It doesn't have to be 3 years and can be any time period more than 4 years that I require in my dataset's archive. I'm taking 4+3, assuming that the report will have to be enhanced or modified during these additional 3 years anyway and then I can re-set the rolling period for the archive part again.

     

    Here's the chart for the incremental plan:

     

    If anybody has a better or an alternative solution, please share!