Forum Discussion

muelleto's avatar
muelleto
Regular Visitor
9 years ago
Solved

Accumulate Monthly Values

Hi,   after hours of research and workarounds I'm still struggeling with a huge problem. I have a list of demands with the column "close date", the column "service" and the column "efforts". Now I...
  • muelleto's avatar
    9 years ago

    Ok fixed the problem.

    I forgot to add .[Date]

     

    So the solution looks like this:

     

     

    EffortYTD = TOTALYTD(SUM(Table[Effort)]); Table[Closed Date].[Date])

     

    Br, Tom