Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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