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
AdarshPanasri
Helper I
Helper I

Global Parameter in Data pipeline

Hello Everyone, I am working with Data pipelines to automate the process to ingest data. I have multiple env which has env specific variables which will be used in my notebooks e.g. stg account name, container name, onelake container id, lakehouse id etc. I want to parameterize these values.

 

One way I thought was to use Global Parameters like in ADF, but it seems there is no such feature yet in Fabric, can someone please suggest a work around.

 

Note**

I am using absolute path in my code to get the tables or files from onelake and would want to parameterize those values as well.

1 ACCEPTED SOLUTION
NandanHegde
Super User
Super User

Unfortunately as you stated Global Parameters is not supported in MSFT Fabric data pipelines; so as an alternative you can have a config table/file that would have 2 columns :

ParameterName; ENvironment, Value

 

and accoridngly via lookup activity you can get the values for those configs at run time and pass them accordingly




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

View solution in original post

2 REPLIES 2
NandanHegde
Super User
Super User

Unfortunately as you stated Global Parameters is not supported in MSFT Fabric data pipelines; so as an alternative you can have a config table/file that would have 2 columns :

ParameterName; ENvironment, Value

 

and accoridngly via lookup activity you can get the values for those configs at run time and pass them accordingly




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com
frithjof_v
Super User
Super User

Please vote on the Fabric Ideas site to highlight the need:

 

https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=8f170f19-d665-ed11-a76e-281878defc16

 

Please also search on the Fabric Ideas portal if you find any other Idea which you want to support, and vote for it to highlight it so the chance of it being implemented increases.

 

You can also submit a new idea if you don't find an existing idea which covers your need.

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.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 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.