Forum Discussion

mpalha04's avatar
mpalha04
Helper III
7 years ago
Solved

Filter Measure Based on Different Dates

Hello,   I want to calculate total revenue for clients starting from different ship dates. The client ID and corresponding ship date is from an Excel table and I created a relationship to my orders...
  • mpalha04's avatar
    mpalha04
    7 years ago

    Thanks kgovaAshish_Mathur,

     

    Simple fix I should have figured. Solution below:

     

    Measure = CALCULATE(SUM(Table1[order total]),FILTER(Table1,Table1[order date] > Table2 [ship date]))  )