Forum Discussion

mhankila's avatar
mhankila
New Member
4 years ago
Solved

Min date return other value

I would like to return the "Seq. #" that has the oldest "Date Open"     ould like to return the "Seq.#" with the oldest "Open Date"
  • amitchandak's avatar
    4 years ago

    mhankila ,

     

    Firstnonblankvalue(Table[date Open], Min([# Seq])

     

    or

     

    calculate(Firstnonblankvalue(Table[date Open], Min([# Seq]) , allselected())