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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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
Anonymous
Not applicable

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.

Anonymous
Not applicable

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.