Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Dedupe one Column based of date in another column

Hi, 
I have a feeling that this has a simple solution, that I just can't seem to figure out.
I'm trying to depude one Column (SaleID), assigning priority on which value to keep based on the oldest date which is located in another column.
Input:

SaleIDDate
12021

1

2023

1

2020
22021
22023
22022
32023
32021
32022

Output

SaleIDDate
12020
22021
32021
4 REPLIES 4
AlexisOlson
Super User
Super User

Group by SaleID and take the min over Date as the aggregation for that column.

 

Anonymous
Not applicable

Hi, thanks for the suggestion.
Unfortunetly this didn't work as it removed some of the Sale ID's alltogether, do you have any idea why that would happen?

That doesn't make sense to me. Any chance you can share a reproducible example?

Anonymous
Not applicable

Hi, I got this to work in the end by doing table.buffer() and sorting by date within the buffer then deduping afterwards.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.