This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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!
Solved! Go to Solution.
Redo to this:
Hyperlink = "www.microsoft.com/"& FORMAT(Table[ID];"#") &"/home"
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @satmeh ,
Did you format the column as hyperlink after creating it?
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português@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
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsRedo to this:
Hyperlink = "www.microsoft.com/"& FORMAT(Table[ID];"#") &"/home"
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCheck out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 22 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 45 | |
| 20 | |
| 18 | |
| 18 |