Forum Discussion
cwollett
3 years agoAdvocate II
Finding duplicate rows using DAX
My scenario is a much larger dataset with longer strings for the two columns, but this should be generalizable so for simplicity, let's say I have a base table with the following data: Group Name...
Fowmy
3 years agoSuper User
cwollett
Can you explain you did you caculate 1 for Group A and 0 for Group B?
- cwollett3 years agoAdvocate II
I would like to be able to return a way to say the Member List column from the table above that one is a duplicate. So since both A & C are "Alex, Betty, Charles" they are duplicates of one another. Since Group B is unique, it should not be shown as a duplicate.