Forum Discussion
Problem with rankx function for bottom
Sorry for late reply. No, I dont think so, i have two rows which have excatly same value (21.78).
I did the same thing on excel also, But it shows me correct result.Please have a look of below excel result scrrenshots,
Look, It shows me correct result. I miss this "Ken Heidel" Sales on Power Bi.
Any clue to solve this ridiculous problem?
Thanks,
Snandy
Hi snandy2011,
I wasn't abble to make a complete test since I don't have your data model and there are some parts of your measure that are not clear to me.
On the measure below, can you change the MAXX by MINXX and check if the Joni Sunderseam gets rank number 1 or 2?
Rank Selection for Bottom =
IF (
HASONEVALUE ( 'Ranking For Bottom'[Rank] ),
VALUES ( 'Ranking For Bottom'[Rank Number] ),
MAXX ( VALUES ( 'Top Analysis Unpivot'[Value] ), [Rank from bottom] )
)
Since you have two values as 21.78 you are getting the higher value.
Can you share some sample data by private message so I can make some addtional tests?
Regards,
MFelix