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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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