Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Folks,
Hope you can help.. I've tried a few different things and can't get this one to work..
So I have a transactions table linked to a dates table...
I'm trying to work out the "Current month spend" .. where the current month would be the month I have the most recent transaction for.
So for FY23, LASTMONTH = 5 (May)
For FY22 , LASTMONTH = 6 (June)
My "Current Month SPend" calculation is:
Which gives the following result (and is wrong!) notice the "Kids activities" category is showing a value which is incorrect
If I hard code the month value into the Current Month Spend then it works perfectly:
See the categories that don't have transactions in May are showing as blank..
What am I doing wrong?
Thanks for any feedback,
Asha
Solved! Go to Solution.
ALLEXCEPT is a rather blunt instrument. Try using the more gentle REMOVEFILTERS.
Please show the definition of LASTMONTH
Hello, thanks for your reply... LASTMONTH is..
Correct. Change that measure by removing the category filter.
Nearly have it!
So I changed LASTMONTH to be:
ALLEXCEPT is a rather blunt instrument. Try using the more gentle REMOVEFILTERS.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.