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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
MeiYing
Helper I
Helper I

I put the image URL in measure but it displayed URL instead of image.

Hi, 

 

I created this measure to display image when the count of Alert is 0. But it displays URL instead of image. It works when I put emoji image in measure, for e.g. "😀", but it is very small as it is in font size. If I adjust the size, the font size will bigger also. Can anyone share me how to display image on card visual by using image URL?

 

I tried to set the following measure as 'Image URL' in data category. But it does not work either.

TESTING = IF(COUNT('OUTSTANDING SHIPMENT CONFIRM'[ALERT]) > 0, COUNT('OUTSTANDING SHIPMENT CONFIRM'[ALERT]),"https://uxwing.com/wp-content/themes/uxwing/download/emoji-emoticon/slightly-smiling-face-emoji-icon...")
1 REPLY 1
ibarrau
Super User
Super User

Hi. Regular cards don't render images. The emojis, ascii or unichars are a different thing and that's why it can show them. If you want to show a measure image url, you should use the MultiRowCard instead.

I hope that helps,


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

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.