Forum Discussion

MeiYing's avatar
MeiYing
Icon for Helper I rankHelper I
2 years ago
Solved

Image display in Power BI by conditional formatting

Hi,

 

I want my card visual to display total number of failed orders, but when there is no failed orders, the image (smiling emoji) will be displayed. I created measure (HasfailedOrder = If([failed order]=0, 'Img URL', [failed order])) for my card visual. But it displays url instead of image when my failed order is 0. I can achieve that by using table, but is there any way to achieve that with card visual? 

 

Thank you guys!

3 Replies