Forum Discussion
pcardno
7 years agoFrequent Visitor
Using the USERNAME() function in a calculated column to create a dynamic link URL
Hi, First time poster, long time reader, so apologies if I miss something in my description. Summary: I want to create a unique web link in a column that contains values from other columns and ...
Mariusz
7 years agoCommunity Champion
Hi pcardno
You can create a Masure like.
SELECTEDVALUE( table[hlColumn] ) & USERPRINCIPALNAME()
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.

Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
- pcardno7 years agoFrequent Visitor
Hi Mariusz ,
That worked, thank you. Unfortunately, it looks like the performance of the function call when applied across a few thousand rows isn't going to work (it just hangs on more than a couple of rows in the table) but your solution did what I was asking for.
Thanks again,
Paul.