Forum Discussion

StevenT's avatar
StevenT
Helper V
1 year ago
Solved

Creating a dynamic slicer

  Hi, I created a field parameter and on the left side are the 6 fields that I've set up.  On my right side is a filter ("Choose Track(s)"). I want that when the user clicks on each button,...
  • danextian's avatar
    1 year ago

    Hi StevenT 

     

    If you're meaning to change the slicer header, you can conditionally format it using a measure that responds to the selected value of the Parameter Order column.

     

    Slicer Title = 
    SWITCH ( SELECTEDVALUE ( Parameter[Parameter Order] ), 0, "Text", 1, "Text2" )
    

     

     

     

  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi StevenT ,

     

    Do you want to select column names in Slicer1 and show values of selected column in Slicer2?

    If so, please refer to the method in message 3, that may be what you want.

     

     

     

     

     

    Best regards,

    Mengmeng Li