Forum Discussion
Semantic MediaWiki Ask API
- 8 years ago
Hi SFNative,
With the Web connector, you should be able to get the content in the link that the API responses in JSON, and then extend JSON to a table in query editor.
In addition, followings are some good article about how to use Power BI to call REST APIs and parse JSON. Could you go to check if it helps in your scenario? :smileyhappy:
Regards
Hi SFNative,
With the Web connector, you should be able to get the content in the link that the API responses in JSON, and then extend JSON to a table in query editor.
In addition, followings are some good article about how to use Power BI to call REST APIs and parse JSON. Could you go to check if it helps in your scenario? :smileyhappy:
Regards
- SFNative8 years agoFrequent Visitor
Thanks v-ljerr-msft. That worked.
One question, though. Do I need to go through the steps to extend the JSON to a table whenever the data that would be returned in the JSON changes? I'm assuming so, but I wanted to double-check.
- WolfBiber8 years agoMicrosoft Employee
What Data changes? the data itself inside JSON or the metadata (definition of fields?).
That the data changes is very, very common, because new data entries will be applied.
If the metadata changes everything should work also, as far the fields for transformations in later steps keep unchanged.
- SFNative8 years agoFrequent Visitor
It's the data in the JSON that changes.
So, to be clear, when the data on the site changes, the data in the JSON pulled as a data source would change with a refresh in Power BI?