Forum Discussion

ytc-reports's avatar
ytc-reports
Helper I
9 years ago
Solved

Probably Extremely Easy Question - Sum Column on one Table from Matching Rows on Other Table

I have a question today that I think most of you will find quite easy, but I'm really struggling with.   I have an Item table, and each row on the Item table of course represents one Item. Each ite...
  • Vvelarde's avatar
    9 years ago

    ytc-reports

     

    Use this and let me know if works

     

    QtySum = CALCULATE(Sum(TableB[Quantity]))