Forum Discussion

usman96's avatar
usman96
Icon for Helper II rankHelper II
7 years ago
Solved

Find the earliest date in a record

I have 2 columns      I need to pick the subjects from unique dates when it appears so for exampel , from above data , A should be picked        
  • Greg_Deckler's avatar
    7 years ago

    Seems like you could just use MIN([Subject]), if you put your date field in a table and that measure, should do the trick I think, if I understand what you are going for.