Forum Discussion
Changing Date Format
- 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" )
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" )
- e1754291 year agoHelper IV
Hey Syk,
How do I get the dates to ascend in order?
- Syk1 year agoResident Rockstar
There are different options to sort. If you select the chart and select the "..." in the top right, you can sort on different fields/values. You may also need to order your new column by your date column to ensure it's getting the correct order. Select your column and the column tools should pop up allowing you to sort your new column.
- e1754291 year agoHelper IV
Sorry, I should've been more specific.
When I try to order the new column by Date I get this message:
I'm only given 2 options to sort the axis itself. This is one:
And this is the other: