Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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

Reply
Pfisterbi
Advocate I
Advocate I

Pipeline System variables

Hi there

At time beeing, I am missing in a Pipeline a few system variables.

In particular all names are not there

(E.g. Pipeline name, Trigger name, etc.).

Those names are useful to generate dynamic pipelines.

Any ETA when names will arrive?

Keep up doing your great work!

1 ACCEPTED SOLUTION
GraceGu
Microsoft Employee
Microsoft Employee

@pipeline.Pipeline, @pipeline.DataFactory, @pipeline.TriggeredByPipelineName fix is in rollout. Should be there soon. 

View solution in original post

4 REPLIES 4
RDenkewalter
Microsoft Employee
Microsoft Employee

This should be available to users within a few weeks!

zeesoft
Microsoft Employee
Microsoft Employee

Hello @RDenkewalter 

The first two expressions are available in Fabric Data Pipeline, but there is the problem with the remaining two (see in green below😞

 

  • pipeline()?.TriggeredByPipeline - The ID of the triggering pipeline - DOES NOT EXIST. ARE YOU REFERRING TO THIS VARIABLE @pipeline()?.TriggeredByPipelineRunId?
  • pipeline()?.TriggeredByPipelineName - The name of the triggering pipeline - INCORRECT VARIABLE NAME. IT SHOULD BE 'Pipeline triggered by pipeline Name' instead of 'Pipeline triggered by pipeline ID'.

Thanks!

RDenkewalter
Microsoft Employee
Microsoft Employee

Engineers have finished implementing the following expressions:
pipeline().Pipeline - The ID of the pipeline

pipeline().PipelineName - The name of the pipeline

pipeline()?.TriggeredByPipeline - The ID of the triggering pipeline

pipeline()?.TriggeredByPipelineName - The name of the triggering pipeline

 

This should be available to users within a few weeks!

GraceGu
Microsoft Employee
Microsoft Employee

@pipeline.Pipeline, @pipeline.DataFactory, @pipeline.TriggeredByPipelineName fix is in rollout. Should be there soon. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors