Hi everyone,
I have a Matrix-Visual, that I'm using to rank my Article (Bezeichnung) by DB3_Lagerführend.
When it's only DB3_Lagerführend and Bezeichnung , the ranking is correct.
This is the measure I'm using:
Artikel Rank =
RANKX (
ALLSELECTED ( 'Lagerführend'[Bezeichnung] ),
[DB3_Lagerführend],
,
DESC,
DENSE
)
See Picture below,
But as soon, as I add a second value, I get a wrong ranking.
See Picture below.
So, what is my mistake and is there a way to make sure that total is not rank.
Thanks
Solved! Go to Solution.
Hi @Yonah ,
try this measure
Can you please send me sample data of all the columns of your source table?
I found my mistack, if i creat the rank measure first an then use:
Hi @Yonah ,
try this measure
Hi,
if I'm using this measure all is rankd by 1.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
125 | |
78 | |
69 | |
54 | |
53 |
User | Count |
---|---|
191 | |
104 | |
83 | |
79 | |
78 |