Handling Semi-Additive Measures -
02-16-2004
, 09:26 AM
How to handle semi-additive measures which are not time-dependent. Please look at below sample data
POLICY,Premium,PLAN,ISSDATE,ChangeI
P1,100,ENDOW,01-01-2004,C
P1,100,ENDOW,01-02-2004,C
P1,100,ENDOW,01-03-2004,C
P2,140,TERM,02-02-2004,C
P2,140,TERM,04-04-2004,C
P3,160,ENDOW,01-01-2004,C
P3,160,ENDOW,02-02-2004,C
P3,160,ENDOW,03-03-2004,C
P3,160,ENDOW,04-04-2004,C
P4,200,TERM,01-01-2004,C
P4,200,TERM,01-02-2004,C
P5,300,ENDOW,02-02-2004,C
The dimensions are Policy[Column 1], Plan[Column 3], Issue Date[Column 4], Change ID[Column 5]
The Measure is Current Premium [Column 2] which is at the policy level. For cubes analysing Policy Changes [These are financial and non-financial changes and do not always have an incremental premium associated to them]
When we are analysing by Policy, Plan or Issue Date dimension, we want the premium for each policy to be considered only once [For example, Premium for ENDOW should be 560]. How can we achieve this across all dimensions? Currently it is adding up all the premiums |