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
I am working with deliquency and I am trying to organize the alphanumeric groups
This is how looks now
0-15 days
120-150 days
59-90 days
and I am trying to sorted numerically
0-15 days
59-90 days
120-150 days
Please help 😞
Solved! Go to Solution.
Hi @BeginnerBI
you add a calculated column:
Index =
SWITCH (
'Table'[Column],
"0-15 days", 1
"59-90 days", 2
"120-150 days", 3
)
Select [Column] go to column options then use the (sort by column) option and select [Index]
Hi @BeginnerBI
you add a calculated column:
Index =
SWITCH (
'Table'[Column],
"0-15 days", 1
"59-90 days", 2
"120-150 days", 3
)
Select [Column] go to column options then use the (sort by column) option and select [Index]
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |