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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
Anonymous
Not applicable

Custom column that calculates the max date from a group of values from another field

Example:

idgroupdatecustom
1apples7/1/20227/2/2022
2apples7/2/20227/2/2022
3bananas7/1/20227/3/2022
4bananas7/3/20227/3/2022

 

2 ACCEPTED SOLUTIONS
vapid128
Solution Specialist
Solution Specialist

calculate(max([date]),ALLEXCEPT([group])

View solution in original post

calculate(max([date]),ALLEXCEPT([group]) = [date]

View solution in original post

4 REPLIES 4
vapid128
Solution Specialist
Solution Specialist

calculate(max([date]),ALLEXCEPT([group])

Anonymous
Not applicable

Thanks. Is there a way to use the above but compare each row's custom column against the date column and return a boolean 1,0 if they equal each other?

calculate(max([date]),ALLEXCEPT([group]) = [date]

daXtreme
Solution Sage
Solution Sage

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.