Hi All,
There are n number of ways to break ties. I just wanted to share with you this approach.
First I created Rank using SKIP,
To break the ties created sub rank by total.
Finally combined these two ranks.
Here is the DAX measure.
Rank Ties.pbix (18.0 KB)
I hope this is helpful.