Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

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])
 
Below is the visual I have.
Now I need to filter it as TOP10 or TOP 5 of the values in Call Rate that is a measure
How can I do it ?
 
sanjurajan_0-1629616319326.png

 

2 ACCEPTED SOLUTIONS
themistoklis
Community Champion
Community Champion

@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:

Filter_pane.JPG

View solution in original post

Anonymous
Not applicable

Cool !! That worked

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

@nvprasadand @themistoklis - I do know that particular prodeure, but with a measure calculated value its not possible. The top option is not available.

 

The below is how it appears :

 

sanjurajan_0-1629621628732.png

 

@Anonymous 

 

The filter must be applied on a categorical field not on call rate directly.

Call rate will be used to filter the data. In the image that I sent Order Qty was the categorical field and Call Rate was the measure.

 

So check the lowest granularity categorical field on table and filter it based on Call Rate

 

This video will help you

https://www.youtube.com/watch?v=veYjbBEgeQ8

 

nvprasad
Solution Sage
Solution Sage

Hi,

 

You can use Topn filter in the filter pane on any categorical value. ( go to filter pane, select top n from the dropdown then use cell Rate measure and apply.

Refer:

https://www.oreilly.com/library/view/mastering-microsoft-power/9781788297233/378a5195-3e98-4cc1-bcd3...

 

Appreciate a Kudos! 🙂
If this helps and resolves the issue, please mark it as a Solution! 🙂

Regards,
N V Durga Prasad

 

Did I answer your question? Mark my post as a solution! Appreciate your Kudos.
Follow me on LinkedIn.
themistoklis
Community Champion
Community Champion

@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:

Filter_pane.JPG

Anonymous
Not applicable

Cool !! That worked

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors