Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Could you please tell me whats wrong with the calculation below? I am not getting values out of this calculation.
IF([Activation Period]=Max([Status Update Period]),
sum({<[Type Code]={'A','B','C'}, [Status Code History]={'X','Y'}>}[Volume]),
IF([Activation Period]<Max([Status Update Period]),
sum({<[Type Code]={'A','B','C'}, [Status Code History]={'X','Y','Z'}>}[Volume])))
Note: Periods are in this format: "Jan-16" for example
Thanks,
Sk
You are welcome