Forum Discussion
jmhoskinson
Helper I
6 years agoPrevious Date
I'm working with a table that identifies each activity as a unique row. I want to calculate the last activity date (prior to the one that row represents) for each prospect (identified by the WhoId). ...
- 6 years ago
Hi,
Try this calculated column formula
=CALCULATE(MAX(Data[CreatedDate]),Filter(Data[WhoID]=Earlier(Data[WhoID])))
Hope this helps.
Ashish_Mathur
Super User
6 years agoHi,
Try this calculated column formula
=CALCULATE(MAX(Data[CreatedDate]),Filter(Data[WhoID]=Earlier(Data[WhoID])))
Hope this helps.