Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

TOP 5 OR TOP 10 in a Measure Calculated Visual

Hi,   I have a measure which calculates a column called Call Rate   Call Rate with Month = DIVIDE(DIVIDE(CallReport[No. of Calls in Building],[No. of Units in Building]),[Call Rate Month Count])...
  • themistoklis's avatar
    5 years ago

    Anonymous 

     

    Have you tried using the filter pane to filter the Top N.

     

    You should go to the field on filter pane where the Top N will be applied.

    Then add the measure Call rate so as to filter the records by the value.

     

    See image below:

  • Anonymous's avatar
    Anonymous
    5 years ago

    Cool !! That worked