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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Alice08
Helper III
Helper III

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 @Alice08 ,

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 @Alice08 ,

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

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.