Forum Discussion
ErockF
8 years agoFrequent Visitor
Sending PUT method call through Power Query (M)
Greetings! I have three things I want to do in Power BI through a single M query. Fetch ADSSO BOBJ token for the following rest calls. (Done) Refresh a Webi document. (Need Help) Pull data f...
johnihab
5 years agoFrequent Visitor
Has anyone found a solution ?
- Anonymous5 years agoNot applicable
Hi,
I just found a solution to this problem using an external service called Integromat.
This tool allows you to integrate various applications easily.
I created the following scenario:
- Webhook listener - receive your Power BI GET request.
- HTTP - take the webhook parameters and send them using the "PUT" method to your application.
- Webhook Response - take the HTTP PUT response and send it back to your Power BI.
That's it.
Hope I helped