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, I have the below dependency set in a fabric pipeline. I need the variable to be set to Failed even when one of the notebooks has failed. In the below case, the failed variable will be invoked ONLY if ALL 3 notebooks fail.
Is there any solution to this (apart from creating 3 different flow from each notebook failure)?
Note - for variable for 'pass' I am okay, as it will be called after ALL 3 are successful.
Solved! Go to Solution.
please refer the below blog :
You need to use on completion and then check whether there is any failure in any activity, if yes, then set variable else skip
Hi @Gpop13,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @nilendraFabric and @NandanHegde for the prompt response.
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the super user resolved your issue? or let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
please refer the below blog :
You need to use on completion and then check whether there is any failure in any activity, if yes, then set variable else skip
Hi @Gpop13
if you wire the Set Variable activity to trigger based on the failure condition of each notebook, that activity will only execute if all three notebooks fail because dependencies in Fabric pipelines are combined with an AND logic condition
so your requirement should be fine with your current setup
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 Fabric update to learn about new features.