Forum Discussion
NBOnecall
6 years agoHelper V
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...
- 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]))
NBOnecall
6 years agoHelper V
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]))v-xuding-msft
6 years agoCommunity Support
Hi NBOnecall ,
It seems that you have resolved the case. Can you please accept the helpful answer as a solution? If you have any questions, please feel free to ask us.