Forum Discussion
Mrafih
3 years agoFrequent Visitor
Changing format from December to Dec on chart
Hello everyone, I would like to change the formatting of the following graph Instead of reading the full dates in the x axis I would like an abreviated version such as Jan, Feb ect. ...
- 3 years ago
Hi,
Assuming the Months on the X-axis have been dragged from the Calendar Table, create this calculated column formula in the Calendar Table
Month name short = format(calendar[date],"mmm")
Ensure that this column is sorted by the Month number column. To your visual, drag this new column.
Hope this helps.
Ashish_Mathur
3 years agoSuper User
Hi,
Assuming the Months on the X-axis have been dragged from the Calendar Table, create this calculated column formula in the Calendar Table
Month name short = format(calendar[date],"mmm")
Ensure that this column is sorted by the Month number column. To your visual, drag this new column.
Hope this helps.