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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
nstreling
New Member

API driven dataset refresh sends mail notification / alert regarding refresh status

Dear Community,

 

Please help me out with your expertise corresponding to code driven dataset refresh notification feature of Power BI Service API Endpoint(s).

 

In my current project a mail notificiation should be sent to dedicated groups of subscribers as the refresh process gets failed or completed.

I am aware of mailing notification service is available in case of scheduled refresh, however my scenario is a bit different.

 

Do you have any clue how it can be bridged over?

 

Thank you in advance.

 

Best regards,

Norbi

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Use the standard API calls

 

1. initiate a dataset refresh request

2. Poll the refresh history to see if the latest item has completed

3. Once completed, send your email or initiate other actions (like cascading refreshes)

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

Use the standard API calls

 

1. initiate a dataset refresh request

2. Poll the refresh history to see if the latest item has completed

3. Once completed, send your email or initiate other actions (like cascading refreshes)

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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