Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I have a slicer for selecting countries in world. I have managed to show the corresponding flag of the country when a country is selected. but I want to know how to show the worldmap image when the slicer is on select All.
Need your help to fix this select all slicer with image.
Solved! Go to Solution.
Hi @Rajesh26 ,
This is my test data.
We can create a measure.
Measure = IF(ISFILTERED('Table (2)'[country]),MAX('Table (2)'[url2]),MAX('Table (2)'[url1]))
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Rajesh26 ,
Due to the design of Power BI Desktop, unfortunately there is no direct way to reach your needs.
You can post your idea to Ideas. https://ideas.powerbi.com/ideas/
You can use the following methods instead:
1.First we need to prepare such data. Please refer: Display images in a table, matrix, or slicer in a report - Power BI | Microsoft Learn
2.Select that column. On the Column tools ribbon, for Data category, select Image URL.
3.Changing aliases to spaces.
Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for your input. I already tried the same, it does not work. In my report, I have multile slicer with multiple dropdowns.
First slicer have the images and other slicers didn't have any images.
when first slicer specifies one value, have to show that images. When First slicer is All select, it doesn't show any image on the page.
Hi @Rajesh26 ,
This is my test data.
We can create a measure.
Measure = IF(ISFILTERED('Table (2)'[country]),MAX('Table (2)'[url2]),MAX('Table (2)'[url1]))
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Thank you for your valueable inputs, it works good. I accept you solution.
with many thanks,
Rajesh
@Rajesh26
Have you tried using the new Button slicer, I think you can put different images with it for selected and deafult state. But I am not sure weather you can conditioally change the image.
https://powerbi.microsoft.com/en-us/blog/new-slicer-button-public-preview/
If the post helps please give a thumbs up
If it solves your issue, please accept it as the solution to help the other members find it more quickly.
Tharun
I tried the same, Thank you for your input. but I have multile slicer with multiple dropdowns.
First slicer have the images and other slicers didn't have any images.
when first slicer specifies one value, have to show that images. When First slicer is All select, it doesn't show any image on the page.
Hi Thanrun,
Thank you for your information, Which is really helpful. This is not fulfill the actual requirements. Can you please share some other inputs.
Hi all,
Here one example...
For simple image visual only selects column values instead of measure. even if create a calculated column, which always shows blank.
I have used this code, which does not work. Please help me to resolve this.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
65 | |
42 | |
42 |
User | Count |
---|---|
46 | |
38 | |
28 | |
26 | |
26 |