Forum Discussion
Email trigger based on refreshed data
- 1 year ago
Are you using Fabric?
Because it is definitely the purpose of Data activator (https://learn.microsoft.com/en-us/fabric/real-time-intelligence/data-activator/activator-introduction)
Hi, I'm not sure if I'm in the right place for a Power Automate/email trigger question.
I have Salesforce linked to a PowerBi report, the report is on a daily refresh which has information about student accommodation. I need to set up an email alert from PowerBi (Not Salesforce) to send the CEO when there's an altercation in one of our locations. So in the example, the CEO would get an email on the 13th April, refresh saying something like:
"There has been an altercation today (13/04/2025) in Newcastle involving Jason and Matt."
Is it possible to have a triggered email from what the tabled data reflects in a refresh?
| Name | Date | Altercation | Location | Involving |
| Dave | 10/04/2025 | No | Manchester | Paul |
| John | 11/04/2025 | No | Edinburgh | Lloyd |
| Mary | 12/04/2025 | No | Bristol | Rhys |
| Jason | 13/04/2025 | Yes | Newcastle | Matt |
Thanks
Rich
There is no trigger "when a semantic model refresh has completed". You would need to create your own polling flow to check for the (successful!) completion of the refresh, and then you would run a DAX query against the semantic model and stuff the results into the email.