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'm trying to sort my data with the Month as 01 02 03...11 12, so that my other column YearMonth , gets sorted accordingly. But both the fields are text and it is not sorting in the right order.
1) Even if I change the field to Whole number and sort, it is not changing the sorting values.
2) Once, this is sorted, In the graph, I have to bring the order as recent 6 months, like the axis value should arrange from 201711 201712 201801 201802 201803..
Can someone help me to fix this
Solved! Go to Solution.
You may sort by [YearMonth] or add a calculated column.
Column = DATE ( Table1[Year], Table1[MonthNo], 1 )
You may sort by [YearMonth] or add a calculated column.
Column = DATE ( Table1[Year], Table1[MonthNo], 1 )
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.