Forum Discussion
bob57
3 years agoHelper IV
Calculated column and RANKX
Hello,
I need to develop a calculated column to rank the Timestamp by EventId.
The desired result would look like this:
Thank you!
Bob
Timestamp Rank=RANKX(FILTER(Table,Table[EventId]=EARLIER(Table[EventId])),'Table'[Timestamp],,ASC)
2 Replies
- wdx223_DanielCommunity Champion
Timestamp Rank=RANKX(FILTER(Table,Table[EventId]=EARLIER(Table[EventId])),'Table'[Timestamp],,ASC)
- bob57Helper IV
Thank you so much! Now time for me to study and understand.
Bob