Forum Discussion
mizaskun
Helper II
4 years agoGet 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...
- 4 years ago
mizaskun , Create a measure like
sumx(summarize(Table, Table[persona], table[Region], Table[RIEGO], "_1",[P1]*[P2]) , [_1])
amitchandak
Super User
4 years agomizaskun , Create a measure like
sumx(summarize(Table, Table[persona], table[Region], Table[RIEGO], "_1",[P1]*[P2]) , [_1])