Forum Discussion
mohammedismail
8 years agoHelper I
Filter Table Data based on Dynamic Measure Value
Hi, I have a Dynamic Measure which is created from the What If Parameter The below is my Measure, where Parameter value is % Measure = DISTINCTCOUNT([Supplier_Name])*Parameter[Parameter V...
- 8 years ago
Hi mohammedismail,
1. It's [PercentValue] rather than [Percentage Value] in the formula.
Measure = IF([Rank]<=CALCULATE([PercentValue], all(Sheet1)),1,BLANK())
2. The Visual Level Filter should be "is not blank".
Best Regards,
Dale
mohammedismail
8 years agoHelper I
v-jiascu-msft Anonymous For some reason the Measure value is not being considered in the formula... If I remove the Measure 'Percent Value' and key in a Number it is working fine.. But when I enter the measure it is not working..
Appreciate your help.
v-jiascu-msft
8 years agoMicrosoft Employee
- mohammedismail8 years agoHelper I
v-jiascu-msft I did try.. I guess I'm doing something wrong ? PLease see the screenshot below and advice :)
- v-jiascu-msft8 years agoMicrosoft Employee
Hi mohammedismail,
1. It's [PercentValue] rather than [Percentage Value] in the formula.
Measure = IF([Rank]<=CALCULATE([PercentValue], all(Sheet1)),1,BLANK())
2. The Visual Level Filter should be "is not blank".
Best Regards,
Dale
- mohammedismail8 years agoHelper I
v-jiascu-msft Thank you So much buddy. You made my day ! :)
