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: https://xxx.zz/report/export?filterType=jqlfilter&jqlFi...
- 6 years ago
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.
lbendlin
6 years agoSuper User
Power Query has no built in event handling. Asynchronous is not possible.
preetisb15
6 years agoFrequent Visitor
Basically, I want to call a REST endpoint to start the export, call another REST endpoint to track its progress and (when completed) call yet another REST endpoint to download the file.
I am able to do this using POSTMAN
- lbendlin6 years agoSuper User
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.