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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
adrianrb
Advocate I
Advocate I

Web hook for Data Alerts

Is there a way to get a Power BI Alert to post to a web hook?  I know that currently Flows is able to start from a Power BI Alert and made an assumption there was some API that enabled this between products.

3 REPLIES 3
Eric_Zhang
Microsoft Employee
Microsoft Employee

@adrianrb

 

I was playing with the PowerBI.GetAlerts() in PowerApps(confirmed with some guys to that it is the same function in the Flow mentioned by you) and found that(in Chrome developer tool(F12)) the function actually sends some request to a URL like
"https://msmanaged-na.azure-apim.net/apim/powerbi/80e44451617f451b987f3779a197c691/metadata/v201606/a...". It is totally not a familar API like others in Power BI, so I guess that when creating a connection in Power Apps, it may call some internal API to get the alert information and save the information somewhere. Then when calling the GetAlerts, it calls some Power APP REST API.

Let's go back to Power BI, I'm not aware of any documented REST API that can return the alerts. However, based on my test, you can still get the Alerts following below way, I captured the URL and token in Chrome developer tool and got the Alert via POSTMAN. Do note that it looks like a cluster URL and may vary geographically so this approach may not be that reliable. You can submit your idea at Power BI ideas to request a dedicated REST API.

Capture.PNG

I suppose setting data alerts to call a web hook (any arbitrary URL) is also something that would need to be passed to the ideas forum?


@adrianrb wrote:
I suppose setting data alerts to call a web hook (any arbitrary URL) is also something that would need to be passed to the ideas forum?

Yes. You can submit the requirement at the same place.
A workaround I can think of is programmatically reading mail from your mail server and if the alert mail is found, then call the 'web hook".

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.