Forum Discussion

mizaskun's avatar
mizaskun
Helper II
4 years ago
Solved

Get correct subtotal in simple measures

Good morning,   I am trying to calculate a simple measure subtotal, but I am having problems doing so.    I have the following simple table:   I am trying to calculate the POND 1 and POND...
  • amitchandak's avatar
    4 years ago

    mizaskun , Create a measure like

     

    sumx(summarize(Table, Table[persona], table[Region], Table[RIEGO], "_1",[P1]*[P2]) , [_1])