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
I may be miss understanding but can you not just add a date filter?
CarlosOlmos29
2 years agoHelper I
How? I tried to use the next measure:
Real + fcst = CALCULATE([SUMA OIL REAL(BLS)] + [FCST OIL],Consolidado[VOLUME_DATE] >= [FechaCorte])
([FechaCorte] is the date from which I want the measurements to start adding up)
But the measurement gives me an error