Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Week number

Hi all,   How can I achieve the following week number results?:   Day Date ISO8601 Special Thursday 31.12.2020 53 53 Friday 01.01.2021 53 1 Saturday 02.01.2021 53 1 S...
  • v-yingjl's avatar
    v-yingjl
    5 years ago

    Hi Anonymous ,

    You can create the calculated column like this:

    ISO8601 = WEEKNUM('Table'[Date],21)

    Please refer the [ISO] column in my sample file from the previous post.

     

    Best Regards,
    Community Support Team _ Yingjie Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.