Forum Discussion
Anonymous
10 years agoNot applicable
Anyone using HTTP REST API with XML Response as datasource?
Is there a way to do this?
intrasight
10 years agoHelper IV
XML support is pretty weak. If it is your own API, you should add JSON. If it is a 3rd party API, then you could stand up a proxy server to convert it to JSON.
Anonymous
10 years agoNot applicable
If I can get a JSON response, how would I get Power BI to consume it?
- intrasight10 years agoHelper IV
Use Json.Document() function