Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I want to calculate a measure that calculates the top N of a previously created COUNT measure.
In the COUTN measure I have stored the number of times a category appears in my data, and on that COUNT measure I would like to get the top N of the values.
I need this measure in order to filter by dates and be able to see which categories have been the most important according to which period I select.
I have tried RANK and TOPN functions but I can't figure it out.
Thanks!
Solved! Go to Solution.
@Anonymous , While I need some data to check.
But try like
CALCULATE([count],TOPN(3,allselected(Table[category]),[count],DESC),VALUES(Table[category]))
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@Anonymous , While I need some data to check.
But try like
CALCULATE([count],TOPN(3,allselected(Table[category]),[count],DESC),VALUES(Table[category]))
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Thank you so much for your help, it worked perfectly!
The measure I was using was the following :
Why do we need to use the conditions 'allselected' and 'VALUES(Table[category]' ? Can't understand this very clearly.
regards
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
15 | |
11 | |
7 |
User | Count |
---|---|
25 | |
24 | |
12 | |
12 | |
11 |