Forum Discussion
nikhil_fsoft
5 years agoAdvocate I
Incremental Dataflow
I want to understand if my Dataflow refreshes incrementally then all datasets built on top of it are also incremental or they will do full refresh.
- 5 years ago
Unless you also have incremental refresh set on your dataset, then it will do a full load. Incremental refresh against non-foldable sources isn't recommended; Power Query will still have to load the full dataflow entity to figure out which dates to import.
jeffshieldsdev
5 years agoSolution Sage
Unless you also have incremental refresh set on your dataset, then it will do a full load. Incremental refresh against non-foldable sources isn't recommended; Power Query will still have to load the full dataflow entity to figure out which dates to import.
nikhil_fsoft
5 years agoAdvocate I
Thanks. Really helpful