Forum Discussion
Anonymous
6 years agoNot applicable
Subtract values according to condition
Hi all ! How are you? I have the following problem: I need to create a Measure that can subtract the value of a Measure and the value of the Benchmark table. For example Store Total = is measu...
- 6 years agoMeasure =CALCULATE(sum(Column1) - Sum(column2), storeId=6)
Please give Kudos to this effort and mark it as a solution if it helps you.