This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a table that has a rank that appears to be distinct as shown below.
| Name | Rank | New Rank |
| Lil | 1 | 1 |
| Joe | 1 | 2 |
| Bill | 1 | 3 |
| Anne | 4 | 4 |
| Chris | 5 | 5 |
I hope to achieve the New Rank as shown in the table using DAX. How is this possible?
Solved! Go to Solution.
@Anonymous , You need to consider breaking a tie for rank.
Refer if this can help
Hey @amitchandak , this does not work for a table visual, however. It only works for tables in the Data view of the Power BI desktop. Could you have a solution. Probably a Measure that does not take accounts of ties and returns a continuous rank even if it will break the ties using alphabetical order.
@Anonymous , You need to consider breaking a tie for rank.
Refer if this can help
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 36 | |
| 30 | |
| 23 | |
| 22 |