March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Is it possible to make images change/show up on a powerBI dashboard when different options on the slicer are selected? (E.g. clicking on the word 'strawberry' on the slicer will make the inserted image of a strawberry show up on the dashboard)
Please see if this video helps.
(2) Options to Display Images In Power BI - YouTube
Pat
Hey @Avni-Savani
You can create table like this in which 1st column will contain name of image and 2nd will have image url
then you can use 1st column as slicer and 2nd in any other visual like table, matrix or image viewer where you want the image to be displayed.
here in above screenchot 1st column refers to country and 2nd to it's flag's image url.
Output will be like this
Please mark my solution as accepted if it helped you!
If you create a relationship table with images within it attached to certain values say like:
Image | Value |
Strawberry | 1 |
Apple | 2 |
Then you may be able to use a slicer to switch between the values and then change the image that is show in the visual.
User | Count |
---|---|
117 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
171 | |
117 | |
63 | |
57 | |
51 |