Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Format date ddMMM in X-axis

Hi how to format Date in X-axis to : ddMMM , example : 31 Jan , 20 Feb , 22 Feb

 

  • Anonymous  you can also create new column with the below dax:

    Date Format Column = FORMAT(Table[DateColumn], "dd MMMM") 

     

2 Replies

  • VijayP's avatar
    VijayP
    Icon for Community Champion rankCommunity Champion

    Anonymous 

    Just change the Fieldv( in the table)  Format to desired format ! That will appear accordingly in the visual

  • Anonymous  you can also create new column with the below dax:

    Date Format Column = FORMAT(Table[DateColumn], "dd MMMM")