Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone.
Im creating a calculated table:

I want to order my table by oldest date to newest date. Actually is not ordered correctly as you can see in the next image:

Then, i want to add id column.
Ty vry much, i hope someone can help me.
@Anonymous , You can create a rank, not need to order the table
rankx(filter(Table, Table[month] = earlier(Table[Month]) ) , [Date],,asc, dense)
The Table parameter in the filter function has to be my calendar table?
Because i was trying to use the calculated table that im creating but i was not able to do that.
Ty vry much.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |