This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.