cancel
Showing results for 
Search instead for 
Did you mean: 
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
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

1 REPLY 1
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
T-Shirt Design Challenge 2023

Power BI T-Shirt Design Challenge 2023

Submit your creative T-shirt design ideas starting March 7 through March 21, 2023.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

March Events 2023A

March 2023 Events

Find out more about the online and in person events happening in March!

Top Solution Authors