Forum Discussion
Web.content not refreshing on service
Hi everyone,
I have this working for me on Desktop, and not on service.
(date as text) as table =>
let
Source = Json.Document(Web.Contents("https://api.ronga.com/",
[RelativePath="v2/dumplings?filter[begins.gt]="&date&"&page%6Bgross%6D=800" ]
)),
data = Source[data],
#"Converted to Table" = Table.FromList(data, Splitter.SplitByNothing(), null, null, ExtraValues.Error)
in
#"Converted to Table"
I have read this article, but doesn't seem to help. https://blog.crossjoin.co.uk/2016/08/23/web-contents-m-functions-and-dataset-refresh-errors-in-power-bi/
I'm grateful for any help in advance
Hi Anonymous
Kindly check below threads whether helps:
https://community.powerbi.com/t5/Power-Query/Dynamic-Web-Contents-Power-BI-Refresh-Error/m-p/702183
https://community.powerbi.com/t5/Issues/Web-API-data-source-refresh-issue/idi-p/395836
If not, please raise it to the support team for better assistance:
https://powerbi.microsoft.com/en-us/support/
4 Replies
- v-diye-msft
Community Support
Hi Anonymous
Kindly check below threads whether helps:
https://community.powerbi.com/t5/Power-Query/Dynamic-Web-Contents-Power-BI-Refresh-Error/m-p/702183
https://community.powerbi.com/t5/Issues/Web-API-data-source-refresh-issue/idi-p/395836
If not, please raise it to the support team for better assistance:
https://powerbi.microsoft.com/en-us/support/
- AnonymousNot applicable
v-diye-msft I tried it, and now I'm getting this error about privacy settings. any thoughts as to why this may be happening?
- v-diye-msft
Community Support
Hi Anonymous
Could you please make sure you've configured the consistent privacy level in both desktop and service?