Forum Discussion
Images as Column values in Table Visual
Can we show some icons images in Table Visual for a column value? I want to show arrow icons if a value in column is between limits etc. Just some up/down/side arrows type basic icons.
12 Replies
- MattAllingtonCommunity Champion
You can also look at the card with states custom visual
https://app.powerbi.com/visuals/show/PBI_CV_7B952816_A48F_49B4_9E13_15E3BB2C0337
- PowerBIGuy1Frequent Visitor
My requirement is to show something like this table. CARD visual or other custom visual info does not work for this case.
- Mi2nMicrosoft Employee
This is possible. You will have to use URLs as the measure/column values, and then select the corresponding measure/column and then go to modelling tab -> Data categor -> Image URL.
Once this is done, if you add the corresponding column/measure to a table, it will display the linked image.
- dcristiniRegular Visitor
A simple solution.
Using measures and emojis.
if ([Objetivos] > 'Medidas Resumen'[Resultados] ;"📙";"📗")


- Phil_SeamarkMicrosoft Employee
Probably the closest is the fantastic info-graphic custom visual which you can download from here
https://app.powerbi.com/visuals/show/InfographicDesigner1461802846252
I recommend you download the sample as well so you can follow the useful hints.
- SillyJam123Frequent Visitor
Hi PowerBIGuy1 . Could you please share this solution with me. I have the same requirement. I could not find the solution in the discussions below.
Thanks!