In a pivot table, I am trying to show, for each register, the value of the sales for the dimension above it. Here is my table:
As you can see, there is a Sales (Venta) column (first one). In the second column I want to show the total sales for the upper level dimension, and as you can see, it works perfectly. In case it is not properly readable, the formula I came up with is:
Now, my problem is that I need this behavior for ALL levels, and not only for the last one. As you can see, for the upper levels of the table, the value is not being shown/calculated. One more added problem is that the dimensions are variable so the structure shown can be different every time, replacing or eliminating some of the dimensions.