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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
FelipeQueiroz
New Member

How to Display Unique Images Per SKU in Small Multiples?

Hi everyone,
I'm trying to display unique images for each SKU using the Small Multiples feature in Power BI, but I'm encountering issues.

When I use a measure to display images in Small Multiples, it always shows the same image for all SKUs, instead of showing the unique image for each SKU.

FOTO ALTA QUALIDADE MEDIDA =
CALCULATE(
MAX('Images Table'[High Quality Image]),
FILTER(
'Images Table',
'Images Table'[SKU] = SELECTEDVALUE(Products[SKU])
)
)

OR

FOTO ALTA QUALIDADE MEDIDA =
MAX('Images Table'[High Quality Image])

Both measures still show the same image for all SKUs, even though the context of the Small Multiples should be filtering each SKU individually.

How can I ensure that each Small Multiple displays the unique image for its corresponding SKU?
Any guidance or suggestions would be greatly appreciated!

2 ACCEPTED SOLUTIONS
danextian
Super User
Super User

Hi @FelipeQueiroz 

Are you attempting to do this with the new card? There seems to be a bug in the visual that causes conditional formatting and image URLs to disregard the filter context, resulting in the same value being displayed for all small multiples. https://community.fabric.microsoft.com/t5/Desktop/Conditional-Formatting-New-Card-Visual-Ref-Labels/... 

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

Anonymous
Not applicable

Hi @FelipeQueiroz 

As mentioned in the post below: It should be solved in the next releases of Power BI.
Solved: Conditional Formatting - New Card Visual - Ref Lab... - Microsoft Fabric Community


If you want to follow up on the progress of the fix as soon as possible. 
You can create a support ticket and a dedicated Microsoft engineer will come to solve the problem for you.

It would be great if you continue to share in this issue to help others with similar problems after you know the root cause or solution.

 

The link of Power BI Support:  https://powerbi.microsoft.com/en-us/support/

 

For how to create a support ticket, please refer to  How to create a support ticket in Power BI - Microsoft Fabric Community

 

 

 

 

Best Regards,

Jayleny

 

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

4 REPLIES 4
Anonymous
Not applicable

Hi @FelipeQueiroz 

As mentioned in the post below: It should be solved in the next releases of Power BI.
Solved: Conditional Formatting - New Card Visual - Ref Lab... - Microsoft Fabric Community


If you want to follow up on the progress of the fix as soon as possible. 
You can create a support ticket and a dedicated Microsoft engineer will come to solve the problem for you.

It would be great if you continue to share in this issue to help others with similar problems after you know the root cause or solution.

 

The link of Power BI Support:  https://powerbi.microsoft.com/en-us/support/

 

For how to create a support ticket, please refer to  How to create a support ticket in Power BI - Microsoft Fabric Community

 

 

 

 

Best Regards,

Jayleny

 

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

tejaspawar1234
New Member

Did you got any solution ?I also have the same issue.It's showing same image for all small multiples
Here is ss ,  as i am unable to  upload powerbi file

 

tejaspawar1234_0-1736744359918.png

 

FelipeQueiroz
New Member

Yes, I'm using the new card visual. It's unfortunate that this bug is occurring. Do you know if there's any timeline for a fix?

danextian
Super User
Super User

Hi @FelipeQueiroz 

Are you attempting to do this with the new card? There seems to be a bug in the visual that causes conditional formatting and image URLs to disregard the filter context, resulting in the same value being displayed for all small multiples. https://community.fabric.microsoft.com/t5/Desktop/Conditional-Formatting-New-Card-Visual-Ref-Labels/... 

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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