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 September 15. Request your voucher.
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?
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
12 | |
9 | |
7 |