Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I need to show just the top 3 highest percentages to appear in the chart. Right now, they are all showing. Any help would be appreciated.
Thanks
Solved! Go to Solution.
@Anonymous
TopN is not available on measure data. only on dimensions.
For example if you want top 3 users (dimension) based on traffic (measure), then you should go to users field on filter pane and in the 'By Value' section the measure (in your case Non Engaged User %)
@Anonymous
As a start have you tried using the Top N functionality from filter pane to see if it works on your data?
Image below:
I don't see "filter type" in the panel. This is what I see:
@Anonymous
TopN is not available on measure data. only on dimensions.
For example if you want top 3 users (dimension) based on traffic (measure), then you should go to users field on filter pane and in the 'By Value' section the measure (in your case Non Engaged User %)