Forum Discussion

satmeh's avatar
satmeh
Frequent Visitor
7 years ago
Solved

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...
  • MFelix's avatar
    MFelix
    7 years ago

    Redo to this:

     

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

    Regards,

    MFelix