This content has been marked as final.
Show 4 replies
-
Re: Month Wise Market Share Calculation in QS
Liron Baram Jan 2, 2018 4:24 AM (in response to vikas mahajan)hi
you can use this expression
Sum ([CY Sale])/aggr(nodistinct Sum ({<[Company]=>}[CY Sale]),MonthName)
-
Re: Month Wise Market Share Calculation in QS
vikas mahajan Jan 2, 2018 11:23 AM (in response to Liron Baram )Thanks Liron it works for me !!
Vikas
-
-
Re: Month Wise Market Share Calculation in QS
Sunny Talwar Jan 2, 2018 7:37 AM (in response to vikas mahajan)Or try this
Sum([CY Sale])/Sum(TOTAL <MonthName> {<Company>} [CY Sale])
-
Re: Month Wise Market Share Calculation in QS
vikas mahajan Jan 2, 2018 11:24 AM (in response to Sunny Talwar )Thanks Sunny
-