Forum Discussion

MR2001's avatar
MR2001
Helper II
10 years ago
Solved

Filtering records based on a slicer

I have the following calculated column that works correctly:   Total PCR =  VAR Date1 = 'Table1'[date] RETURN CALCULATE ( SUM ('Table1'[Total] ), FILTER ( 'Table1', 'Table1'[date] <= Date1),...
  • Greg_Deckler's avatar
    10 years ago

    Have you tried creating that as a measure instead of a calculated column?