Hi everyone! I'm a new Alteryx user and I'm really excited to start exploring this software.
I would like to know if there is a way in Alteryx to count how many times a record has been duplicate.
My goal is not to group by the records and get a total count, but to take into consideration only the first record that appears into my data-set.
Below what is an example of what I'm doing in MS Excel in order to get the desired output:
| A | =countif($A$1:A1,A1) |
| B | |
| C | |
| D | |
| A | |
| A | |
| C | |
| D | |
And my aim is to get the following output:
Is there a way to perform this in Alteryx? Any help is much appreciated!