Forum Discussion
usman96
Helper II
7 years agoFind 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
- 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.
Greg_Deckler
Community Champion
7 years agoSeems 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
Helper II
7 years agowhat if i have two fields?
Subject A subject B