Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone!
I have a pipeline in Data Factory that updates several processes in the PowerBI semantic models. What I want to do is send an email to specific addresses once this is successfully executed and all the semantic models are updated in PowerBI. How can I achieve that?
Thanks
Solved! Go to Solution.
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?
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)
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
Assuming you are referring to refreshing the report,
You can have a list of semantic models as an input array and pass it as an input to a foreach activity (which can be sequentail/parallel) and in case of succesful completion of foreach activity, you can use outlook activity to send email notification for the same
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
20 | |
18 | |
15 | |
13 |
User | Count |
---|---|
37 | |
23 | |
21 | |
18 | |
12 |