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

List the unique of most recent date based on a group

I am new to Power Query and needed some help. 

 

I have a quey table named trans_pmt_plan_pmts as shown here:

rpp1.png

 

I want to be able to get all the unique records based on hdr_id and pmt_plan_id and the most recent due_date and elimnate the records in red. 

 

The first example. pmt_plan_id 11646 oldet date is 2/15/2022, I need to delete all records where the pmt_planid is older than the current record and where the due_date is older than or equal to the due date. In this example pmt_plan_id has 3 records to be deleted because those due_dates are greater than or equal the 2/15/2022,

 

The second example pmt_plan_id 11700 oldest date is 2/28/2022, I need to delete the 3 records in red for the previous pmt_plan_id 11646 because the dates in red are greater than or equal to 2/28/2022

 

My end result shoul look like this:

rpp2.png

 

Any ideas how I can accomplish this in Power Query?

 

Regards,

Mike Ayuso

 

 

 

1 ACCEPTED SOLUTION
Vera_33
Resident Rockstar
Resident Rockstar

Hi @Anonymous 

 

Here is one way, groupby to find the date then join back and filter out, but it can be slow if you have large dataset.  File attached for your reference, and btw, provide sample data in a format people can copy is more friendly

Vera_33_0-1654303891318.png

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thank you for your response and comment. This was my first post in this forum but will surely use your recomendation. Your solution is briliant and is exactly what I wanted. Thank you so much.

Vera_33
Resident Rockstar
Resident Rockstar

Hi @Anonymous 

 

Here is one way, groupby to find the date then join back and filter out, but it can be slow if you have large dataset.  File attached for your reference, and btw, provide sample data in a format people can copy is more friendly

Vera_33_0-1654303891318.png

 

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.