Forum Discussion
neeraj068
5 years agoNew Member
Issue with RANKX Function
Hi Team, We are facing an issue when using the RANKXX function to calculate the Rank. We have a dataset that contains the Hotel Sales at each hotel that falls in a State. When all the Hotels or a...
- 5 years ago
Hi neeraj068 ,
Modify your measure as below:
Measure = RANKX(ALLSELECTED('ParkNames'),CALCULATE(SUM('ParkNames'[Booking_Total_SUM])),,ASC,Dense)And you will see:
For the related .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
Angith_Nair
Continued Contributor
5 years agoHi neeraj068 ,
Could you please provide your pbix file so that I can look into it...?