Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
MeiYing
Helper I
Helper I

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!

2 ACCEPTED SOLUTIONS
MeiYing
Helper I
Helper I

Thank you so much @Ritaf1983 . It really works! But do you know if we can use other images online (not emoji), like by using URL ? 

View solution in original post

Hi @MeiYing 
Happy to help and yes with the new card visual, please refer to the linked tutorial: 

https://www.linkedin.com/pulse/power-bi-dynamic-icon-image-based-condition-new-card-visual-ali/

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

 

 

View solution in original post

3 REPLIES 3
MeiYing
Helper I
Helper I

Thank you so much @Ritaf1983 . It really works! But do you know if we can use other images online (not emoji), like by using URL ? 

Hi @MeiYing 
Happy to help and yes with the new card visual, please refer to the linked tutorial: 

https://www.linkedin.com/pulse/power-bi-dynamic-icon-image-based-condition-new-card-visual-ali/

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

 

 

Ritaf1983
Super User
Super User

Hi @MeiYing 
You can just copy and paste the emoji to the DAX code like :

test emoji = if(sum('Table'[Fail order])=0,"🙂",SUM('Table'[Fail order])&"🙁")
Result :
Ritaf1983_0-1709533364117.pngRitaf1983_1-1709533386527.png

The line of the website for copy emojis :

https://emojicopy.com/

pbix is attached

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.