Need to create WTD (week to date) totals.

shophoney

Active Member
Joined
Jun 16, 2014
Messages
286
Hi I need a way to create WTD (week to date) totals.

I have a DAX formula for the sales. But can't figure out how get weekly totals from Monday to Sunday.

Thanks
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
add the weeknumber in your data e.g. with a formula.

after that you can use pivot table to get the WTD totals.
 
Upvote 0
Ok. Thats a great idea.

Now the problem would be I'm having my report display the months sales. But I want it to automatically show this weeks WTD totals.

So I've had my slicer show August sales and below i would like it to show the current weeks WTD sales recap.

Without having to select another slicer to show the current week. Can I have it default to the current weeks sales or last weeks WTD sales.

I want the user interface to be very simple for my staff.

Thanks
 
Upvote 0
You have to consider that not all weeks are in the same month.

How you gonna solve that problem?
 
Upvote 0
You have to consider that not all weeks are in the same month.

How you gonna solve that problem?

That is true.

I would like my August numbers displayed now as I've selected August. But under the WTD section i want the current week or last week. And if it is part of another month to still display that.
 
Upvote 0
In that case I would solve that adding the month in filter box and the weeks in the row-box.

for the WTD add the values in the valuebox => valuaformat => second tab => 11th choise (for the WTD).
 
Upvote 0

Forum statistics

Threads
1,223,270
Messages
6,171,103
Members
452,379
Latest member
IainTru

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