Hi,
I created a PowerPivot workbook with 1 fact table and about 10-12 dimension tables with insurance claim information. There is 1 row in the fact table for every claim transaction for each customer.
the fact table contains a claim number field and a Loss_Paid field. for example:
CustNum Loss_Paid
123 100
123 0
456 0
789 100
789 100
What I would like to do is give the user the ability to get the distinct number of Customers who had total Losses Paid > 0 and vice versa (Total Losses Paid < 0).
I would like to possibly create a calculation and have them be able to use it as a slicer, for example Close_With_Payment and Close_Without_Payment. Whenever they click on one or the other, the numbers would change in the cube.
So Claim_Num 123 and 789 would be included in the Total_Loss_Paid >0 calculation and Claim_Num 456 would be included in the Total_Losses_Paid < 0 Calculation.
Any ideas on how to do this?
thanks
Scott
I created a PowerPivot workbook with 1 fact table and about 10-12 dimension tables with insurance claim information. There is 1 row in the fact table for every claim transaction for each customer.
the fact table contains a claim number field and a Loss_Paid field. for example:
CustNum Loss_Paid
123 100
123 0
456 0
789 100
789 100
What I would like to do is give the user the ability to get the distinct number of Customers who had total Losses Paid > 0 and vice versa (Total Losses Paid < 0).
I would like to possibly create a calculation and have them be able to use it as a slicer, for example Close_With_Payment and Close_Without_Payment. Whenever they click on one or the other, the numbers would change in the cube.
So Claim_Num 123 and 789 would be included in the Total_Loss_Paid >0 calculation and Claim_Num 456 would be included in the Total_Losses_Paid < 0 Calculation.
Any ideas on how to do this?
thanks
Scott