Forum Discussion
willclein
Helper I
9 years ago[DAX] FORMAT Month not working properly
I'm having an issue where the FORMAT function for Month is only returning January and December. I originally tried: SHIP MONTH = format(month('Table'[DATE]), "MMMM") and was only getting Janu...