Forum Discussion

Franco's avatar
Franco
Frequent Visitor
3 years ago
Solved

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...
  • amitchandak's avatar
    3 years ago

    Franco ,  Try a measure like

    Sumx(Summarize(Table, Table[POS], Table[Date], Table[BOM], Table[Qty]), [Qty])