Anonymous's avatar
Anonymous
Not applicable
7 years ago
Status:
New

Render HTML a href tags

It would be most appreciated if Power BI tables can render HTML from a calculated column to pull from 2 different fields.  I have used this on previous BI tools:

URL = "<a href=https://www.website.com/items/" & [sourceid] & ">" & [fruits] &"</a>"
 
 
URL = "<a href=https://www.website.com/items/" & [0005] & ">" & [PEARS] &"</a>"
URL = "<a href=https://www.website.com/items/" & [0006] & ">" & [BANANAS] &"</a>"
etc.......
 
 
thank you!
No Comments