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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
nprasanthk
Frequent Visitor

Top 25 user document count in Numerator

Hi All,

I am trying to find the top 25 users document count in Numerator.

ex:

nprasanthk_0-1668534302574.png

 109969 count is Top 25 Users document count and 195098 is total user document count. 109969/195098= 56 % correct

Now problem is when select Month then need the Top 25 users document in Numerator.

nprasanthk_1-1668534632197.png

 Selected the Oct21 month then top 25 user count is 10039 and total count for that month 12429.

10039/12429 is required.

like that for all months need.

Please help on this query. 

Thanks in Advance.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@nprasanthk , Try TOPN measure

 

calculate([Your Meausre], TOPN(25, allselected('Table'[User]), [Your Meausre],desc), values('Table'[User]))

 

TOPN: https://youtu.be/QIVEFp-QiOk

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@nprasanthk , Try TOPN measure

 

calculate([Your Meausre], TOPN(25, allselected('Table'[User]), [Your Meausre],desc), values('Table'[User]))

 

TOPN: https://youtu.be/QIVEFp-QiOk

Hi Amit,

pefectly working, thank you.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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