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
satmeh
Frequent Visitor

Create a new hyperlink column using value from another column

Hi All,

 

I am trying to create a column(containing hyperlink) using value from another column. Tried creating custom columns but no luck. I am importing data from a read-only database.

 

Desired output: 

ID           Link

2345       www.microsoft.com/2345/home

3346       www.microsoft.com/3346/home

 

Thanks!

 

 

1 ACCEPTED SOLUTION

Redo to this:

 

Hyperlink =  "www.microsoft.com/"& FORMAT(Table[ID];"#") &"/home"

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

6 REPLIES 6
MFelix
Super User
Super User

Hi @satmeh ,

 

Did you format the column as hyperlink after creating it?

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



satmeh
Frequent Visitor

@MFelixThanks for your response. I wanted to learn how to create the desired links using 'ID' from other column.

 

Thanks!

Hi @satmeh ,

 

You need to create a column similar to this:

 

Hyperlink =  "www.microsoft.com/"& Table[ID] &"/home"

Regards,

Mfelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



satmeh
Frequent Visitor

@MFelixI tried this approach before but I keep getting errors.

PowerBI SC.JPG

PowerBI SC.JPG

 

Thanks!

Redo to this:

 

Hyperlink =  "www.microsoft.com/"& FORMAT(Table[ID];"#") &"/home"

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



satmeh
Frequent Visitor

This works. Thank you @MFelix

 

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.