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
JamesMF1982
Frequent Visitor

Pictures instead of numbers.....

Ok.... Bit of a silly one I guess, but I am trying to put together a more "fun" report for a display of what PowerBI can do. Is it possible to have a number of images displaying for a representation of numbers? For example if I had 7, I could show 7 bananas for instance...

 

Any pointing in the direct way would be great.

 

Thank you.

1 ACCEPTED SOLUTION
v-yueyunzh-msft
Community Support
Community Support

Hi , @JamesMF1982 

According to your description, you want to show the value to the small image like bananas. Right?

Here are the steps you can refer to :
(1)This is my test data:

vyueyunzhmsft_0-1670549399209.png

(2)Then we can create a measure like this:

Measure = REPT("🍌",SUM('Table'[value]))

(3)Then we can put the measure on the visual and we can meet your need:

vyueyunzhmsft_1-1670549440954.png

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

 

View solution in original post

2 REPLIES 2
v-yueyunzh-msft
Community Support
Community Support

Hi , @JamesMF1982 

According to your description, you want to show the value to the small image like bananas. Right?

Here are the steps you can refer to :
(1)This is my test data:

vyueyunzhmsft_0-1670549399209.png

(2)Then we can create a measure like this:

Measure = REPT("🍌",SUM('Table'[value]))

(3)Then we can put the measure on the visual and we can meet your need:

vyueyunzhmsft_1-1670549440954.png

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

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

 

This is exactly what I wanted! Thank you!!!

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.