Hi,
Does anyone know how to do a cumulative total for a column not measure and not using "EARLIER', so
the same result as
I've tried using
, which bring back the date in the current row context but even when using this as a
helper column I still get a circular dependency.
RD
Does anyone know how to do a cumulative total for a column not measure and not using "EARLIER', so
the same result as
Excel Formula:
CALCULATE([Tunits], FILTER(ALL(Table13),Table13[Date] <=EARLIER(Table13[Date])))
I've tried using
Excel Formula:
CALCULATE( MAX( Table[Date] ))
helper column I still get a circular dependency.
RD