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
PBInewbie17
Helper I
Helper I

Create Two Data Alerts

I want to create two separate data alerts that will be used to trigger automated emails to employees depending on the number of days they have to meet their project deadline. The data alerts must meet the following criteria:

 

  • Alert 1: Data alert to email Certified employees with exactly 30 days until project deadline. I realize data alerts must be above or below a numerical threshold, so how can I measure this?
  • Alert 2: Data alert to email Certified employees with an Overdue project status (i.e., negative days until deadline). Once the data alert meets the criteria of having a negative number of days, is there a way to prevent the alert from triggering the overdue items twice? The dataset will be refreshed every day, and I don't want the alert for overdue items to be triggered every single day, only once.

PBInewbie17_1-1644454721836.png

EmployeeCertificationProject DeadlineDays Until DeadlineStatus
AmyUncertified4/29/2020-651Overdue
SaraCertified12/4/2021-67Overdue
XavierCertified2/9/20220In Process
JohnCertified3/10/202229In Process
BrittanyCertified3/11/202230In Process
DemetriCertified3/12/202231In Process
MarkCertified3/15/202234In Process
PaulCertified4/6/202256In Process
QuintoyaUncertified6/1/2022112In Process
RaviUncertified5/13/20251,189In Process

 

 

2 REPLIES 2
v-chenwuz-msft
Community Support
Community Support

Hi @PBInewbie17 ,

 

Maybe you can try Power bi Goals work with Power Automate to sent email. 

vchenwuzmsft_0-1644832051709.png

 

As far as I know, in power bi you can only send alerts for each employee by creating multiple gauges. And alerts are sent out every time the data is refreshed. 

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

Use an external process based on Powershell or other tools that calls the Dataset queries API.

Datasets - Execute Queries - REST API (Power BI Power BI REST APIs) | Microsoft Docs

That gives you the most flexibility.

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 Solution Authors