Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi experts group, I have searched the forum, but can't find the solution on my issue.
I need your help to write DAX code on how to rank the duplicates in sequence.
This is the data and I'd like to achieve the result as below in Count Duplicate column
Type | Count duplicate |
a | 0 |
a | 1 |
b | 0 |
c | 0 |
b | 1 |
c | 1 |
c | 2 |
a | 2 |
The aim is to keep the 1st duplicates and remove the rest of duplicates using filter.
Thank you.
Solved! Go to Solution.
Hi @vanvir for possible solution, please create two columns, Index and Count Formula.
Index column should be created by Power Query, choose From 1.
Second column, Count Formula is calculated column with formula below. Output is same as yours.
Did I answer your question? Kudos appreciated / accept solution!
Link for how to do it below
Output
Proud to be a Super User!
Hi @vanvir ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please feel free to let me know.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @vanvir for possible solution, please create two columns, Index and Count Formula.
Index column should be created by Power Query, choose From 1.
Second column, Count Formula is calculated column with formula below. Output is same as yours.
Did I answer your question? Kudos appreciated / accept solution!
Link for how to do it below
Output
Proud to be a Super User!
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |