Forum Discussion
joshua1990
Post Prodigy
6 years agoMulti Level BOM with one Item Master
Hello everybody! I need to include a multi-level BOM into my data model. I have one item master that contains all attributes to every item: Item Unit Attr1 Attr2 Attr3 Attr4 A1 ...
kentyler
Solution Sage
6 years agoDAX does not support hierarchies natively. You can do things like BOMs though, you have to create some calculated columns to make them work. Here is the pattern for that problem, which includes code examples and a step by step explanation.