Forum Discussion

RobertSlattery's avatar
RobertSlattery
Responsive Resident
8 years ago
Solved

Previous Day Value

Why does this work...   Order Value Prev Day = CALCULATE( SUMX(orderLines, [Amount] * RELATED(Order_Types[Sign])), FILTER( orderLines, [Date] = MAX('Dim Date'[Date]) ), ...
  • Greg_Deckler's avatar
    Greg_Deckler
    8 years ago

    Nope, ALL just removes all of the context filters but not the relationships. Let me see if there is a way to do that but I'm not sure.