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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
i need to sort customers based on Month year asc.
For example in my line chart X axid it get sorted 01-18,01-19,01,20, 02-18,02-19,02-20 but my logic i have to sort like 01-18,02-18,03-18 and 01-19,02-19,03-19.
I have used calculated column
Solved! Go to Solution.
@raj777karthik , Create one more column
MonthYear Sort= FORMAT(Date[CreatedOn Date],"YYMM")
Now click on your column, in column tool -> use sort column and choose this new column
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
@raj777karthik , Create one more column
MonthYear Sort= FORMAT(Date[CreatedOn Date],"YYMM")
Now click on your column, in column tool -> use sort column and choose this new column
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
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!