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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
lherbert501
Post Patron
Post Patron

DAX Previous month + value greater than 0

Hi there,
 
Could somebody please help me with my dax query? I have my simple query below which works fine.
 
I want it to be able to return if the output is equal to 0, then move to the next day that has a value greater than 0
 
 
2 Months ago Sales =
var _PrevMonth =  DATEADD(RS_Dates[DateFull],-1,MONTH)
return
CALCULATE([CurrentMonthSales], _PrevMonth)
 
Thanks
1 REPLY 1
Thennarasu_R
Responsive Resident
Responsive Resident

Hi @lherbert501 

you Could create this Measure ,

Thennarasu_R_0-1678295591133.png

Test = CALCULATE(SUM(Refference[Value]),DATEADD('Dim_ date'[Date],-1,MONTH),Refference[Value]>0)



If this helpful to you,Give Accepeted a Solution.

Thanks,
Thennarasu

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Users online (693)