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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

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
Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.