Forum Discussion
kasife
Helper V
3 years agoCount distinct with conditional
Hello people, Distinct count by ID considering column A greater than column B? Im using the following measure: CALCULATE(
DISTINCTCOUNT([Id]),
FILTER(
_table,
...