Forum Discussion
vjnvinod
4 years agoImpactful Individual
Incorrect Month
I am seeing some issues with my calendar table Week5 is technically should be P01, but its shown as P02 this is the formula I am using for month number MonthNumber = MONTH ( 'Date'[Date] ...
v-yalanwu-msft
4 years agoCommunity Support
Hi, vjnvinod ;
You could try it.
MonthNumber =
MONTH ( 'Date'[Week End] )
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.