Forum Discussion
Anonymous
3 years agoNot applicable
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
Community Champion
Anonymous Maybe:
Total = SUM('Table'[Contracten NL 22]) + SUM('Table'[Recommended NL - 22]) + SUM('Table'[Single service - 22]) + SUM('Table'[Spares - 22])