Forum Discussion
Anonymous
5 years agoNot applicable
Query contains unsupported function. Function name: Web.Contents
Hello everyone I'm trying to adapt my url to make the query based on this topic and this other link, but that doesn't make the update work. How can I do the url partitioning in the correct wa...
- Anonymous5 years ago
Hello Jimmy801
That was the mistake. "Query contains function not supported. Function name: Web.Contents",Partitioning would be to split the query into parts so that this error would disappear.
See this article; https://docs.microsoft.com/pt-br/powerquery-m/web-contents
Anonymous
5 years agoNot applicable
Hello Jimmy801
The problem was that the data was updated on the PBI desktop, but not on the PBI Service, it was an error on the Web.Contents.
I managed to solve it like this
Source_fs = Json.Document(Web.Contents("https://services3.arcgis.com/xxxxxxxyyyyzzzz/arcgis/rest/services/service_abr54aahsh789sdsg/FeatureServer/15/query?where=1%3D1&outFields=*&returnGeometry=false&f=json&token=" & token_)),