Forum Discussion
preetisb15
6 years agoFrequent Visitor
how to run POST request
Dear community,
I am trying to run a POST request to translate it to a GET request using M query
my POST call would look like this:
How can I translate this to a GET request using MQuery?
That's not asynchronous. That's just looping (waiting for something to complete rendering)
While you may be able to do this in Power BI you should really look into Power Automate instead.
5 Replies
- lbendlinSuper User
Your example is not a POST, it is already a GET. For POST you need to specify a payload in the header, not in the URL.
What do you need the POST for? Authentication?
- preetisb15Frequent Visitor
- lbendlinSuper User
Power Query has no built in event handling. Asynchronous is not possible.