Forum Discussion

lboldrino's avatar
lboldrino
Resolver I
5 years ago
Solved

Summerize DistinctCount by date

  how can i caclute the bookingdays sum of my distinct sprint_Days?? how can i take this Result: thanx for your Idee!  Best Greetings  
  • amitchandak's avatar
    5 years ago

    lboldrino , Try like

    sumx(summarize(Table, Table[sprint_nr], Table[employee], "_1",DistinctCount(Table[String_day])),[_1])