Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
joshua1990
Post Prodigy
Post Prodigy

Quantity for Last Process Step for each Order

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 NrOrder DateArticleArea
10001.01.2019XCF9902Cabines
10101.04.2019XG9901Doors

 

tblManufacturing

OrderNrDateStepQuantity
10005.01.2019150
10007.01.2019249
10015.01.2019347

 

How can I determine the last quantity for each order?

 

3 REPLIES 3
joshua1990
Post Prodigy
Post Prodigy

No idea?

 

Hi @joshua1990 ,

 

 

https://community.powerbi.com/t5/Community-Blog/Getting-Previous-Values-in-Power-BI-Part-1/ba-p/1143...

 

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.

 

Last Quantity = CALCULATE(Max(Manufacturing[Quantity]),FILTER(Manufacturing,Manufacturing[OrderNr] = EARLIER(Manufacturing[OrderNr]) && Manufacturing[Date] = MAX(Manufacturing[Date])))
 
 
 
1.jpg
 
 

Regards,
Harsh Nathani

Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

 
 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.