I have in the underlying database a column computed from other values in the same row.
In ssas all these columns are automatically summed to provide the subtotals as I drill down hierarchies.
However, rather than summing the computed column values I need to perform the computation again in ssas using the subtotals of the other summed columns.
I am new to ssas but I have a sense that this is probably a common problem with a generic answer but I cannot find an example of how to do this.