Forum Discussion
Anonymous
7 years agoNot applicable
Sumar filas
Buen día quería saber la fórmula para sumar valores de una misma fila.
Ex:
F G H I J TOTAL
A 0 1 2 1 2 6
B 0 0 1 4 5 10
Cómo calculo ese total en negrita?
hi, Anonymous
Is your data like this?
If so, just create a measure that like this
Measure = CALCULATE(SUM(Table1[Value]))
Then darg the fields into matrix visual like this:
Best Regards,
Lin
2 Replies
- v-lili6-msftCommunity Support
hi, Anonymous
Is your data like this?
If so, just create a measure that like this
Measure = CALCULATE(SUM(Table1[Value]))
Then darg the fields into matrix visual like this:
Best Regards,
Lin
- AnonymousNot applicable
La solucción no tiene nada que ver con el problema indicado, claramente F,G,H, etc. son columnas, no filas.