Forum Discussion
Calculation with filter
- 6 years ago
Anonymous
maybe you need just smth like
Measure = var _multiplier = IF(SELECTEDVALUE('RSM Performance'[Sales Manager]) = "Russell Curtis" || SELECTEDVALUE('RSM Performance'[Sales Manager]) = "Jarrod Patrick" || SELECTEDVALUE('RSM Performance'[Sales Manager]) = "Nigel Smith", 1, 1.02 ) RETURN _multiplier * calculate(sum('RSM Performance'[YAGO Volume]))?
I've tried that but when I add the measure to my report, I get gray box with details
Anonymous
Are you sure you want to compare 'RSM Performance'[RSMP YAGO Volume] column with names? how is your data look like?
- Anonymous6 years agoNot applicable
I don't want to compare 'RSM Performance'[RSMP YAGO Volume] column with names, but just exclude the 3 names from the volume calculation in the report (ie. for those 3 names, the caculation wont have an effect)
- az386 years ago
Community Champion
Anonymous
what column contains names?
show data example, please
- Anonymous6 years agoNot applicable
for example: all YAGO volume is multiplied by 2% to get the AOP Target - what I am trying to do is have the 3 names (Russell Curtis and Jarrod Patrick and Nigel Smith) in the Sales Manager column be excluded from the AOP Target of 2% so having their targets showing no change to that in the TY Volume column