Forum Discussion

mohammedismail's avatar
8 years ago
Solved

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...
  • v-jiascu-msft's avatar
    v-jiascu-msft
    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