Forum Discussion

avivh123's avatar
avivh123
New Member
2 years ago

change date format x axis

Hi all,

 

I hope you can assist me, i have a graph that x axis is dates.

How do I change the foramt from the first picture to the format in the second?

 

thank you,

 

 

 

1 Reply

  • avivh123 

    you can go to the model view and change the formating to mmm-yy

     

    or you can create a new column

    Column = FORMAT('Table'[Column1],"mmm-"&right(year('Table'[Column1]),2))