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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

I want to configure a power automate flow to trigger a dataset refresh when previous run is complete

I want to configure a power automate flow to trigger a dataset refresh when previous run is complete.

Is there any way we can detect the power bi dataset refresh history in power automate?

1 ACCEPTED SOLUTION
v-veshwara-msft
Community Support
Community Support

Hi @Anonymous ,

Thank you for engaging with the Microsoft Fabric Community.

Just following up to check if your query has been resolved and whether the responses from @d_m_LNK  and @lbendlin  were helpful. If so, please consider marking the helpful replies as Accepted Solutions to assist others with similar queries.

Additionally, since this is related to Power Automate, posting in Microsoft Power Platform Community – Find Answers may help you get quicker and more accurate responses.

Thank you!

View solution in original post

3 REPLIES 3
v-veshwara-msft
Community Support
Community Support

Hi @Anonymous ,

Thank you for engaging with the Microsoft Fabric Community.

Just following up to check if your query has been resolved and whether the responses from @d_m_LNK  and @lbendlin  were helpful. If so, please consider marking the helpful replies as Accepted Solutions to assist others with similar queries.

Additionally, since this is related to Power Automate, posting in Microsoft Power Platform Community – Find Answers may help you get quicker and more accurate responses.

Thank you!

d_m_LNK
Resolver III
Resolver III

If you ingest this API data somehow (into a lakehouse or warehouse) - you could set up a simple report with all the refresh activities coming into a table.  Then on that report visual you could set up a reflex on it that triggers a refresh based on a new refresh record coming in.   A lot of background work but may do the trick.

lbendlin
Super User
Super User

You need to implement your own polling mechanism, either via the TOP 1 of the Refresh History (check for the presence of the End Date) or via a custom connector that implements the Enhanaced Refresh Request API call and using the Request ID to poll the status.

 

Avoid excessive polling, ask for the completion status not more frequently than every five minutes.

 

If you have the need to refresh continuously then you should consider switching to a Direct Query source instead.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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 Kudoed Authors