Forum Discussion
cdfisher89
9 years agoFrequent Visitor
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...
- Anonymous9 years ago
Try:
AssignmentTable[Total Fee] = CALCULATE(SUM(Revenue[Fee]))
The calculate is weird and required.
Anonymous
9 years agoNot applicable
Try:
AssignmentTable[Total Fee] = CALCULATE(SUM(Revenue[Fee]))
The calculate is weird and required.
FFibreJ
3 years agoNew Member
What about a SUMIFS formula? if you want to also exclude a category from the sumif formula?