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
MissBI_21
Helper II
Helper II

Dynamic Logo

Hi all,

 

I have a question about creating dynamic logos.

 

I followed the below tutorial to allow me to add in dynamic logos:

 

https://www.youtube.com/watch?v=dzJvTcCedm8&ab_channel=BIElite

 

I have a slicer, when I select a certain value, it will display a specific value.

 

My issue occurs when I select all values, I was a specific logo to show up which is not happening.

 

Can anyone help?

 

Background:

Company One has two logos - One for UK and one for US. If I click on the One company filter, I want the UK logo to be shown and if I select both, company One and Two, I want the UK logo to be shown.

 

Filter:

MissBI_21_0-1630927796182.png

 

Data:

MissBI_21_1-1630928058028.png

 

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

Hi, @MissBI_21 ;

Such as video's method ,you should change the URL to the first.

vyalanwumsft_0-1631156356168.png

The final output is shown below:

vyalanwumsft_1-1631156401473.pngvyalanwumsft_2-1631156694300.png

vyalanwumsft_3-1631156742828.png

If I understand error , could you share more detail ?

Best Regards,
Community Support Team_ Yalan Wu
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

5 REPLIES 5
v-yalanwu-msft
Community Support
Community Support

Hi, @MissBI_21 ;

Such as video's method ,you should change the URL to the first.

vyalanwumsft_0-1631156356168.png

The final output is shown below:

vyalanwumsft_1-1631156401473.pngvyalanwumsft_2-1631156694300.png

vyalanwumsft_3-1631156742828.png

If I understand error , could you share more detail ?

Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi,

 

Thank you for the above.

 

Just had a look at your Power BI file, where do you download Image VIewer from? I can't find it on the Marketplace.

 

Regards,

Hi, @MissBI_21 ;

In your video, i find the link :

https://blog.pragmaticworks.com/power-bi-custom-visuals-image-viewer

https://file.ac/QIDJnL6igK0/ImgViewerVisual.0.1.0.pbiviz

Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you so much! It worked!

amitchandak
Super User
Super User

@MissBI_21 , Use min for country 

example

Measure =
var _max =minx(allselected(Table), Table[Country])
var _min = minx(allselected(Table), Table[division])
return
calculate(max(Table[url]) , filter(Table, Table[Country] = _max && Table[division] =_min))

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.