You are on page 1of 3

SSAS Case Study 15

SSAS Case Study 15

Page 2 of 3

Contents
Instructions:................................................................................................................................................................. 3
Business Requirement..................................................................................................................................................3
SSAS Case Study 15

Page 3 of 3

Instructions:
The associates have to develop the SSAS Cube in MS SQL Server 2008 R2/2012.

Associates need to create tables and insert data from the attachment given below.

Business Requirement
 PharmaClaims Pvt. Ltd. needs to analyze the claims and generate the report.
 Create a report, which contains TOP 10 Member list AND a particular Diagnosis, which
costs for MAXIMUM amount.
 The report should contain Member_ID, Diagnosis_description, and Paid Amount.

Eliminate all Empty values, write MDX query to generate the report.

Create a dimension, Member Details, which contains member's personal details.

Create a dimension, Provider Details, which contains provider’s personal details.

Create a dimension, Member PCP, which contains member and assigned PCP details.

Create a dimension, Procedure Details, which contains list of medical procedures.

Create a dimension, Diagnosis Details, which contains list of diagnosis details.

Create a dimension, Place of Service Details, which contains list of place of service details.

Create a dimension, Claim Details, which contains Claims related details.

Create a fact, Claims Details, which contains Paid amount, Total Claim Count, and Member
Count.

Source Data

You might also like