This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I need to develop a calculated column to rank the Timestamp by EventId.
The desired result would look like this:
Thank you!
Bob
Solved! Go to Solution.
Timestamp Rank=RANKX(FILTER(Table,Table[EventId]=EARLIER(Table[EventId])),'Table'[Timestamp],,ASC)
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 7 | |
| 7 | |
| 6 |