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
sudhav
Helper V
Helper V

Need to pass multiple values as parameters in notebook by using pyspark

Hi Team,

I have a notebook using pyspark.

there i have written a code that is fetching share market value for every 5 mins. below is my notebook code

sudhav_0-1695994889161.png

In above snap, i have given company name as ABC and i have parameterized that cell and i am getting below results in my lakehouse as table and adding a single row for ABC company for evry 5 mins(i scheduled it for 5 mins)

sudhav_1-1696000099597.png

 

now my question is i need to get some more companies data like ABC,XYZ,PQR companies data in that same table as rows one after other as rows, it means for every 5 mins 3 rows should add(one row for each company)

I was able to get this using pipeline using config table, but i need to achieve it by using only notebook and giving parameters list in the notebook.

can somebody look into it and do needful.

TIA

 

 

 

1 ACCEPTED SOLUTION
12angrymentiger
Advocate III
Advocate III

Here's a really simple example.

 

In your parent notebook you would set a dictionary from a list of keys/values, then you would call the child notebook (Notebook 1) in this case by passing in that dictionary as a parameter. You could then do anything you want with the values coming in.

 

 

Parent Notebook:

 

12angrymentiger_0-1701898507875.png

 

 

 

Notebook 1:

 

Make sure to set the companylist as a parameter

 

12angrymentiger_3-1701898746626.png

 

 

 

 

 

 

Results:

 

12angrymentiger_2-1701898660402.png

 

View solution in original post

5 REPLIES 5
12angrymentiger
Advocate III
Advocate III

Here's a really simple example.

 

In your parent notebook you would set a dictionary from a list of keys/values, then you would call the child notebook (Notebook 1) in this case by passing in that dictionary as a parameter. You could then do anything you want with the values coming in.

 

 

Parent Notebook:

 

12angrymentiger_0-1701898507875.png

 

 

 

Notebook 1:

 

Make sure to set the companylist as a parameter

 

12angrymentiger_3-1701898746626.png

 

 

 

 

 

 

Results:

 

12angrymentiger_2-1701898660402.png

 

Anonymous
Not applicable

Hi @sudhav ,
Thanks for using Fabric Community.
Could you please send the screenshot of the notebook code which you are using for loading the data into Lakehouse table?
This would help us in understanding the ask better.

Anonymous
Not applicable

Hi @sudhav ,


We haven’t heard from you on the last response and was just checking back to see if you could provide the details asked above. Please let us know if you have any further queries

Anonymous
Not applicable

Hi @sudhav ,
Following up to check whether your issue has been resolved. Please do let us know if you have any further queries.

ajarora
Microsoft Employee
Microsoft Employee

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.