Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

DAX function creating measure calculate last month/last year value with filter

hi, I am using DAX create the measure to get the LY or LM data how every, seems not working any suggestion. 

 

1. create a measure 

Screenshot 2020-04-22 at 14.30.48.png

then create another measure base on this having filter

Screenshot 2020-04-22 at 14.31.01.png

2. create the last month value by using

sum mactual LM = CALCULATE([sum value], FILTER(kicksall, kicksall[acc_disc]="MAN"), DATEADD(Calendar[Date],-1, MONTH)

(this not function, saying need continues value of add date, ) then I change to  

sum mactual LM = CALCULATE([sum value], FILTER(kicksall, kicksall[acc_disc]="MAN"), DATEADD(kicksall[fdate],-1, MONTH)

 

I have 2 tables in relation here. 'kicksall' [fdate] and 'calendar'[date]

Screenshot 2020-04-22 at 14.31.45.png

 

the function seems work (no error )but no output if i use table to check (but have total value???)

 

any suggestion 1. why i can not use Calendar[Date]? 2. why there is no month output?

Screenshot 2020-04-22 at 14.38.47.png

the data I have is monthly data so fdate is not continues, i add 01 to each month, so fdate only have 1 day per month

thank you!

1 REPLY 1
Greg_Deckler
Community Champion
Community Champion

See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.

https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors