Forum Discussion

Avni-Savani's avatar
Avni-Savani
New Member
3 years ago

Images in PowerBI

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)

3 Replies

  • If you create a relationship table with images within it attached to certain values say like:

     

    ImageValue
    Strawberry1
    Apple2

     

    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.

  • Dhairya's avatar
    Dhairya
    Solution Supplier

    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!