Forum Discussion
Anonymous
6 years agoNot applicable
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: Date Attribute 1 Attribute 2 01/01/2010 A red 01/02/20...
Anonymous
6 years agoNot applicable
vanessafvg Yes here is an example:
If I click on red, then this will be the output:
| Date | Attribute 1 | Attribute 2 |
| 01/01/2010 | A | red |
| 01/02/2010 | B | red |
| 01/03/2010 | C | red |
| 01/04/2010 | D | red |
If I select green, this will be the output:
| Date | Attribute 1 | Attribute 2 |
| 01/08/2010 | A | green |
| 01/09/2010 | B | green |
| 01/10/2010 | C | green |
vanessafvg
6 years agoCommunity Champion
Anonymous what is the code for the measure?
im a little confused why can't this be achieved with a slicer?