Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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?
Solved! Go to Solution.
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
La solucción no tiene nada que ver con el problema indicado, claramente F,G,H, etc. son columnas, no filas.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
112 | |
94 | |
80 | |
62 | |
39 |