Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
0xygen27
Advocate II
Advocate II

Calculate top 25 users

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 

1 REPLY 1
Anonymous
Not applicable

Looking for something similar - % of top 25 against total users.

 

Did you figure out how to do this?

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors