Forum Discussion

valivali's avatar
valivali
Regular Visitor
9 years ago

Filter table by latest value in another table (DirectQuery)

So I have these two tables in DirectQuery mode:   Table1 ID            Date1   Table2  Date2         Value   I need to make a sum of all the Values in Table2, for which the Date2 is after the...