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.
Hi
Kindly let me know how can i make the months name in short
Eg: January -> Jan
Thanks
hi, @Anonymous
add a column to your table with the following formula:
Short_Name = Format (Table[Date], "mmm")
Then use this column as your axis.
Hi,
Thank you. Its working.
How can I sort in a proper order? Like Apr, May, Jun
Thanks
HI, @Anonymous
first short axix according to month
then short according to A-Z as above image
Hi,
I couldnt see only Month option here. Kindly check
Thanks
Hi, @Anonymous
use hierarchy instead of different field
Thank you. Its woring now. I have sort the Month column using Month num
Again Thank you a lot!!