Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Remaining Demand Calculation

Hello everyone,
I'm trying to calculate the Remaining Demand (calcDemand) for multiple items by subtracting Current Inventory (QOH) from each Month's Demand. The data is stored in a table like the one shown below:

Child ItemyrMoQOHDemand
003-23460-1CUB2021079,1095,380
003-23460-1CUB20210804,246
003-23460-1CUB20210903,657
003-23460-1CUB20211000
003-23460-1CUB20211103,567
003-23460-1CUB202112010,353

 

The goal is to obtain a value as shown on Column E on the image below.

 

Thanks in advance!

 

3 Replies

  • CNENFRNL's avatar
    CNENFRNL
    Community Champion

    Don't bother waiting for a DAX solution to such an issue involving recursion.

  • Anonymous's avatar
    Anonymous
    Not applicable

    What is the issue here ? 

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi gauravtanwar - I'm looking for a measure/calculation that can deliver the result on column E (calcDemand) which will basically consume demand until Inventory (QOH) drops to zero. Once Inventory has been completely depleted, calcDemand will be equal to Demand (Column D)

      In the example shown on the original post