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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
rumble
New Member

Help with Python and requests and session

Hi 

I am curious to know if it is possible to get PowerBI to pull down a json file using python requests library with sessions. We need to use sessions as the python code authenticates and then re-uses the session to download the file.

Any ideas?
TIA

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @rumble,

Where are you used these python scripts? Work within data source or python visual? If you mean data source side and these session operations are integrated in the same query step, it is possible.

If you are working with python visual, these types of operations will been blocked on power bi service side due to security reasons.

For the python script hosted in different query steps, I don't think you can directly transmit data between these steps that invoked python scripts.

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
darkowalski
New Member

Hello @rumble , did you finally find the solution for described problem?

Is PowerBI (including PowerBI service) able to use python requests library with sessions?

 

I am facing the same kind of issue and any tip or piece of script will be very helpful.

Anonymous
Not applicable

Hi @rumble,

Where are you used these python scripts? Work within data source or python visual? If you mean data source side and these session operations are integrated in the same query step, it is possible.

If you are working with python visual, these types of operations will been blocked on power bi service side due to security reasons.

For the python script hosted in different query steps, I don't think you can directly transmit data between these steps that invoked python scripts.

Regards,

Xiaoxin Sheng

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 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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