Forum Discussion
Mbeeman
5 years agoRegular Visitor
Using $.ajax to get a Web API and receiving Token Literal expected
Hi All, I am having a lot of trouble getting this Web APi to work in Power BI. I reached out to the company providing the API and they stated it was an issue with Power Query and not them... I re...
lbendlin
5 years agoSuper User
What have you tried? You use Web.Contents() for GET requests , and you can switch to POST by providing a binary payload.
Show your Power Query.
- Mbeeman5 years agoRegular Visitor
Hi, I am posting the above query directly into my Power Query. Do I need to change it into a web.contents format in order to use the GET functionality?