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

 

 

 

 

  • 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.

4 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    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.

    • usman96's avatar
      usman96
      Icon for Helper II rankHelper II

      what if i have two fields? 
      Subject A subject B

    • usman96's avatar
      usman96
      Icon for Helper II rankHelper II

      what if i have two fields? 
      Subject A subject B