Forum Discussion
Anonymous
8 years agoNot applicable
RANKX Measure
Hi to everyone! I'm stuck with a RANKX measure that ranks always in 1 position. Hope somebody can help me with this. As you can see, I have a matrix opened by "Grupo". I need to rank ea...
- Anonymous8 years ago
Hi everyone!
Happy to say that is know working, and ashamed after discovering the problem.
The "Grupo" shown in the matrix, is from the facts table, not from the table "GruposIMS". I just changed the dimension of the matrix and the RANKX measure started to show real values.
Thanks for the help.
Zubair_Muhammad
8 years agoCommunity Champion
Anonymous
Please try this
Ranking Grupos =
RANKX (
ALLSELECTED ( 'GruposIMS' ),
CALCULATE ( VALUES ( 'Medidas VentasIMS'[Ventas IMS] ) )
)
Anonymous
8 years agoNot applicable
Hi Zubair_Muhammad.
VALUES does not work with measures. It only works when calling a column of a table.
- Zubair_Muhammad8 years agoCommunity Champion
Anonymous
My aplogies. I thought
'Medidas VentasIMS'[Ventas IMS]
is a calculated column