Forum Discussion

swalz's avatar
swalz
New Member
2 years ago
Solved

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 in Power BI. Any suggestions would be greatly appreciated.

 

Initiative 2 = IF('Are you aware of the the resource documentation?] = 1, "","Resource Documentation")
 
Thanks!
 
Steve
  • 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

1 Reply

  • 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