Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.