Tag Archives: DAX

Get month name from a date field

This is what you can do to get the Month Name from a date/datetime column in a table FORMAT(MONTH(SalesOrderHeader[OrderDate]), “MMM”) Here is the documentation on FORMAT function

Posted in DAX | Tagged , | Leave a comment