Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need to calculate the Sales percentage for individual "City" based on the Total Sales value for the "Region".
Note
Region will have multiple Cities .
Basically, there are altogether three dimension rows ( named, "YearMonth", "Region" and "City") in the Pivot table and currently I have calculated the sales percentage of individual city by the respective Region. (Please refer the attached 'Sales Percentage QS').
Expression used to calculate the sales percentage is, "=Num(Sum(Sales) / Sum(TOTAL <YearMonth> Sales), '#,##0.00%')".
However, my requirement is to calculate the individual city sales percentage by "YearMonth" dimension.
Please refer the 'Expected Outcome Calculation on Excel' sheet for the detail information.
Appreciate your valuable feedback in advance.
Thanks.
Kind regards,
Andy