Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
bob57
Helper IV
Helper IV

Calculated column and RANKX

Hello,

I need to develop a calculated column to rank the Timestamp by EventId.

bob57_0-1679442875437.png

The desired result would look like this:

bob57_2-1679443326525.png

Thank you!

Bob

 

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

Timestamp Rank=RANKX(FILTER(Table,Table[EventId]=EARLIER(Table[EventId])),'Table'[Timestamp],,ASC)

View solution in original post

2 REPLIES 2
wdx223_Daniel
Super User
Super User

Timestamp Rank=RANKX(FILTER(Table,Table[EventId]=EARLIER(Table[EventId])),'Table'[Timestamp],,ASC)

Thank you so much! Now time for me to study and understand.

Bob

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.