Can someone write a code that will count distinct values? example below.
Value Count
12 1
33 1
22 1
21 1
55 1
Solved! Go to Solution.
hey @ntudev
You can use a summarize tool and group on Value column.
Then you can either count or count distinct .
User | Count |
---|---|
91 | |
79 | |
62 | |
36 | |
36 |