Forum Discussion
Anonymous
4 years agoNot applicable
Changing date-format on x-axis
Hello all, in my chart, the X-axis acts as the time axis, I would like to format this differently. I have already searched for entries in the forum, but have not found anything helpful yet. Cur...
amitchandak
4 years agoSuper User
Anonymous , You can create a custom column with sort order column.
But that will not give you continuous axis , as that will be text type column
Month Year = FORMAT([Date],"mm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column