Forum Discussion
Gateway for Web data source?
- 6 years ago
OK I have found the problem.
This query produces the issues:
When I use:
= Web.BrowserContents("https://www.sozialministerium.at/Informationen-zum-Coronavirus/Neuartiges-Coronavirus-(2019-nCov).html")
It requires the gateway and I cannot refresh it unless I have it installed.
As soon as I change it to:
=Web.Contents("https://www.sozialministerium.at/Informationen-zum-Coronavirus/Neuartiges-Coronavirus-(2019-nCov).html")
It allows me to refresh from the service and the gateway is turned off - I do not need a gateway now
Very strange! But it appears that Web.BrowserContents functions like Web.Page
Thank you for your answer. I had one Web.Page function in my M code, now removed it.
I used an on-prem data gateway, now changed my sources to only web (without any web.page functions) and now the gateway is still on somehow, I cannot turn it off and at every refresh it is telling me this:
- Web { url : "https://www.sozialministerium.at/Informationen-zum-Coronavirus/Neuartiges-Coronavirus-(2019-nCov).html" }
- Web { url : "https://info.gesundheitsministerium.at/data/Bundesland.js" }
- Web { url : "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv" }
- Web { url : "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_recovered_global.csv" }
Please try again later or contact support. If you contact support, please provide these details.
Is it working on your local machine? If you are getting this error, you have to add those sources to the gateway.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
Here is my latest blog - Dynamic Page Navigation Based on User Login
- gbrunnerbi6 years agoAdvocate I
Yes everything is working on my local machine.
For some reason, Power BI still thinks I need a gateway, I saw some other posts where people tried to disassociate a report with an on-prem gateway and also ran into issues.
It seems impossible to deactivate the gateway in the Power BI Service, even though I am only using online data sources at this time.
I should not need a gateway now...
- nandukrishnavs6 years agoCommunity Champion
For some web connectors gateway is required, Try to configure it properly and see if it is working or not.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂- gbrunnerbi6 years agoAdvocate I
I am trying to do it without a gateway, I am refresing my dataset 8x per day and I don't want to rely on my computer all the time.
That is why I removed all on-prem sources and also do not use any Web.Page functions, but it is still not working...
First I have to somehow get rid of the gateway in the dataset and then I can see if it still produces an error...
Are there other web functions that are not allowed without a gateway?