Forum Discussion
bdarbo78
5 years agoAdvocate II
Trigger full refresh on a dataflow with incremental refresh
I have a dataflow with incremental refresh activated. Every once in a while, I need to perform a full refresh and overwrite all the data. I could not find a direct way of performing this action in t...
jeffshieldsdev
5 years agoSolution Sage
This command DID NOT trigger a full refresh for me, just a standard one:
Invoke-PowerBIRestMethod -Url /groups/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/dataflows/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/refreshes?processType=processFull -Method Post -Body "{""notifyOption"": ""MailOnCompletion""}"Any other suggestions? Thanks.
LillyBeast
3 years agoFrequent Visitor
Yup, processType=processFull runs a regular refresh for me as well.