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 at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
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.
User | Count |
---|---|
9 | |
5 | |
4 | |
3 | |
3 |