Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi,
I have data including a unique session id, a timestamp for the different events within that session and their names. I would like to create a column that shows the rank of each event within the session, as shown below.
| Session_ID | Timestamp | Name | Rank |
| 1 | 22.05.2023 18:00 | a | 1 |
| 1 | 22.05.2023 18:10 | b | 2 |
| 2 | 22.05.2023 18:05 | b | 1 |
| 2 | 22.05.2023 18:07 | a | 2 |
I've tried a couple of different things, but the closest I've come is with this (Overview being the table name):
Solved! Go to Solution.
Hello @Anonymous
Use the below Measure to populate the required result.
Hello @Anonymous
Use the below Measure to populate the required result.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 50 | |
| 43 | |
| 36 | |
| 33 | |
| 30 |
| User | Count |
|---|---|
| 138 | |
| 125 | |
| 60 | |
| 59 | |
| 56 |