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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
zimme063
Regular Visitor

Uploading Hyperlink

I am trying to upload a hyperlink by scraping a HTML site.  I can do this in Excel using Full HTML Formatting option. When I try to do this in PowerBI, I simply get a text of the hyperlink "name" and not the path.  Any suggestions on how to upload the path?

2 REPLIES 2
zimme063
Regular Visitor

Let me provide example for clarification:

 

let
    Source = Web.Page(Web.Contents("http://clerk.house.gov/evs/2017/index.asp")),
    Data0 = Source{0}[Data],
    #"Changed Type" = Table.TransformColumnTypes(Data0,{{"Roll", Int64.Type}, {"Date", type date}, {"Issue", type text}, {"Question", type text}, {"Result", type text}, {"Title/Description", type text}})
in
    #"Changed Type"

 

The "Issue" values have hyperlinks (http://clerk.house.gov/evs/2017/index.asp), but come through as text and the link is lost.

deldersveld
Resident Rockstar
Resident Rockstar

I do not know what you mean by "upload" a hyperlink, but try going to the Modeling tab and changing the Data Category for the relevant field to Web URL.

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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