Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Total Across Row

Hi all,   I'm trying to get total across rows. I need a column, where each row has a value of summation across rows.   For example, in below screenshot, I need a column with total sales for each ...
  • mahoneypat's avatar
    5 years ago

    You can get your total with this measure, but when you add it to matrix it will add it for each Category.  Adding it as a single column is not doable.

     

    Sales LTM All Cat = CALCULATE([sales LTM], ALL(Orders[Category]))
     
    Regards,
    Pat