Forum Discussion

mafioso's avatar
mafioso
Icon for Helper II rankHelper II
8 years ago
Solved

Automatically set values of slicer dependent on user selection

Is it possible to select values of a slicer automatically? In my case, I have 3 options: car, train and plane. Lets assume that I choose car. Then I have 5 choices: bmw, audi, volvo, toyota and vw....
  • v-yulgu-msft's avatar
    v-yulgu-msft
    8 years ago

    Hi mafioso,

     

    Since two fields are from the same table, the two slicers are related. Once you selected any item in first slicer, the second one will only show available selections which are matching with the selected value in first slicer. In your example, selecting "car" in first slicer will filter the second slicer that it only lists Audi, BMW and Toyota. But, automatically selected is not supported in desktop. You will see Audi, BMW and Toyota shown in second slicer without being selcted. However, by default, if there isn't any value selected in slicer, the related visual will consider this behavior the same as "select all" and display all data records in visual.

     

    Best regards,

    Yuliana Gu