Forum Discussion
jacobmiller2322
3 years agoFrequent Visitor
Sum values with a certain group excluded
Hi, I am trying to do a project and am running into an issue. I am attempting to take the sum of a column, but want to only take the sum of the rows that are under a certain grouping of 22 I ...
- 3 years agoTotal = CALCULATE(SUM('Table'[Amt]), 'Table'[Grp] <> "Raw")
- 3 years ago
jacobmiller2322 Did I answer your question? Mark my post as a solution!
Mkarwa-123
Resolver II
3 years agoTotal = CALCULATE(SUM('Table'[Amt]), 'Table'[Grp] <> "Raw")