Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.