Forum Discussion
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!
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/m-p/4358528#M1361670
- Anonymous1 year ago
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.
4 Replies
- danextian
Super User
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/m-p/4358528#M1361670
- FelipeQueirozNew 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?
- tejaspawar1234New 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 - AnonymousNot 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.