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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors