Forum Discussion

5 Replies

  • Samarth_18's avatar
    Samarth_18
    Community Champion

    Hi Anonymous ,

     

    You can create a measure like below and use it as filter on your visual:-

    Measure= if(ISFILTERED('slicer_table'[column]),1,0)

     

     

    Thanks,

    Samarth

    • Anonymous's avatar
      Anonymous
      Not applicable

      When do this table headers still appearing when slicer not selected how to hide it?

      • Samarth_18's avatar
        Samarth_18
        Community Champion

        Anonymous Visual will appear anyways but no value will be displayed.