Forum Discussion
lnpapin
Helper I
6 years agoRankX not working when you add client description
HI, I have this test data: When I write this mesure i get this result which is perfect: But when i whant to add the name (Nom in french) of the client i get this result with all 1 inste...
- 6 years ago
lnpapin ,
Try this measure:
RANK1 = RANKX(ALLSELECTED('Table'[Client]; 'Table'[Nom]); CALCULATE(SUM('Table'[Valeur])))
lnpapin
Helper I
6 years agoOK and if i want to see the rank of the total value how can i do that?
camargos88
Community Champion
6 years agolnpapin ,
Try this measure:
RANK1 = RANKX(ALLSELECTED('Table'[Client]; 'Table'[Nom]); CALCULATE(SUM('Table'[Valeur])))
- lnpapin6 years ago
Helper I
Thanks you so much! it works