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
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
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