I have created a power pivot table as shown in the picture. I want to calculate quarter over quarter sales change. For which I have to divide for example corporate family "Acer"
's sales in 2012Q4
by sum of all the corporate family. I am using calculated measure to do this, but I am not sure what formula I can use.
My need is to create two columns, one for 2012Q4
percent of total and one for 2013Q1
percent of total. Then I will create another measure to find the difference. So the formula for 2012Q4
should be like this 1624442 / (1624442+22449+1200+16123)
. Any idea which function can help me do it?