Forum Discussion
Kosenurm
4 years agoRegular Visitor
Measure to use to filter data set
Hi there, I want to be able to count the distinct amount of values in a table's column for when the value is "2", and have this as a measure which I can then reuse on other visuals. I have ...
- 4 years ago
Hi Kosenurm ,
If I took youe question correctly then please try this:-
Measure = calculate(distinctcount(table[values]),filter(table,table[values] = 2))Thanks,
Samarth
Samarth_18
Community Champion
4 years agoHi Kosenurm ,
If I took youe question correctly then please try this:-
Measure = calculate(distinctcount(table[values]),filter(table,table[values] = 2))
Thanks,
Samarth