Forum Discussion
swalz
2 years agoNew Member
Embed Link in IF Statement Text
I'm using the formula below to provide a call to action based on a response. I would like that call to action text to have a direct link applied to resource documentation, but not sure how to do that...
- 2 years ago
Hi swalz
You need the calculated column return a needed link :Initiative 2 = IF('Are you aware of the the resource documentation?] = 1, "","wanted link")And then modify it's data type as hyperlink :the pbix with the example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Ritaf1983
Super User
2 years agoHi swalz
You need the calculated column return a needed link :
Initiative 2 = IF('Are you aware of the the resource documentation?] = 1, "","wanted link")
And then modify it's data type as hyperlink :
the pbix with the example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly