Forum Discussion
Anonymous
10 years agoNot applicable
Anyone using HTTP REST API with XML Response as datasource?
Is there a way to do this?
3 Replies
- intrasightHelper 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.
- AnonymousNot applicable
If I can get a JSON response, how would I get Power BI to consume it?
- intrasightHelper IV
Use Json.Document() function