Forum Discussion
CarlosOlmos29
2 years agoHelper I
Add 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
2 years agoHelper II
So it looks like its pulling in a list of dates try using the ISONORAFTER function:
ISONORAFTER function (DAX) - DAX | Microsoft Learn
CarlosOlmos29
2 years agoHelper I
If you can help me with the measure I would aprecciate it 🙂 I don't know how to use it in this case