Calculate Total For 2 Rows in Another Row in Pivot Table
Hi, I would like to display the total for F and G in H row as shown below. Below are the dimensions and expressions used in the pivot table. Can advise on how can I achieve this. Thank you.
Beside this you could add some upper dimension-level and then using their partial sums and/or a query on the dimensionality() to branch within different calculations.
Independent from this I suggest to replace the calculated date-dimension with native fields from an appropriate calendar and also the check if the calculation of tCO₂e requires really an aggr() and an if-loop.