Powerpivot or regular pivot table

ajw5173

New Member
Joined
Apr 7, 2016
Messages
45
Hi,

I am creating a report that requires the ability to show departments and expand to show the vendors in the department. I believe that a pivot table or powerpivot is the only way to do this as the data is variable. I have a column of sales and TY/LY in the row along with the SKU information. I have Department as a row lable year as a column label and Sum of sales in the values section. Is there any way to get a variance of theses two columns or do I need to change the way my data is constructed?

Any help would be GREATLY appreciated!

Thanks!
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
If I get this correctly, either pivots should work fine, although Power Pivot gives you more flexibility if you want to take it further.

In a pivot table, all you need to do is create a calculated field (Pivottable Tools>Options>Calculations, Fields, Items & Sets>Calculated Field) with a variance formula something like

Code:
=(Sales-'TY/LY') /'TY/LY'
 
Upvote 0
A Power Pivot measure would be a different syntax/ If you supply the layout of the two tables, it should be simple to give you the DAX formula.
 
Upvote 0

Forum statistics

Threads
1,224,163
Messages
6,176,789
Members
452,743
Latest member
Unique65

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top