Forum Discussion

theitguy's avatar
theitguy
Helper I
8 years ago
Solved

SUM is not calculated correctly

Hello guys,   I want to calculate the sum of some value for my participants. But I am doing something wrong, even it is pretty simple. Each participant has assigned projects. Each projects has a n...
  • waltheed's avatar
    8 years ago

    Hi itguy, 

     

    This should do the trick:

     

    Change all the relationships to just single direction filter. 

    Add a calculated column to your projects-relation table, like this:

     

    Nr of Tests = RELATED(Projects[Number_Of_Tests])