Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
DataSkills
Resolver I
Resolver I

Gateway being requested for public website

I have built a very simple report that uses the website http://www.xe.com/currencytables to get the latest exchange rates. 

 

The report works perfectly in desktop and I can refresh data without an issue. However, when I publish this and attempt to set up a scheduled refresh, I get an error saying I need a gateway.  This is unexpected, since the data is on a publically accessible website.  My understanding is that a gateway is only required when accessing data on premises or where some kind of firewall is in place - not something we have in this case. 

DataSkills_0-1704369133619.png

 

Any suggestions in terms of how to get around this issue? 

A copy of the report is available HERE should anyone wish to test this.  Simply click the download link DataSkills_1-1704369409833.png at top right to get the file downloaded. 

1 ACCEPTED SOLUTION
DataSkills
Resolver I
Resolver I

I managed to get this resolved. It was a bizarrely simple fix. 

 

My original query was as follows for the "source" step in Power Query:

= Web.BrowserContents("http://www.xe.com/currencytables/?from=GBP")

 

I simply amended this to be:

= Web.Contents("http://www.xe.com/currencytables/?from=GBP")

 

That fixed it! 🤯

View solution in original post

4 REPLIES 4
DataSkills
Resolver I
Resolver I

I managed to get this resolved. It was a bizarrely simple fix. 

 

My original query was as follows for the "source" step in Power Query:

= Web.BrowserContents("http://www.xe.com/currencytables/?from=GBP")

 

I simply amended this to be:

= Web.Contents("http://www.xe.com/currencytables/?from=GBP")

 

That fixed it! 🤯

Good to know

Thank you too

 

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

aj1973
Community Champion
Community Champion

Hi @DataSkills 

Your web site is not a cloud service, it is just a Web link URL therefore you need to install a Gateway.

You don't need Power BI Gateway for Cloud Services such as Sharepoint, Snowflake, Azure...

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

Hi aj1973 - see my solution posted above. Thanks for your response. 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.