Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Filtered by certain slicer

Hi Experts,    In my dashboard, there is a Measure (Measure_Rank) which ranked the customer by frequency.   Dax is as follow:   Frequency = DISTINCTCOUNT('Table'[Date]) Measure_Rank = VAR n...
  • v-kkf-msft's avatar
    v-kkf-msft
    4 years ago

    Hi Anonymous ,

     

    Please try the following formula:

     

     

    Measure = CALCULATE ( [Measure_Rank], REMOVEFILTERS ( 'Table'[Pcode] ) )

     

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
    Best Regards,
    Winniz
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.