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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
srduval
Helper II
Helper II

Anonymous Credentials To Web URL

I am trying to use the web service connection to get data from the us treasury:

https://home.treasury.gov/resource-center/data-chart-center/interest-rates/TextView?type=daily_treas...

 

I am able to connect to the website and get the data I need in power bi desktop, but I am unable to refresh it in service because it is missing credentials, but this website doesn't support anything other than anonymous access. How can I configure the datasource to refresh online?

1 REPLY 1
Burningsuit
Resident Rockstar
Resident Rockstar

Hi @srduval 

Yes, using the standard web connector in Power BI/Power Query requires a Gateway to refresh the data when published to the cloud, even if the Web page does not require any authentication.

There is a possible work around.

In PowerQuery ("Transform data" when you connect to the Web Page in Power BI desktop) Change the "source" line, often the first line of the Power Query steps, from " = WebBrowserContents("**your URL **")" to " = WebContents("**your URL **")".

Microsoft's documentation states that:

Web.BrowserContents "Returns the HTML for the specified url, as viewed by a web browser."

whereas

Web.Contents "Returns the contents downloaded from url as binary"

So, depending on the web page you are using, you may see a difference, but in most cases this works fine.

Once you've made the change you'll need to go to the Credentials part of the Dataset settings for the web element...

Burningsuit_0-1645115708886.png

 

 

and there Click on "edit credentials" and there set the Authentication Method to "Anonymous"

Burningsuit_1-1645115708939.png

 

 

That should allow you then to schedule Refreshing for the web-page in Service.

Hope this helps

Stuart

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors