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
Solved! Go to Solution.
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.
try to add column.
new column = minx(filter(table;earlier(date)=date);subject)
what if i have two fields?
Subject A subject B
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.
what if i have two fields?
Subject A subject B
Watch the playback when Priya Sathy and Charles Webb discuss Datamarts! Kelly also shares Power BI Community updates.