Forum Discussion
Anonymous
6 years agoNot applicable
SUM Filtered
Hey, I'm stuck on something I think should be simple but im going a bit mad getting there. I want to sum a total of everything in a table, where column A = the value of the current row. So if column ...
Greg_Deckler
Community Champion
6 years agoAnonymous - So generally you are going to use SUMX(FILTER('Table'), [Column] = "Something"),[Value]) or CALCULATE(SUM('Table'[Value]),FILTER('Table',[Column] = "Something"))