Hello,
I receive sales reports on daily basis and I need to analyze the received data.
It's mainly 2 reports one of them is the sales and the other is the sales returns.
Both of them have exactly the same structure which looks like this:
Excel 2010
<tbody>
[TD="align: center"]1
[/TD]
[TD="align: center"]2
[/TD]
[TD="align: right"]1
[/TD]
[TD="align: right"][/TD]
[TD="align: center"]3
[/TD]
[TD="align: right"]99
[/TD]
[TD="align: right"]45
[/TD]
[TD="align: center"]4
[/TD]
[TD="align: right"]3
[/TD]
[TD="align: right"][/TD]
[TD="align: center"]5
[/TD]
[TD="align: right"]22
[/TD]
[TD="align: right"][/TD]
[TD="align: center"]6
[/TD]
[TD="align: right"]2
[/TD]
[TD="align: right"][/TD]
</tbody>
sales quantity - sales returns
and the same for the bonus quantities.
I created a new file with connections to the 2 files that I receive and tried adding a new measure and adding a new calculated column in the powerpivot but that results were wrong.
Any help will be appreciated.
I receive sales reports on daily basis and I need to analyze the received data.
It's mainly 2 reports one of them is the sales and the other is the sales returns.
Both of them have exactly the same structure which looks like this:
Excel 2010
D | E | F | G | H | |
---|---|---|---|---|---|
Month | Customer Name | Product Name | Sales Quantity | Sales Bonus Quantity | |
Jan | Customer 1 | Product 1 | |||
Jan | Customer 2 | Product 2 | |||
Feb | Customer 3 | Product 3 | |||
Feb | Customer 4 | Product 4 | |||
Mar | Customer 5 | Product 5 |
<tbody>
[TD="align: center"]1
[/TD]
[TD="align: center"]2
[/TD]
[TD="align: right"]1
[/TD]
[TD="align: right"][/TD]
[TD="align: center"]3
[/TD]
[TD="align: right"]99
[/TD]
[TD="align: right"]45
[/TD]
[TD="align: center"]4
[/TD]
[TD="align: right"]3
[/TD]
[TD="align: right"][/TD]
[TD="align: center"]5
[/TD]
[TD="align: right"]22
[/TD]
[TD="align: right"][/TD]
[TD="align: center"]6
[/TD]
[TD="align: right"]2
[/TD]
[TD="align: right"][/TD]
</tbody>
Sheet1
I need to get the final sales which is:sales quantity - sales returns
and the same for the bonus quantities.
I created a new file with connections to the 2 files that I receive and tried adding a new measure and adding a new calculated column in the powerpivot but that results were wrong.
Any help will be appreciated.