Forum Discussion
IIncremental Refresh failure with minimal data load and full data load
Hi lbendlin ,
Below is the snapshot for RangeStart and RangeEnd
Below are the Power query steps
Below is the code in advance editor
- lbendlin2 years ago
Super User
RangeStart and RangeEnd cannot both be inclusive. One (usually RangeStart) needs to be inclusive, the other (usually RangeEnd) needs to be exclusive. Otherwise you duplicate data across partitions.
- Abhilash_P2 years ago
Super User
Hi lbendlin ,
Thanks for the reply
I have changed RangeEnd to < insted of <=
Still not able to perform incremental refresh
I am using Azure databricks as my source and query folding is disabledDid you have any reference on implementing Incremental refresh with data bricks as the source..?
Thanks a lot your response.- lbendlin2 years ago
Super User
What is your interpretation of "failure" ?
An incremental Refresh setup is considered "failed" if you keep having a single partition. As soon as you see multiple partitions on your table that means Incremental Refresh is successful.