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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
gauravk
Frequent Visitor

If we can refresh dataset in 30 min then we should be able to trigger the alert in 30 min.

 
1 ACCEPTED SOLUTION

Hi @gauravk 

 

You would need to create a DAX measure which would return data to alert you if there is an issue. Typically you would create a measure that would return a 1 (if there is an issue) or 0 (if it is all good and no issue)


Next you can use Power Automate to run the DAX  measure against the dataset and then based on those conditions you could then send an email.

 

This link below explains how to run the DAX measure/query against a dataset.

Emailing Power BI Query output as a CSV Files using Power Automate - FourMoo | Power BI | Data Analy...





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

View solution in original post

4 REPLIES 4
GilbertQ
Super User
Super User

Hi @gauravk 

 

You can vote or create an idea at https://ideas.powerbi.com


Or what you could do is to use Power Automate and a DAX measure to alert you when there is an issue which you could run every 30 mins?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Thanks @GilbertQ for replying. If you could help me in how to use Power Automate and a DAX measure to alert if I am refreshing my data in every 30 min. 

Hi @gauravk 

 

You would need to create a DAX measure which would return data to alert you if there is an issue. Typically you would create a measure that would return a 1 (if there is an issue) or 0 (if it is all good and no issue)


Next you can use Power Automate to run the DAX  measure against the dataset and then based on those conditions you could then send an email.

 

This link below explains how to run the DAX measure/query against a dataset.

Emailing Power BI Query output as a CSV Files using Power Automate - FourMoo | Power BI | Data Analy...





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Thanks it worked. 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

Top Solution Authors