Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I am trying to find the top 25 users document count in Numerator.
ex:
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.
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.
Solved! Go to Solution.
@nprasanthk , Try TOPN measure
calculate([Your Meausre], TOPN(25, allselected('Table'[User]), [Your Meausre],desc), values('Table'[User]))
TOPN: https://youtu.be/QIVEFp-QiOk
@nprasanthk , Try TOPN measure
calculate([Your Meausre], TOPN(25, allselected('Table'[User]), [Your Meausre],desc), values('Table'[User]))
Hi Amit,
pefectly working, thank you.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
22 | |
10 | |
10 | |
9 | |
7 |