Forum Discussion
Franco
3 years agoFrequent Visitor
BOM Total Calculation
Good morning everyone,
given the following table, I have to calculate the total BOM (Bill Of Materials) considering that it exploded for a single product.
How can I do?
Thanks in advance
Franco , Try a measure like
Sumx(Summarize(Table, Table[POS], Table[Date], Table[BOM], Table[Qty]), [Qty])
2 Replies
- amitchandakSuper User
Franco , Try a measure like
Sumx(Summarize(Table, Table[POS], Table[Date], Table[BOM], Table[Qty]), [Qty])
- FrancoFrequent Visitor