Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Problems with SUMX

Hi, i am trying to accumulate the results of the following measure: ind_rotacion =    VAR rota_colab =       SUM(Sheet1[ROTACION])    VAR totalcolaborador=       COUNT(Sheet1[Contrato]) RETUR...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous ,

     

    Refer the formula.

    Measure = SUMX(FILTER(ALLSELECTED(sheet1[Mes]),sheet1[Mes]<=MAX(sheet1[Mes])),[ind_rotacion])

     

    Best Regards,

    Jay