Forum Discussion
nandic
8 months agoResident Rockstar
Power 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.
nandic
8 months agoResident Rockstar
GeraldGEmerick thank you for prompt and clear answer.