Forum Discussion
Anonymous
7 years agoNot applicable
Measure to Give Value based on Filter Selection
Hi Experts I have the following measure which works fine... What i want to happen is if i select from management, management[level4] say ID%AB, then i still want to see the result of the measure ...
- 7 years ago
Anonymous, do you mean that if you want to filter mangement, the result keeps the same?
Please try below code.
ID (EMEA) vAOP$ 2 = CALCULATE( [$NSvPY4% (NOE @ AOP Rate)], FILTER( 'Product','Product'[Product Franchise]="Infusion Devices"),all(Management),Management[Level4]="EMEA (Euro Mideast Africa)")Thanks and BR
Ryan
ryan_mayu
Super User
7 years agoAnonymous, do you mean that if you want to filter mangement, the result keeps the same?
Please try below code.
ID (EMEA) vAOP$ 2 = CALCULATE(
[$NSvPY4% (NOE @ AOP Rate)], FILTER(
'Product','Product'[Product Franchise]="Infusion Devices"),all(Management),Management[Level4]="EMEA (Euro Mideast Africa)")
Thanks and BR
Ryan
- Anonymous7 years agoNot applicableThanks Ryan. Spot on.