how to display monthly sales data with filter relative date

danielpak

New Member
Joined
Nov 1, 2016
Messages
5
Hi, i have daily sales data for a few years. I would like to display the recent 12 months data.
but it shows all the data in daily mode like this.
1697644938289.png

how can i display the pillars by monthly data like this, but the monthly data in the last 12 months?

1697645072037.png
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
I'm not sure what method of presentation you're using there but assuming you're using power BI.

This is related to my workflow in Power Pivot but should be similar for Power BI.

I've been adding a column in Power Query tat sets a flag if the date is within a certain period. Usually the last financial year. In your case you could make the calculated column set a flag for the last calender year.
You can also extra the date as just the month number in PQ.
Or you can do the same in the Power pivot table and calculate the column there, usually when i'm making a Pivot Excel splits up the dates automatically for me in this way via the Power Pivot table.

Then you filter your dataset by that flag and display it by month. Rolling calendar year of data, up to date.
 
Upvote 0

Forum statistics

Threads
1,215,108
Messages
6,123,131
Members
449,097
Latest member
mlckr

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