Forum Discussion
mrbajana
2 years agoHelper III
Sum Values base on Matrix Points
I need a DAX that in another table sum calculations base on Sellers that I calculate in Matriz base on total points.
- Anonymous2 years ago
Hi mrbajana
Try the following dax
Measure = SUM('Table'[PUNTOS TOTALS])Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi mrbajana
Try the following dax
Measure = SUM('Table'[PUNTOS TOTALS])
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.