Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Recursive BOM analysis

Hi,

 

I would like to ask for your help in finding a way to solve a recursive BOM problem in Power BI. I would like to show users all orders affected by a chosen item. However, an item produced in an order can be a component in different order, which needs to be listed as well.

 

This is the table I have:

 

Example:

Item 123456 is directly used as component in orders o123, o456 and o789.

Item produced in o789 is used in order o01234.

Item produced in o01234 is used in order o05678.

 

When a user chooses item 123456 it shows them the following list:

o123

o456

o789

o01234

o05678

 

I used to solve problems like this by recursion in Python and this is what I was thinking about doing here but I don't have an idea how to implement it in Power BI. There is also the time aspect but I guess I would to know how to handle this.

 

Could you please give me any clue to solve it?

2 Replies