Forum Discussion
drrai66
Resolver I
8 years agoHow can I get Minimum Date For each ID and Status
Hi All, I would like to get the Minimum Date for Each ID and Status, So I should be getting the Values in COLUMN (MIN Date) in following example. What is the formula to get that. Thanks Deepak ...
- 8 years ago
Try this
= CALCULATE ( MIN ( Table1[Changed Date] ), ALLEXCEPT ( Table1, Table1[ID], Table1[Status] ) )
Zubair_Muhammad
Community Champion
8 years ago
Try this
=
CALCULATE (
MIN ( Table1[Changed Date] ),
ALLEXCEPT ( Table1, Table1[ID], Table1[Status] )
)- drrai668 years ago
Resolver I
Thanks, It worked!!!
- Anonymous6 years agoNot applicable
it is measeure right how we can create column