Calculating Dimension
I have used store property for majority of parent members in a dimension. I have also built @AGG or @CACL DIM functions for calculating this whole dimension. These functions work well.
Sometimes we have to delete value from 0 level members that makes it blank. In such a situation when @AGG or @CALC DIM is executed it doesn't calculate accurately. It doesn't consider blank cells as 0, rather, for calculation purposes it takes blank cells as the value that previously existed.
I am looking for some solution or script in which above mentioned functions do not use blank or missing cells?