Forum Discussion

Newbie22's avatar
Newbie22
Icon for Resolver I rankResolver I
3 years ago
Solved

DAX Help: Find Duplicate Values and Mark duplicated values as Zero and the original as One

Hi!

I'm trying to find a DAX wherein I can find a duplicate values and mark the duplicate values as Zero. Here's the sample table in excel.

 

Invoice #How many Duplicates?Desired Output
123421
567821
123420
389111
987611
567820

 

As you can see Invoice # 1234 and 5678 have duplicates. I need the desired output column wherein the original invoices are tag as 1 and the duplicates are 0.