Forum Discussion
CarlosOlmos29
Helper I
2 years agoAdd two measures after a date
Hello Power BI Community. I am trying to sum two DAX measures, but I need them to be summed only after a certain date (after the line in the image). I tried with an if but it didn't work. I would ap...
Housden996
Helper II
2 years agoSo it looks like its pulling in a list of dates try using the ISONORAFTER function:
ISONORAFTER function (DAX) - DAX | Microsoft Learn
CarlosOlmos29
Helper I
2 years agoIf you can help me with the measure I would aprecciate it 🙂 I don't know how to use it in this case