Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Dynamically filter table based on slicer

Hello,

 

I am trying to dinamically filter a table visualization based on a slicer. 

I have a data table like the one below:

 

DateAttribute 1Attribute 2
01/01/2010Ared
01/02/2010Bred
01/03/2010Cred
01/04/2010Dred
01/05/2010Ablue
01/06/2010Bblue
01/07/2010Cblue
01/08/2010Agreen
01/09/2010Bgreen
01/10/2010Cgreen

 

The slicer has red, blue, and green as choices, and when clicking one of them, the table visualization should only show the rows corresponding to that choice.

I have created a slicer which outputs into a measure, however I can't find a way to link that into a filter for a table visualization. I've seen similar posts on the forum but they all seem to relate to calculating summaries based on a slicer, creating a measure which uses the SWITCH function , but here I don't need a summary eg. a sum, but I need all the values to show.

 

Any help or suggestion would be greatly appreciated.

 

7 Replies

  • vanessafvg's avatar
    vanessafvg
    Community Champion

    Anonymous  can you demonstrate using the data what you want to come out with?

     

    are you saying if you click red only red rows should remain?

    • Anonymous's avatar
      Anonymous
      Not applicable

      vanessafvg Yes here is an example:

       

      If I click on red, then this will be the output:

       

      DateAttribute 1Attribute 2
      01/01/2010Ared
      01/02/2010Bred
      01/03/2010Cred
      01/04/2010Dred

       

      If I select green, this will be the output:

       

      DateAttribute 1Attribute 2
      01/08/2010Agreen
      01/09/2010Bgreen
      01/10/2010Cgreen
      • vanessafvg's avatar
        vanessafvg
        Community Champion

        Anonymous  what is the code for the measure?

         

        im a little confused why can't this be achieved with a slicer?

  • Anonymous's avatar
    Anonymous
    Not applicable

    Heya,

    You can just put Attribute 2 in a slicer and select the color you'd like. The table should automaticly pick up and show only the red rows.

  • Anonymous's avatar
    Anonymous
    Not applicable

    I don't understand your question. This is a simple table visual. If you add a slicer with that dimension, the rows in the visual will show only those rows.