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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I made a conditional column, hoping I could sort 'currentSalesCycle' based on indices. However, as picture shown below. I sorted 'Index' in an ASC order, and it's counting weird. What am I missing? Please advise.
Solved! Go to Solution.
Hi @anubb688
the sort is alphanumeric. To correct it, you have to convert the column to a number type before sorting.
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Hi @anubb688
the sort is alphanumeric. To correct it, you have to convert the column to a number type before sorting.
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries