This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more
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.
I think this documentation explains it pretty well.
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
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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 13 | |
| 11 | |
| 9 | |
| 6 | |
| 5 |