Hi,
This seems to have a syntax error. Here's the corrected version of the expression:
RunningTotal = CALCULATE( SUM([AMOUNT]), FILTER( ALLSELECTED([DATE]), [DATE] <= MAX([DATE]) && [GLACCOUNT] = MAX([GLACCOUNT]) && [IDSTORE] = MAX([IDSTORE]) ) )
Please let me know if this works.
Best Regards.