Forum Discussion

nandic's avatar
nandic
Resident Rockstar
8 months ago
Solved

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...
  • GeraldGEmerick's avatar
    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.