This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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?
Solved! Go to Solution.
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.
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?
Power Query has no built in event handling. Asynchronous is not possible.
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
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.