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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
AW11
Helper I
Helper I

Converting hyperlink to text value

Hello,

 

I currently have the following formula in Excel. When I upload to power query within Power BI, it takes the formula as plain text. Is there any way to show "click here" in the 'Project Name' column instead? Currently, I "copy and paste values" the Project Name field within Excel before uploading to Power BI to circumvent the issue.

 

Any help would be greatly appreciated!

 

AW11_0-1706120125670.png

 

Best,

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @AW11 

In power query of Power BI Desktop, it cannot support the hyperlink , it will return only text format, but you can implement in a table visual, you can refer to the following solution.

1.Split the hyperlink and the text to two columns.

vxinruzhumsft_0-1706147801982.png

2.In Power BI Desktop, set the link data category to "Web URL"

vxinruzhumsft_1-1706147906730.png

3.In a table visual, put the text column to the visual, then set the conditional formatting to 'Web URL', and select the link column.

vxinruzhumsft_2-1706147985062.png

vxinruzhumsft_3-1706148041325.png

 

Output

vxinruzhumsft_4-1706148115508.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

View solution in original post

3 REPLIES 3
AW11
Helper I
Helper I

Wondering if anyone has any ideas?

Anonymous
Not applicable

Hi @AW11 

In power query of Power BI Desktop, it cannot support the hyperlink , it will return only text format, but you can implement in a table visual, you can refer to the following solution.

1.Split the hyperlink and the text to two columns.

vxinruzhumsft_0-1706147801982.png

2.In Power BI Desktop, set the link data category to "Web URL"

vxinruzhumsft_1-1706147906730.png

3.In a table visual, put the text column to the visual, then set the conditional formatting to 'Web URL', and select the link column.

vxinruzhumsft_2-1706147985062.png

vxinruzhumsft_3-1706148041325.png

 

Output

vxinruzhumsft_4-1706148115508.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Thank you, Yolo!

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors