Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

SSAS Nested Case statment

$
0
0
The table attached is the fact table. The dimension tables would be dim policy, dim accounting period, dim asl, dim actuarial pricing, dim exposure state, dim agency. In Force Premium Balance is the measure. Here is my question:If I connect to the cube via excel:If I drop Accounting Period (dim accounting period), Policy number (dim policy) on row labels , In Force Premium Balance (fact table) on values label, it should show as $4838.00If I drop Accounting Period (dim accounting period), Policy number (dim policy) , actuarial Pricing code =27(dim actuarial pricing) on row labels , In Force Premium Balance(fact table) on values label, it should show as $913.00If I drop Accounting Period (dim accounting period), Policy number (dim policy) , actuarial Pricing code =109(dim actuarial pricing) , exposure state cd =8400 (dim exposure state) on row labels , In Force Premium Balance (fact table) on values label, it should show as $155.00So If I slice the fact table based on the different combinations of dimensions, the measure In Force Premium Balance should pick up the corresponding value from the fact table.Any help is highly appreciated. Please let me know if I need to provide more information. Thank you so much for your time.

Viewing all articles
Browse latest Browse all 1341

Trending Articles