Hi everyone, would like to have a DAX measure in the following scenario below. Appreciated your help on this in advance
Problem statement : Basically, I am tracking if the target revenue is met every quarter. I have a measure with the name of Revenue and Target . So, any shortfall from a prior quarter (if the Revenue is less than the Target), the shortfall amount will be carried forward and applied to the current quarter.
Let’s say in Q1, I have revenue of 3000 and a target of 5000. Come next Q2 (basically, the target is not met), the shortfall amount in Q1 is 2000 (5000 - 3000), it will be then the starting revenue of Q2.
Hope this makes sense . Attached is the sample data. Cheers!
Sample Data.pbix (35.8 KB)