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.
How do I show a ranking(1-10) of this column? I have already made a TopN but I would like to see the ranking number next to it.
Best regards,
Lisa
Solved! Go to Solution.
Hi @Anonymous ,
You could try this calculated column.
Ranking = RANKX('Table',[Text],,ASC,Dense)
You can download my attachment for more details.
However, I guess you only want an index column, right? Please refer to
Add an index column - Power Query | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
You could try this calculated column.
Ranking = RANKX('Table',[Text],,ASC,Dense)
You can download my attachment for more details.
However, I guess you only want an index column, right? Please refer to
Add an index column - Power Query | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
rank =RANKX([table name],[*Material],,1,Dense)
Hi, refer to a table, we use apostrophe '
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 |
---|---|
118 | |
81 | |
48 | |
37 | |
27 |
User | Count |
---|---|
185 | |
73 | |
73 | |
50 | |
42 |