Forum Discussion

cdfisher89's avatar
cdfisher89
Frequent Visitor
9 years ago
Solved

Sum from related table

  I am trying to sum values that are on other tables onto a master table, but I can't seem to get it to work.  It is essentially a Sumif function, but I can't seem to get Calculate and or SUMX to wo...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Try:

    AssignmentTable[Total Fee] = CALCULATE(SUM(Revenue[Fee]))

     

    The calculate is weird and required.