Forum Discussion

icturion's avatar
icturion
Icon for Resolver II rankResolver II
4 years ago
Solved

How to show the current week number

hi,   I have a data set with past, present and future data. Now I want to display the totals per week number in a chart. where the current week in the x-axis is stated as current.   as an example...
  • icturion's avatar
    icturion
    4 years ago

    The problem is resolved.

    this is the solution

     

    Current Week = IF(Kalender[WeekNumber] = WEEKNUM(TODAY(),21), "Current", CONVERT(Kalender[WeekNumber],STRING))
     
    thanks Paul DBrown for helping