Forum Discussion

SMD75's avatar
SMD75
Frequent Visitor
3 years ago
Solved

Help with Totals

Hi, this will probably be an easy solution for someone.   I'm having issues with the built-in matrix column totals not totalling.   I want the row totals to SUM the numbers in the matrix bu...
  • SMD75's avatar
    SMD75
    3 years ago

    Thanks Anonymous, I'll give that a try.

     

    I managed to solve it with 

    Measure 4 = SUMX(
      VALUES('Table'[Date]),CALCULATE([Measure 3]
      
    ))

     

    Cheers