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! Learn more

Reply
Anonymous
Not applicable

Using Prior Month Data to Build Future Month Data

I have three tables. One of inventory, one for demand, and one for anticipated orders. Inventory is simply the current amount of inventory held. Demand is the amount anticipated to be bought every month on average for the next 12 months. Anticipated orders are the amount the company anticipates buying each month to resupply inventory.

The goal of this DAX equation is to see if I have 10 pieces of inventory at the start, and each month I expect two lose 2 pieces, when will I run out before resupply? At the end of the month, the total would then be the new total for the next month. In excel, using formulas I would get the following:

MonthExample12345678
InventoryA10864212108
DemandB22222222

Order

C000012000
Next MonthA-B+C = Next Months A8642121086


My Demand, Order, and Inventory Table share a unique identifier. All tables have a date to relate back to a calendar table.

I am struggling to get the dax to work where it reflects from one month to another, then to pull from the prior month after it has been calculated.

1 REPLY 1
lbendlin
Super User
Super User

This is a cumulative function so you need to use one of the *X DAX features like SUMX , and table variables to hold the intermediate results.

 

Have you considered doing this in Power Query instead? It has a List.Accumulate() function specifically for this scenario.

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.