Forum Discussion
Pikachu-Power
6 years agoImpactful Individual
Measure dont react to slicer
Hello, I have a slicer Table[Step] with the values 0,1,2,3. In the filter pane i filter 1,2,3. I also want my value for 1,2,3. So I write: = CALCULATE( DISTINCTCOUNT( Table[Value] ); Table[S...
- 6 years ago
Thank you both 😊
Pikachu-Power
6 years agoImpactful Individual
It also works without ALLSELECTED.
parry2k
6 years agoSuper User
Pikachu-Power ALLSELECTED will work but it is not necessary in this case and on larget dataset it can have a performance impact.
Cheers!!