I have a dataflow which contains several years data and runs on incremental refresh for the last few days. Some historic data has been restated which means that I need to refresh all the old data and not just the last few days. How can I trigger a complete refresh? Do I need to disable the incremental refresh or is there another way to do it?
Solved! Go to Solution.
Hi @damouk ,
To do a full refresh you just change the switch of incremental load to off, then run the refresh. Then, when it is done, turn incremental refresh back on.
Hi @damouk ,
To do a full refresh you just change the switch of incremental load to off, then run the refresh. Then, when it is done, turn incremental refresh back on.