Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
bdarbo78
Frequent Visitor

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 the GUI, so I turned to the API Refresh Dataflow

There is a parameter that could be useful: ProcessType = Type of refresh process to use

However, the documentation falls short of providing a list of supported values.

I tried 'full'. It was accepted but triggered a default refresh - i.e. incremental.

Has anyone information on supported values and whether it is possible to trigger an ad-hoc full refresh ?

4 REPLIES 4
jeffshieldsdev
Solution Sage
Solution 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.

Yup, processType=processFull runs a regular refresh for me as well.

 

Anonymous
Not applicable

Hi @bdarbo78 
I found this while digging through in Microsoft Power BI's github.
I believe the keyword you are after is "processFull"

s1919_0-1607950763539.png

Merged PR 113595: Add Transactions, Update Dataflow, processType to r… · microsoft/PowerBI-CSharp@6b...

Line 7745

Regards,
Sai

v-deddai1-msft
Community Support
Community Support

Hi @bdarbo78 ,

 

It seems that you want to turn off incremental refresh for your dataflow. Please refer to option in https://docs.microsoft.com/en-us/power-query/dataflows/incremental-refresh#configuring-incremental-r... to turn off or turn on incremental refresh for your dataflow.

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors