Forum Discussion
vjnvinod
1 year agoImpactful Individual
Icons or unichar code
hi i am looking fo the below SVJ or a unichar code to achieve this in power BI any help wil be highly appreciated
vjnvinod
1 year agoImpactful Individual
not sure for some reason, it doesn't show the icon see below last coloumn, i have change the measure to Image URL based on chat gpt, and it still doesn't work
i am using this dax
Bibiano_Geraldo
1 year agoSuper User
Hi vjnvinod ,
To use directly in measure and in your Matrix, Use the following DAX:
IconMeasure =
IF(
1=2,
"https://cdn-icons-png.flaticon.com/128/5610/5610923.png",
"https://cdn-icons-png.flaticon.com/128/329/329344.png"
)Change the condition to attend your need.
Make sure to change Data Category to Image URL.
Change the image size to attend your needs in the Format pane in your Matrix:
This links redirect you to Flaticon.