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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
bdarbo78
Advocate II
Advocate II

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 ?

5 REPLIES 5
DeeceC
Frequent Visitor

Hi All, im facing the same issue did anyone manage to get a full refresh done on a DF thats set to incemental? thanks

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
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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