Forum Discussion

John-Koz's avatar
John-Koz
Frequent Visitor
8 years ago
Solved

Calculate a Measure between 2 tables

Hi,   Trying to create a calculated measure between 2 tables.  One has many SKUs referenced and the other is the master:     New to PowerBI.  Trying to Multiply Qty Per Case 2018 by ACT 20...
  • John-Koz's avatar
    John-Koz
    8 years ago

    Thanks,

     

    This is what I came up with:

     

    QtyUsedJan = 'SKU Material List'[Qty per Case 2018] * RELATED('SKU Master Production'[ACT 2018 JAN])

     

    It worked