79516302

Date: 2025-03-18 04:35:08
Score: 0.5
Natty:
Report link

I have got the answer by doing this,

First I inserted rank of my status change by ID

 If([Status Change Date] is not NULL,Rank(RowId(),"asc",[ID]))```

then I inserted onw more calculated column to get the last status change date using rank

Last([Status Change Date]) OVER (Intersect([task_id],Previous([Rank of Status Change Date])))

This gave me the Last Status Change Date

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ParthaSarathi