Adding column by calculating values from previous columns
Hi,
I would like to add to new column to my pivot table.
Currently i have 3 dimensions. I created an expression, 'Combined Average' which is an average of the column M1 and R1 per Year.
Now i need to create another expression, which is a comparison of the combined average. For Example, in the table below, i need to have another column beside the 2nd Combined Average column, called "Comparison" which is (6.06-6.54)/6.54.
I will have to do this comparison for the remaining columns as well. How do i add this expression to use the values from the Combined Average expression?