Forum Discussion
binayjethwa
3 years agoHelper V
Identify Duplicates based on single field
Hi , Is there any way we can identify duplicates based on single column, Although the values on different colums are different for same Person. Please check on below data. Here employee Binay...
- 3 years ago
Hi,
Yes or No = if(CALCULATE(COUNT('Project Duplicate'[ID]),ALLEXCEPT('Project Duplicate','Project Duplicate'[ID]))>1,"Yes","No")Regards,
Prakash M
mpraka
3 years agoAdvocate II
Hi,
Yes or No = if(CALCULATE(COUNT('Project Duplicate'[ID]),ALLEXCEPT('Project Duplicate','Project Duplicate'[ID]))>1,"Yes","No")
Regards,
Prakash M