Calculate expenses of previous month issues

cyrilbrd

Well-known Member
Joined
Feb 2, 2012
Messages
4,113
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
Hi, presently using the following:
Code:
[COLOR=#000000][FONT=Consolas]PreviousReport = [/FONT][/COLOR][COLOR=#000000][FONT=Consolas]VAR 
    CurrentDate = [Present]
  RETURN
    CALCULATE([Expenses], 
     Raw_data[MONTH] = MONTH(CurrentDate)-2
[/FONT][/COLOR]
[COLOR=#000000][FONT=Consolas]    )[/FONT][/COLOR]
[Present] is the date of today
[Expenses] is the measure of interest.
This works well from february to December of year n, but starts failing on January of year n+1

Any idea on how to let it compute December if we are on January?
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi, thank you for your feedback.
I already have a date table.
The user requires to see the reports updated dynamically based on the present day, hence a volatile [present]
The reports shown are always 2 months ago versus 1 month ago, so as of January we see December versus November, and the measure is unable to do that.
(was able to trick the measure to show the Dec and Nov of last year but my solution is just a mathematical twist, and may not be the most robust).
 
Upvote 0

Forum statistics

Threads
1,213,484
Messages
6,113,927
Members
448,533
Latest member
thietbibeboiwasaco

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