Anonymous
7 years agoNot applicable
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