Forum Discussion

Kurren's avatar
Kurren
Icon for Helper II rankHelper II
4 years ago

Optimize the DAX Running total

At the moment I use the following running total calculation from this tutorial:     Sales RT := VAR MaxDate = MAX ( 'Date'[Date] ) -- Saves the last visible date RETURN CALCULATE ( SU...