Forum Discussion
nandic
Resident Rockstar
8 months agoPower BI GET API with JSON body – how to handle?
Hi all,
I’m trying to call a REST API in Power BI that requires parameters like FromDate and ByDate in the JSON body, even for a GET request.
Problem: Power BI does not support GET requests w...
- 8 months ago
nandic This would require you to create a custom Power Query connector for that API. If you could get the developer to move the parameters to the query string of the URL that would allow you to get around that requirement.
GeraldGEmerick
Memorable Member
8 months agonandic This would require you to create a custom Power Query connector for that API. If you could get the developer to move the parameters to the query string of the URL that would allow you to get around that requirement.