0% found this document useful (0 votes)
663 views

SSAS

This document discusses building a multidimensional cube in SQL Server Analysis Services (SSAS) and creating reports in SQL Server Reporting Services (SSRS). It outlines the steps to connect data sources, select dimensions and measures, and deploy a cube in SSAS. It also describes selecting a data source, designing queries, and deploying reports in SSRS. The key aspects are identifying facts and dimensions to build a star or snowflake schema for analysis in SSAS cubes and using various report elements to design and preview reports in SSRS.

Uploaded by

Deepti Jain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
663 views

SSAS

This document discusses building a multidimensional cube in SQL Server Analysis Services (SSAS) and creating reports in SQL Server Reporting Services (SSRS). It outlines the steps to connect data sources, select dimensions and measures, and deploy a cube in SSAS. It also describes selecting a data source, designing queries, and deploying reports in SSRS. The key aspects are identifying facts and dimensions to build a star or snowflake schema for analysis in SSAS cubes and using various report elements to design and preview reports in SSRS.

Uploaded by

Deepti Jain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SSAS

New Project BI Analysis Services Analysis Services Multidimensional and Data Mining
Building Multidimensional cube:
Solution Explorer:
1. Data Sources connect the data source, extract the data.
2. Data Source Views select tables from the source as required Facts & Dimensions
3. Cubes
a. Use existing table
b. Create from scratch
c. Generate tables
Measure group tables:
Select Measures
Select new dimensions
Finish
BEFORE you can browse: you need to deploy: right click, say process it is automatically
deployed.
Say run
Then you can browse
4.
5.
6.
7.
8.

Dimensions
Mining Structures
Roles
Assemblies
Misc.

Cubes are frequently based on STAR Schema, concept of fact tables, dimension tables.
Identify facts and dimensions, prepare a logical schema (star). Create a physical database we store
measures info. In fact tables and descriptive info in dimension tables.

Measures:
Sale price
Order Quantity
Dimension:
Customer information : Which Customer placed the order.
Product information: Which Product has been sold, and its details.
Time information: when was the order placed
Person Information: Who was the sales person has placed the order.

Once we identify Fact and Dimension information, logical Star or snowflake schema can
be constructed.

Star schema
SSRS
BI Reporting Services Report Server Project Wizard
1.
2.
3.
4.
5.
6.

Select Data Source (Excel, DB, Access OLEDB, Analysis Services, etc).
Design query: Query Builder Like Access
Select Report Type Tabular, Matrix
Design tables: Page Level, Groupings, Details
Choose table style
Finish

Design Tab to make changes to design of the tables


Preview Tab Output of the report
Solution Explorer .rdl file: the structure of the report (metadata) is stored in it.
View -- > Solution Explorer right click on a project deploy
Deploy started deploys the report into a web application

You might also like