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! Get ahead of the game and start preparing now! Learn more
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)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 33 | |
| 31 | |
| 19 | |
| 12 | |
| 11 |