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

Fabric Data Days Monthly is back. Join us on March 26th for two expert-led sessions on 1) Getting Started with Fabric IQ and 2) Mapping & Spacial Analytics in Fabric. Register now

Call APIs using Python

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 🙂
Status: Needs Votes
Comments
fbcideas_migusr
New Member
Status changed to: Needs Votes