Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
There is an unexpected behaviour when using a URI parameter when using the Dataflows - Refresh Dataflow REST API:
https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows/refresh-dataflow#uri-parameters
Specifically, when I add the URI parameter "processType" = "processFull", it does not trigger a full refresh, and still applies the incremental refresh policy.
This is based on the definition of "processType" listed in Microsoft's GitHub here:
There is another related ticket below, however, the response from v-deddai1-msft did not answer the question fully. i.e. how can you bypass the dataflow incremental refresh policy using the "processType" URI parameter. The response from v-deddai1-msft was to manually turn off incremental refresh in the GUI which is time consuming. A programmatic approach should be supported.
Trigger full refresh on a dataflow with incrementa... - Microsoft Power BI Community
What I would like to see is the URI parameter "processType" = "processFull" to work. I would expect a similar behaviour to the way that the Dataset Refresh "type" = "full" and "applyRefreshPolicy" = "false" works to bypass the incremental refresh for a dataset (although this is specified in the body, not as a URI parameter)
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset#request-body
@v-deddai1-msft - would it be possible to relook at this?
Thank you for your help in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.