Skip to main content

Power BI

New

Support POST requests

Vote (23) Share
David Schneider's profile image

David Schneider on 05 Apr 2016 23:50:29

Currently only GET requests are supported as data source. A 3rd party systems use POST request to provide data.

Comments (2)
David Schneider's profile image Profile Picture

dd38c8c5 cb95-4c30-a1ad-e3c01fce15aa on 10 Jul 2020 17:20:37

RE: Support POST requests

This is also needed for connecting to graph databases like Noe4j. Noe4j only accepts http post requests and it's not a trivial task for folks to write, edit, and debug an advanced Power Query script to make the post request.

Since there is currently no support for R or Python packages for Neo4j either, the only method for accessing a Neo4j database in Power BI is through the http post API, if you want to have Power BI Online Service refresh data from Neo4j.

Same for using the On-Premises Data Gateway going against custom web api apps. Several of my clients exclusively use http post api's to access on-prem systems data, and it's just tough to build that for most folks in Power Query.

Come to think of it, the same goes with the Bing Maps service - that's also an http post rest api call too. So many examples.

David Schneider's profile image Profile Picture

db6636b7 4764-488c-9342-92069d6c828b on 05 Jul 2020 23:40:36

RE: Support POST requests

POST API needs to implemented in Power Bi. As most of the governament systems (I am part of using it) are old and use XML and SQL connection. I performed XML POST API request from server and could update through Power Bi Desktop version, but as soon as i published it and put auto update, it refused. I and others like me feel this problem needs to be addressed.