Forum Discussion
lizzy
6 years agoHelper I
Most recent previous date
HI I have a table that looks something like this Person ID Date A 12/31/2019 A 12/1/2019 A 10/2/2019 A 6/1/2019 B 12/10/2019 B 10/1/2019 C 6/12/2019 C 3/1/2019 ...
- Anonymous6 years agoPrevious date =var date_ = 'Table'[Date]var ID_ = 'Table'[Person ID]returnCALCULATE(MAX('Table'[Date]);FILTER(ALL ('Table') ; 'Table'[Person ID] = ID_ && 'Table'[Date] < date_))
amitchandak
6 years agoSuper User
In case you want a column
new column = maxx(filter(table, table[personID]=earlier(table[personID]) && table[Date]<earlier(table[Date])),table[Date])
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges
Connect on Linkedin