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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.