Good morning,
My dilemma:
I have a spreadsheet that roughly looks like the one below. IT refreshes that file every week with an additional week of data.
[TABLE="width: 500"]
<tbody>[TR]
[TD]DoorID[/TD]
[TD]CustName[/TD]
[TD]January Week 1[/TD]
[TD]January Week 2[/TD]
[TD]January Week 4[/TD]
[TD]February Week 1[/TD]
[TD]February Week 2[/TD]
[TD].....[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]Macy's[/TD]
[TD]10[/TD]
[TD]13[/TD]
[TD]20[/TD]
[TD]2[/TD]
[TD]9[/TD]
[TD].....[/TD]
[/TR]
[TR]
[TD]4578[/TD]
[TD]Saks[/TD]
[TD]23[/TD]
[TD]43[/TD]
[TD]11[/TD]
[TD]72[/TD]
[TD]7[/TD]
[TD].....[/TD]
[/TR]
</tbody>[/TABLE]
My goal:
I want my Power Query model to SUM all columns EXCEPT for DoorID and CustName (I really have a couple more columns to exclude), so that as the weeks keep piling on, I can refresh the query to include the last weeks that were just inserted by IT. Is there a way to do this?
I am not unpivoting the columns because otherwise the data range gets way to big - I mean over 20MM rows. It takes too long to refresh.
Thank you!
My dilemma:
I have a spreadsheet that roughly looks like the one below. IT refreshes that file every week with an additional week of data.
[TABLE="width: 500"]
<tbody>[TR]
[TD]DoorID[/TD]
[TD]CustName[/TD]
[TD]January Week 1[/TD]
[TD]January Week 2[/TD]
[TD]January Week 4[/TD]
[TD]February Week 1[/TD]
[TD]February Week 2[/TD]
[TD].....[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]Macy's[/TD]
[TD]10[/TD]
[TD]13[/TD]
[TD]20[/TD]
[TD]2[/TD]
[TD]9[/TD]
[TD].....[/TD]
[/TR]
[TR]
[TD]4578[/TD]
[TD]Saks[/TD]
[TD]23[/TD]
[TD]43[/TD]
[TD]11[/TD]
[TD]72[/TD]
[TD]7[/TD]
[TD].....[/TD]
[/TR]
</tbody>[/TABLE]
My goal:
I want my Power Query model to SUM all columns EXCEPT for DoorID and CustName (I really have a couple more columns to exclude), so that as the weeks keep piling on, I can refresh the query to include the last weeks that were just inserted by IT. Is there a way to do this?
I am not unpivoting the columns because otherwise the data range gets way to big - I mean over 20MM rows. It takes too long to refresh.
Thank you!