Forum Discussion
Full refresh + Incremental refresh of dataflows
We anticipate some changes in historical data in a week or two. Hence we are looking to find out if we can do a full refresh on weekends to avoid load on Service during week days. And continue with Incremental refreshes on weekdays.
Hi Anonymous ,
You can turn off incremental refresh in the settings.
Using incremental refresh with dataflows
Or you can try to use the XMLA endpoint for incremental refresh. If a table has an incremental refresh policy defined, applyRefreshPolicy will determine if the policy is applied or not. If the policy is not applied, a process full operation will leave partition definitions unchanged and all partitions in the table will be fully refreshed.
However, both methods require manual operation.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.