Forum Discussion
Power BI Week Number and Year
- Anonymous5 years ago
Hi Anonymous ,
As parry2k suggested, you could simply use FORMAT() function.
And if you want to calculate week started on Monday instead of Sunday, you could use the following formula:
Column = WEEKNUM([Date],2) &"-"&YEAR([Date])Please take a look at the differences between these two method:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
As parry2k suggested, you could simply use FORMAT() function.
And if you want to calculate week started on Monday instead of Sunday, you could use the following formula:
Column = WEEKNUM([Date],2) &"-"&YEAR([Date])
Please take a look at the differences between these two method:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.