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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
TMason
Frequent Visitor

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.

 

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?

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors