Forum Discussion
Markzolotoy
10 years agoImpactful Individual
Get data from webservice
I am trying to bring data into my dashboard by accessing a websevice endpoint. It works fine in my mobile report wher i am using a dataset based on an xml data source. After proving URL of that data ...
Youssef
10 years agoMicrosoft Employee
Most likely this is received as HTML (although you are only seeing the JSON in the browser). If you right click in chrome, and click view source, you will see that this JSON snippet is likely encapsulated in HTML. If you can make sure your service sends pure json Power BI should resolve it as JSON with no problems.
Markzolotoy
10 years agoImpactful Individual
Nope, page source shows exactly the same. So does Charles.
- Youssef10 years agoMicrosoft Employee
I sent you a private message to investigate further. You can update the thread once a resolution is reached.