The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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! 🙂
User | Count |
---|---|
26 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
30 | |
15 | |
12 | |
12 | |
7 |