Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello everyone!
For our manufacturing area I am working on a calculation of the WIP.
For this I need the quantity for each order based on the last process step.
I have the following two tables:
tblOrders
| Order Nr | Order Date | Article | Area |
| 100 | 01.01.2019 | XCF9902 | Cabines |
| 101 | 01.04.2019 | XG9901 | Doors |
tblManufacturing
| OrderNr | Date | Step | Quantity |
| 100 | 05.01.2019 | 1 | 50 |
| 100 | 07.01.2019 | 2 | 49 |
| 100 | 15.01.2019 | 3 | 47 |
How can I determine the last quantity for each order?
No idea?
Hi @joshua1990 ,
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi @joshua1990 ,
You can create a Calculated Column in Manufacturing Table.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 16 | |
| 13 | |
| 9 | |
| 8 | |
| 7 |