Forum Discussion

JakeandSnake's avatar
JakeandSnake
Frequent Visitor
5 years ago
Solved

Sum based on ranking

Hi,    I'm trying to work out a DAX to solve the below problems, but cannot figure it out myself.    The above table has three columns, and my objective is to sum up the value for all the n...
  • CNENFRNL's avatar
    5 years ago
    = SUMX( VALUES( Table1[Name] ) , CALCULATE( MAX( Table1[Value] ) ) )