Forum Discussion
Almantas32
6 years agoHelper II
Sumx issues
Hey Guys, I have a problem with simple measure using sumx function. I am trying to calculate the total weight of manufactured goods, by multiplying the quantity (produt.qty) with the weigth (weig...
- 6 years ago
Almantas32 , Try like
SUMX('public mrp_production', 'public mrp_production'[product_qty] * RELATED('public product_template'[weight]))
amitchandak
6 years agoSuper User
Almantas32 , Try like
SUMX('public mrp_production', 'public mrp_production'[product_qty] * RELATED('public product_template'[weight]))