Forum Discussion
HamzaJ
02-26-2025Data Integration
Hey ErickRuiz7 ,
Unlike Excel, you cannot change the way the grand total is calculated/shown unless you also change the way the regular (1p-4p) are shown if I am not mistaken.
What you can do this create a seperate formula/measure for each P and a formula for the grand total (column). After that you can enable grand total (row) on a manager level.
So in Excel it would look like:
Row: Managers
Measure : Combo packs
Columns: xP
In Sisense it would look like:
Row: Managers
Measure:
- sum([Combo Packs],[xP]) --> filter xP on 1p
- sum([Combo Packs],[xP]) --> filter xP on 2p
- sum([Combo Packs],[xP]) --> filter xP on 3p
- sum([Combo Packs],[xP]) --> filter xP on 4p
- sum([Combo Packs]) --> 3 dots > Quick Functions > contribution
Enable Grand total on the managers field
Hamza