Forum Discussion
Anonymous
8 years agoNot applicable
Double values from distinc count
Hello all,
The column CustomerAccountnumber contains 26.568 rows which 26.567 rows are distinct rows (see image below).
How can i f find the rows that has the same values in this column?
Thanks in advanced!
Hi Anonymous
You may try to add a column to get the count column. For example:
Column = COUNTROWS ( FILTER ( Table4, Table4[Column1] = EARLIER ( Table4[Column1] ) ) )
Regards,
Cherie
1 Reply
- v-cherch-msftMicrosoft Employee
Hi Anonymous
You may try to add a column to get the count column. For example:
Column = COUNTROWS ( FILTER ( Table4, Table4[Column1] = EARLIER ( Table4[Column1] ) ) )
Regards,
Cherie