Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

divide between two tables

Hello Community,   I would appreciate your help with the below.   I want to understand how I can divide the "Despatch"[Quantity] by the "Pallet"[Pallet_Quantity].   I have built a relationship ...
  • PaulDBrown's avatar
    PaulDBrown
    4 years ago

    In that case you need the following measure:

    Pallett number =
    SUMX ( 'Product Table', DIVIDE ( [Despatch Quantity], [Pallet Quantity] ) )