We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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êsIf you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 54 | |
| 39 | |
| 32 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 37 | |
| 36 | |
| 22 |