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.
Hi again,
I am trying to use RANKX to get the Sections with the most number of Cases.
Here is some sample data:
My Expected result is:
Solved! Go to Solution.
Hey @juncco888 ,
if you don't put the "Case Number" in your table (like in your last example), the following measure should work:
Rank = RANKX( ALL( myTable[Section] ), CALCULATE( COUNTROWS( myTable ) ) )
Hey @juncco888 ,
if you don't put the "Case Number" in your table (like in your last example), the following measure should work:
Rank = RANKX( ALL( myTable[Section] ), CALCULATE( COUNTROWS( myTable ) ) )
Thank you so much! That worked perfectly. I added the order and tiebreaking arguments just to see how they worked out.
I really appreciate your help!
Kyle
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
48 | |
41 | |
34 |
User | Count |
---|---|
164 | |
112 | |
62 | |
54 | |
38 |