Forum Discussion
Notification when refresh event from Data Factory Pipeline is executed
- 1 year ago
Hi julsr
Use a Web Activity in your ADF pipeline to trigger a Logic App or Power Automate Flow that sends an email notification. Configure the Web Activity to run only after the pipeline completes successfully.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos" 🙂
Kind Regards,
Poojara
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS
Thank you both! This could work, but it will only trigger when the refresh action is sent from the Pipeline to the PowerBI Semantic Model and not when it's successful, right? How can I achieve that?
- NandanHegde1 year ago
Super User
The semantic model refersh activity within fabirc data pipeline is synchronous, meaning it would be completed only when you get a return status back (whether refersh was success or failure)