Forum Discussion

mrbajana's avatar
mrbajana
Helper III
2 years ago
Solved

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.

 

  • Anonymous's avatar
    Anonymous
    2 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.

2 Replies