Skip to main content
Microsoft Idea

Power BI

Needs Votes

Call APIs using Python

Vote (21) Share
Jonas's profile image

Jonas on 06 Aug 2019 18:32:54

Python is really good at calling APIs, and it actually gives you alle the functionality you need to call APIs no matter encryption method and format.

I would be happy to see libraries like the following supported in PBI Service:
- requests
- hashlib
- hmac
- base64
- datetime
- time
- xml.etree.cElementTree

requests enable you to call almost any type of APIs, and the other libraries are really handy (and often mandatory) for encoding/decoding and formatting.

Unfortunately, I would not be able to do all this in Power Query SDK, and I don't see why you would continue developing this when you already have such a good alternative out there :)

Comments (1)
Jonas's profile image Profile Picture

Andreu fil on 19 Apr 2024 20:49:03

RE: Call APIs using Python

Good information, thankssehackear.top