Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

% Sales contribution calculation Weekly

Hi,   I need to calculate the percentage of weekly sales contribution. Sales contribution= W1/W1+W2+W3+W4+W5    In the calculation the slicer should filter the sales and total contribution shoul...
  • Anonymous's avatar
    Anonymous
    2 years ago

    The context of where you use the measure will be important.  Because of the "ALLEXCEPT" line, if you give it a context where both JAN and FEB exist in the same context, your denominator is going to be JAN + FEB.

    I'd expect you'd want to use this measure on a table where you have row contexts for JAN and FEB separately.

    If you are selecting a context where JAN and FEB are both present, how are you expecting to aggregate the output?  Like if Jan was 99% and Feb was 90%, what total value would you expect your measure to produce?