Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
60 | |
32 | |
27 | |
22 | |
22 |
User | Count |
---|---|
63 | |
49 | |
31 | |
24 | |
20 |