Forum Discussion

NBOnecall's avatar
NBOnecall
Helper V
6 years ago
Solved

Calculated Column Help with Most Recent Date

Hi,   I think I am just brain dead today, but I think I am overlooking something super easy, but I have teh following table that I want to bring back into another table that just has an item number...
  • NBOnecall's avatar
    6 years ago

    I ended up using this formula.

     

    Location A Qty= CALCULATE(SUM(table1[QTY]),FILTER(TAble1, table2[Location] = "A"),filter(table1', table1[item] = table2[name]),LASTDATE(table1[Date]))