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
Sudharshan1919
Helper III
Helper III

Link to Hyperlink

Hi All,

 

I have requirement like, i need to change the link to Hyperlink.

Example: i have a link "https://google.com/" . What i have done is i have craeted a calculated column by adding the server name at the end of link using DAX, It now looks like "https://google.com/ServerName1" , so that it will redirect to respective server details. Now the requirement is the above calculated column link must be changed like Hyperlink ( 

Click here to Go

)

Can someone suggest how can it be possible.

 

Thanks

 

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @Sudharshan1919 ,

 

Please create the calculated column.

 

Completed URL = 'Table'[URL] & "ServerName1"

Or

Column = LEFT ( 'Table'[URL], LEN ( 'Table'[URL] ) - 1 ) & ".hk"

vkkfmsft_0-1655190578702.png

 

Then set the data category of [Completed URL] and [Column] to "Web URL".

 

vkkfmsft_1-1655190608749.png

 

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
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

2 REPLIES 2
v-kkf-msft
Community Support
Community Support

Hi @Sudharshan1919 ,

 

Please create the calculated column.

 

Completed URL = 'Table'[URL] & "ServerName1"

Or

Column = LEFT ( 'Table'[URL], LEN ( 'Table'[URL] ) - 1 ) & ".hk"

vkkfmsft_0-1655190578702.png

 

Then set the data category of [Completed URL] and [Column] to "Web URL".

 

vkkfmsft_1-1655190608749.png

 

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

rajulshah
Super User
Super User

Hello @Sudharshan1919 ,

 

This cannot be done in a calculated column but you can achieve the same using the table/matrix visual.
This link could be helpful to you.

 

Please let me know if this isn't what you want.

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.