Require measure expression to calculate previous bucket value
The client needs a custom measure similar to Projected On Hand. Below is the example:
PoH (1st Week) = On Hand + Scheduled Receipts - Total Demand
PoH (2nd Week) = PoH (1st Week) - [On Hand + Scheduled Receipts - Total Demand](2nd week)
So, how can we write a custom measure to use the PoH(1st week) for 2nd week calculation?
Tagged:
0