For example, I have col A like below and I would like to get the count column.
Col A Count
A 1
B 1
C 1
D 1
A 2
E 1
B 2
F 1
D 2
A 3
In excel, the count column can be get by formula "=countif(A:A,A1) and then copy this formula down. How can I achieve the same result in Alteryx without changing the sequence of the data(not using sort). Thanks!