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.
Hello,
I have to 3 letters of month name how to change month wise in x axis in bar chart
Solved! Go to Solution.
@sai12 , You need to create sort column, Select the month column, In column, tool use "Sort By Column" and use this sort column
Month = FORMAT([Date],"mmm")
Month sort = month([DAte])
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
@sai12 , You need to create sort column, Select the month column, In column, tool use "Sort By Column" and use this sort column
Month = FORMAT([Date],"mmm")
Month sort = month([DAte])
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c