The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
18 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
12 | |
9 | |
8 |