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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
srikanthorigin
Frequent Visitor

Is there any way to give an alert if my data flow is refreshing from more than 30 min

Hi,

 

Is there any way to give an alert/send a email to user if a datflow is taking longer than 30 min to refresh.

4 REPLIES 4
srikanthorigin
Frequent Visitor

Yes! it is scheduled to run every 30 min. 
There are some situations where the data flow is running for almost 15 hours it is neither cancelled or Completed. So we want to give an alert to the user if it is refreshing (more than 30 min)

Hey,

Based on my knowlegde, there is no direct out of box functionality for that kind of support/alert.

You would have to write a custom logic for the same.

 

Sample: https://datasharkx.wordpress.com/2022/11/07/refresh-power-bi-dataflow-dataset-from-azure-data-factor...

 

So the flow would be as below:

1) Trigger the dataflow refresh via REST API

2) SInce it is an async call, keep checking the status of refresh till success/failure and add a condition if the wait time is greater than 30 , send an email notifcation (a custom alert)




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com
srikanthorigin
Frequent Visitor

I know we can track the status using power automate wether it is success or failed. But i want to give an alrert if the data flow is running more than 30 min or so

Hey, Is the dataflow being triggered via any job or via scheduled run?



----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

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

Top Solution Authors