BOM ( Manufacturing Bill of Material ) totals is incorrect for final assembly cost

@Unni ,

I started to work through a specific solution on this, but realized that I think you need to go back through some of the basic coursework first. Here are some of the problems I’ve identified:

  1. Your data model is not correct - you are using the Invoked Function table, but it is not connected to the model by any relationship.
  2. You are using implicit, rather than explicit measures, which in general is not a good practice and will not work for measure branching, as is needed here
  3. General model cleanup - unnamed table and columns make it very difficult to figure out what’s going on in the model
  4. Need to apply fix totals pattern

Here are specific videos I would recommend:

https://forum.enterprisedna.co/t/quick-measure-feature-positives-vs-negatives/4885

https://forum.enterprisedna.co/t/why-your-total-is-incorrect-in-power-bi-the-key-dax-concept-to-understand/5108

https://forum.enterprisedna.co/t/measure-branching/5962

I hope this is helpful.

  • Brian
2 Likes