Forum Discussion
carebear88
5 years agoFrequent Visitor
How to count ID only once
Hi! I need some help getting my data to only count once. The data has one unique ID number, but this number can have several rows due to a collum called consequences. This is because the ID can h...
- Anonymous5 years ago
Hi! Try to create a measure:
Count ID once = DISTINCTCOUNT('TableName'[Caseno])
Anonymous
5 years agoNot applicable
Hi! Try to create a measure:
Count ID once = DISTINCTCOUNT('TableName'[Caseno])