Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
preetisb15
Frequent 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&jqlFilterID=123456&columnsby=statusduration&fields...

 

How can I translate this to a GET request using MQuery?

 

 

 

 

1 ACCEPTED 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.

View solution in original post

5 REPLIES 5
lbendlin
Super User
Super 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?

Hi @lbendlin 

 

I am trying to run an asynchronous file export API.

 

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.