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
rsbin
Super User
Super User

Power Query: Keep MaxDateTime by Group

Good Afternoon,

I have a scenario that I am not able to fully resolve in Power Query

I have the following simplified dataset:

ReportDate ClientSiteDisplay MaxDateTimeCT
3/9/2023 ABC 2023-03-09T09:15:03
3/12/2023 ABC 2023-03-12T06:02:10
3/12/2023 ABC 2023-03-13T02:00:58
3/9/2023 XYZ 2023-03-09T04:57:07
3/9/2023 XYZ 2023-03-09T07:57:14
3/12/2023 XYZ 2023-03-12T08:27:32

I want to keep only the MaxDate by Group where GroupBy = ReportDate & ClientSiteDisplay.

So final result should look like this:

ReportDate ClientSiteDisplay MaxDateTimeCT
3/9/2023 ABC 2023-03-09T09:15:03
3/12/2023 ABC 2023-03-13T02:00:58
3/9/2023 XYZ 2023-03-09T07:57:14
3/12/2023 XYZ 2023-03-12T08:27:32

As always, any and all guidance is much appreciated!

Regards,

1 ACCEPTED SOLUTION
rsbin
Super User
Super User

Decided to perform the operation in DAX instead of Power Query.
In this way, User can see the Records in Error if they so choose.

View solution in original post

1 REPLY 1
rsbin
Super User
Super User

Decided to perform the operation in DAX instead of Power Query.
In this way, User can see the Records in Error if they so choose.

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.

Top Solution Authors
Top Kudoed Authors