Forum Discussion

Altonga's avatar
Altonga
Frequent Visitor
3 years ago
Solved

Multiple row and Column Add up (Remove Duplicates)

I am currently working on a project using a grading system and want to display total% of an individuals skillset. The grading system works using the below image (I've only used my own test ID but in ...
  • tamerj1's avatar
    3 years ago

    Hi Altonga 
    You can try the following

    %Trained =
    MAX ( 'Table'[Scenario1%] ) + MAX ( 'Table'[Scenario2%] )
        + MAX ( 'Table'[Scenario3%] )
        + MAX ( 'Table'[Task1%] )
        + MAX ( 'Table'[Task1%] )