Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Dear community,
I want to calculate the percentage of the top 25 users of a tool I use.
This way I can show that a small group of users is using the tool.
Columns I got are:
Ranking(most visits) | amount of visits | % of total of total visits |
I thought about the column, but it isn't working. Can someone help me?
Column = CALCULATE(TOPN(25,'table',[% of total visits],ASC)
Or I thought about filtering and use a filter
column = Filter('table)', 'column,DETAILROWS(25))
% of total visits = the amount of visits user / total visits
Looking for something similar - % of top 25 against total users.
Did you figure out how to do this?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |