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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
derickyy
Frequent Visitor

Group Two Columns with Two Different Logic

Hi,

 

Can you please help me with the following table manipulation? It would be best if it can be achieved through power query but dax query is also acceptable.

 

Basically, I have one table with persons' names and their starte_date and end_date values. I want to group the start_date and end_date values by their persons' names but when doing the grouping, I need the MIN value from start_date and MAX value from end_date so as to get a date range. Please refer to the tables below:

 

Raw data:

PersonStart DateEnd Date
AMarch-1-2021July-1-2021
AJan-1-2021March-1-2021
AAug-1-2020Dec-1-2020
BJuly-1-2021Dec-1-2021
BJune-1-2021July-1-2021
CMarch-1-2021August-1-2021
CJan-1-2021March-1-2021
CJune-1-2020August-1-2020
CJan-1-2020June-1-2020

 

Output:

PersonStart DateEnd Date
AAug-1-2020July-1-2021
BJune-1-2021Dec-1-2021
CJan-1-2020August-1-2021

 

Please let me know if anyone has any thoughts on this. Thanks in advance!

1 ACCEPTED SOLUTION
HotChilli
Community Champion
Community Champion

Use the 'Group By' in Power Query.

You can add 2 aggregations by selecting the 'Advanced' radio button.

So 'Group By' the Person and add the 2 aggregations.

I'll help if you get stuck

View solution in original post

2 REPLIES 2
derickyy
Frequent Visitor

Thanks, this is exactly what I looking for!

HotChilli
Community Champion
Community Champion

Use the 'Group By' in Power Query.

You can add 2 aggregations by selecting the 'Advanced' radio button.

So 'Group By' the Person and add the 2 aggregations.

I'll help if you get stuck

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.