Forum Discussion
URL Images Based on Slicer Selection
Hi cmcgo3
I am not clear about the requirement,
I got the pbix file, can you please share a screenshot of your requirement.
Once you selected Country, the image is changing properly
Please reply
Thanks
Pijush
- cmcgo32 years agoHelper II
Good Morning,
The "country" filter does work. When you filter down to "State or Province" image should change, but does not. The same is true for the "city" filter. The image remains on country flag no matter what state/province or city is selected.
- PijushRoy2 years agoCommunity Champion
Hi cmcgo3
Please find the attached PBIX file
Use below measure, change it if require
Use the measure in the new card visual.
Please note, that your all measure are not in the same size.Measure = SWITCH( TRUE(), ISFILTERED('City List'[City]),SELECTEDVALUE('City List'[url image]), ISFILTERED('State_Province List'[State or Province]),SELECTEDVALUE('State_Province List'[url image]), ISFILTERED('Country List'[Country]),SELECTEDVALUE('Country List'[URL]), Blank())Image changing as per slicer
https://drive.google.com/file/d/1gmW9QJAeJmDJoiXOpCtGw2o0-eV4iI9Z/view?usp=sharing
If solved your requirement, please mark this answer as SOLUTION. appreciate your THUMBUPS 👍⬇️
Thanks
Pijush- cmcgo32 years agoHelper II
Good Afternoon Pijush,
Thank you so much!!!!!! It works great!!!
- cmcgo32 years agoHelper II
I may have an issue with my relationship(s). I have tried many combinations.