Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Vijay08V
Helper III
Helper III

DAX for Ranking with duplicate values

Hi,

 

I have two tables and I am  trying to replicate a lookup function from an excel report. The first table (AB :AC)  has Weightage with rating. Rating is mapped using a lookup function from the second table (AE:AH) which has the Rating and Ranks. The problem here is since the ranks in second table are duplicated, I am not able to replicate the same function in Power BI.  The excel function for looking up the rating : =IF($AB7=0,"Doesnot",LOOKUP(RANK(AB7,$AB$7:$AB$1048576),$AH$2:$AH$5,$AE$2:$AE$5))

Any help on how to solve this issue ?

 

 

Pic 1.jpgPic 2.jpg

1 REPLY 1
lbendlin
Super User
Super User

To disambiguate rankings you add small, inconsequential random numbers to each value to make them distinct.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.