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...
- 3 years ago
Franco , Try a measure like
Sumx(Summarize(Table, Table[POS], Table[Date], Table[BOM], Table[Qty]), [Qty])
amitchandak
3 years agoSuper User
Franco , Try a measure like
Sumx(Summarize(Table, Table[POS], Table[Date], Table[BOM], Table[Qty]), [Qty])
- Franco3 years agoFrequent Visitor