The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
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.