Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Add a total column in my table

Hi, i want to add a total column to my table which has the sum of all my groups.

Can somebody help me?

 

 

So i want to add another column at the end with the total of all the groups!

  • Anonymous Maybe:

    Total = SUM('Table'[Contracten NL 22]) + SUM('Table'[Recommended NL - 22]) + SUM('Table'[Single service - 22]) + SUM('Table'[Spares - 22])

1 Reply

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    Anonymous Maybe:

    Total = SUM('Table'[Contracten NL 22]) + SUM('Table'[Recommended NL - 22]) + SUM('Table'[Single service - 22]) + SUM('Table'[Spares - 22])