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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

Top Solution Authors
Top Kudoed Authors