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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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