Hi,
I need to the distinct count (and use that as a measure ) for an ID in a model query subject.
col1 col2 col3
1 a 1
2 a 0
3 a 0
4 b 1
5 b 0
6 c 1
Col3 is the measure i would like to derive.
any examples of formulas in action would be great.
Thanks,