Forum Discussion

lnpapin's avatar
lnpapin
Icon for Helper I rankHelper I
6 years ago
Solved

RankX 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...
  • camargos88's avatar
    camargos88
    6 years ago

    lnpapin ,

     

    Try this measure:

     

    RANK1 = RANKX(ALLSELECTED('Table'[Client]; 'Table'[Nom]); CALCULATE(SUM('Table'[Valeur])))