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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I do see similar posts to what I am looking for, but it seems like this would be simple DAX. I have a class registration system for internal training here in my organization and now I am creating a Power BI report to show those who are registered for a particular day and session. I would like the registrants to be numbered, in numeric order. (for those familiar, it would be a dim i as int; print i; i+=1). The underlying datatable does have an id column, but this would not work as it is just an identity spec.
I have found some examples of DAX that use RANKX, but maybe I am using it wrong. I just need this numbered column (1, 2, 3, etc) for a filtered Class session.
Thanks
Solved! Go to Solution.
Hi @Anonymous
Try to add an index column in the query editor: Add Column -> Add Index column
Hi @Anonymous
Try to add an index column in the query editor: Add Column -> Add Index column
Thanks, I figured it would be something easy
User | Count |
---|---|
10 | |
9 | |
7 | |
4 | |
4 |