Hi,
I'm using the following
Month = FORMAT(MONTH(Sheet1[Date]),"MMMM")
To get the month name, however, all Jan dates are showing as December, the rest are showing January.
Any ideas what could be wrong? Sheet1[Date] is a date data type.
*All good, worked it out.
I'm using the following
Month = FORMAT(MONTH(Sheet1[Date]),"MMMM")
To get the month name, however, all Jan dates are showing as December, the rest are showing January.
Any ideas what could be wrong? Sheet1[Date] is a date data type.
*All good, worked it out.
Last edited: