Forum Discussion

e175429's avatar
e175429
Helper IV
1 year ago
Solved

Changing Date Format

Hello all,   This is my x-axis, with some of the months cut off because it's too long.   Is there any way to change the format to a month/year format like "Jan 23"?   Or are we bound to t...
  • Syk's avatar
    1 year ago

    You can format the date a ton of different ways by creating a new column. This should give you what you want.

    Date Format =
    FORMAT ( 'Date'[Date], "mmm" ) & " " & FORMAT ( 'Date'[Date], "yy" )