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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Experts,
How to get the count of the top 3 customers or for example, I have an email id column where I have to show the count of top 3 email Ids, Please help me on this and do the needful.
Thanks,
Kousar
Solved! Go to Solution.
Hi @kousar99 ,
One way is to use the in-built TOPN filter
As you can see, it shows me the top 5 entries by value.
Alternatively, you can also use functions such as RANKX and TOPN to create measures/calculated columns that can help you filter the data.
Sample calculated column using RANKX is shown below :
You can then use this column as a filter on your visual to show you only the desired ranks
Kind regards,
Rohit
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂
Hi @kousar99 ,
One way is to use the in-built TOPN filter
As you can see, it shows me the top 5 entries by value.
Alternatively, you can also use functions such as RANKX and TOPN to create measures/calculated columns that can help you filter the data.
Sample calculated column using RANKX is shown below :
You can then use this column as a filter on your visual to show you only the desired ranks
Kind regards,
Rohit
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!