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 Team,
We have a requirement to use pipeline parameters into notebook at the end of the pipelien execution.
I tried passing parameters using below approaches, it is not passing the values and resulting to pipeline failure. kindly suggest any working solution to pass pipeline parameters into Notebook (pyspark (python))
#1
file_category = mssparkutils.env.get_parameter("file_category")
Solved! Go to Solution.
hi @Sureshmannem ,
Can you not set the base parameters of the notebooks with the pipeline variables something like below
and then in the notebook you can directly use those variables
hi @Sureshmannem ,
Can you not set the base parameters of the notebooks with the pipeline variables something like below
and then in the notebook you can directly use those variables
Hi @Gpop13
Thanks for your prompt support!
I realized I was overengineering the solution. I’ve now used the parameters directly in the notebook, and it works as expected.
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.