Min Date Per Version =
CALCULATE(
MIN( Data[date] ),
ALLEXCEPT(
Data,
Data[version]
)
)
Brian
Note: I noticed after I posted that my screen grab didn’t OCR your data exactly right, so my results don’t match yours, but I believe the measure works correctly.
Here are two excellent videos on the use of ALLEXCEPT:
Hi @baijumohan, a response on this post has been tagged as “Solution”. If you have a follow question or concern related to this topic, please remove the Solution tag first by clicking the three dots beside Reply and then untick the checkbox. Thanks!