Hi everyone, Im trying to calculate de duration between the value in a new row and the last one.
i’ve been trying this formula
([_THISROW].[Horas Totales])-(INDEX(Reservorio[Horas Totales],COUNT(Reservorio[Horas Totales])))
Horas Totales" column is always an increasing value
thank you in advance

