Hi, my answer will work with any data, because some solutions on the Internet need a primary key of strings, no solution is required for my primary key . Here is the sample structure and sample data:
ab 1 23 1 23 16 59 12 12 13 45 12 12 45 56

Just group by all columns and add the last column - count everything (if there are more than two or more columns, you just need to put all the columns in the “Unit” element and set the set group and put “Count All” at the end):

Then just add a conditional separator and take all the lines where there is more than one line:

Real example:

source share