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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
mebg123
Helper I
Helper I

how to link parameters from the Pipeline into the Dataflow Gen2?

I have a parameter in a dataflow that is called "Source" which has a string value. This is used in a applied step in a query.

 

I want to be able to create a similar parameter in a Pipeline that can be linked into the "Source" parameter in the Dataflow and to be able to change the value in the Pipeline.

 

For instance, in the Dataflow I've got "Source" as 1 and in the Pipeline i want to change it to 2.

 

I can't see a parameter configuration is enabled in the Dataflow activity in the pipeline. 

1 ACCEPTED SOLUTION
charlyS
Most Valuable Professional
Most Valuable Professional

Hello @mebg123 ,

Unfortunately, it's not possible at the moment to pass parameters from a pipeline to a dataflow using the dataflow activity. You can verify this information here: Microsoft Documentation.

As a workaround, it may be possible to configure your pipeline to update a configuration table or file. Then, you can set up your dataflow to retrieve this information, which can subsequently be used to parameterize your dataflow.

View solution in original post

1 REPLY 1
charlyS
Most Valuable Professional
Most Valuable Professional

Hello @mebg123 ,

Unfortunately, it's not possible at the moment to pass parameters from a pipeline to a dataflow using the dataflow activity. You can verify this information here: Microsoft Documentation.

As a workaround, it may be possible to configure your pipeline to update a configuration table or file. Then, you can set up your dataflow to retrieve this information, which can subsequently be used to parameterize your dataflow.

Helpful resources

Announcements
August Fabric Update Carousel

Fabric Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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