cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
RubanBasilea
Helper II
Helper II

Mapping of delivery item with work order based on sequence and quantity of material delivered

Hi Team,

There are two tables - Main & Delivery table. (Refer the table below) Main table needs quantity from Delivery table to fulfil the WO need – i.e. column C is the required quantity column in Main table. The sequence in which these lines get materials is specified in column D. Furthermore in Delivery table there would be multiple deliveries and the sequence in which material gets allotted to Main table from Delivery table is specified in column D. We want to achieve the below mentioned "Required output" in main table  

 

Table 1 (Main Table)

 

Work orderMaterialRequired QtySequence of delivery allocationRequired Output (From Table 2)
1133d
21102a,b,c
31111a

Table 2 (Delivery table)

 

DeliveryMaterialQuantitySequence
a1171
b132
c113
d134
e195

 

Kind Regards

2 REPLIES 2
amitchandak
Super User
Super User

@RubanBasilea , I am somehow still not able to related table 1 and table 2 for expected output. Can you explain with an example of how you got a,b,c

First iteration in Table 1 : In the above example, Work order ‘3’ is the first line to get materials (this is based on sequence=column D) and it requires 11 quantity. This line will get materials from delivery ‘a’ since it has 17 quantities and it is the first line to give away materials (again this is based on sequence in table 2).

 

After this first iteration, in Table 2 for delivery ‘a’ since 11 quantities are already consumed by Work order ‘3’. The remaining quantity of ‘a’ in table2 would be 6.

 

Now for the second iteration in Table 1 : Work order ‘2’ is the second line to get materials (this is again based on sequence=column D) and it requires 10 quantity. This line will get materials from three different deliveries. This is because delivery ‘a’ has 6 quantities left, delivery ‘b’ has 3 quantities and delivery ‘c’ has 1 quantity .

 

After this second iteration, in Table 2 for deliveries a, b & c are completely consumed. The only open deliveries available are d & e.

 

Now, for third iteration : Work order ‘1’ is the last line to get materials (this is again based on sequence=column D) and it requires 3 quantity. This line will get materials from delivery d since it has 3 quantities.

 

Finally after this third iteration, in Table 2, Deliveries a,b,c & d are completely consumed. The only open delivery left out would be ‘e’.

 

Hope this will be clear

 

Thanks

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors