Forum Discussion
Anonymous
4 years agoNot applicable
Problem with DistinctCount/Group BY + filter condition
Hello, I have an issue with a case I have been working on all day π I have a table : Title / Item A / x A / y B / x B / z C / y C / z D / z What I want is to calculate a disco...
mh2587
4 years agoSuper User
Just create distinct measure on item like below
count = distinctcount(item)
and place that measure with tittle