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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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 II
Resolver II

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

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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