Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowGet certified as a Fabric Data Engineer: Check your eligibility for a 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700. Get started
Hi all,
I’m working on a data pipeline in Microsoft Fabric and came across the "Set Pipeline Variable" activity, but I'm not quite clear on its purpose and usage. Could someone explain:
Any insights or examples would be greatly appreciated! Thanks in advance.
Solved! Go to Solution.
Hi @HamidBee
1. To temporary store a value which you can easily reuse that value in other steps of your data pipeline and reference it via the variable. It is a typical concept of programming as well.
2. An example has been shared by Microsoft, you can for example is it in a counter in an for each loop to keep track of the number of loops: https://learn.microsoft.com/en-us/azure/data-factory/control-flow-set-variable-activity#incrementing...
3. The Pipeline return value can be used to interact with values of child pipelines, for reference see this section of the same document:
https://learn.microsoft.com/en-us/azure/data-factory/tutorial-pipeline-return-value
Hopefully this helps a bit?
Hi @HamidBee
1. To temporary store a value which you can easily reuse that value in other steps of your data pipeline and reference it via the variable. It is a typical concept of programming as well.
2. An example has been shared by Microsoft, you can for example is it in a counter in an for each loop to keep track of the number of loops: https://learn.microsoft.com/en-us/azure/data-factory/control-flow-set-variable-activity#incrementing...
3. The Pipeline return value can be used to interact with values of child pipelines, for reference see this section of the same document:
https://learn.microsoft.com/en-us/azure/data-factory/tutorial-pipeline-return-value
Hopefully this helps a bit?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
User | Count |
---|---|
8 | |
2 | |
2 | |
2 | |
2 |
User | Count |
---|---|
12 | |
5 | |
5 | |
3 | |
3 |