I want to Extract a Month from a Date e.g. 20/01/2024 the column is called myDate
When I Click on Manage it opens Power Pivot so I entered a formula in a New Column =MONTH(qry1[myDate]) and it works fine it enters 1s for Jan 2 for Feb etc
However I wanted to format as January, February etc so I edited the formula to =FORMAT(MONTH(qry1[myDate]), "MMMM")
But instead of January for all Januarys Dates it Enters December and Februarys Dates it Enters January
PS would this have been better to do in the actual Power Query or in DAX
And if i wanted to use a Pivot Table, just drag the myDate Column 3 times and formatted in there
When I Click on Manage it opens Power Pivot so I entered a formula in a New Column =MONTH(qry1[myDate]) and it works fine it enters 1s for Jan 2 for Feb etc
However I wanted to format as January, February etc so I edited the formula to =FORMAT(MONTH(qry1[myDate]), "MMMM")
But instead of January for all Januarys Dates it Enters December and Februarys Dates it Enters January
PS would this have been better to do in the actual Power Query or in DAX
And if i wanted to use a Pivot Table, just drag the myDate Column 3 times and formatted in there