Hello, is there a way in Power Query to keep duplicate values only? I'm trying to achieve the exact opposite of Remove duplicates (so all unique records and first occurrence of duplicated record is removed). In other words, if I have this dataset:
a
b
a
a
a
c
c
After I remove duplicates I get:
a
b
c
And what I'm after is:
a
a
a
c
Thanks a lot in advance.
Pepe
a
b
a
a
a
c
c
After I remove duplicates I get:
a
b
c
And what I'm after is:
a
a
a
c
Thanks a lot in advance.
Pepe