SlideShare une entreprise Scribd logo
1  sur  64
Microsoft SSAS 2012
By
Sunny Okoro
1
Contents
Database System...........................................................................................................................................2
Applications...................................................................................................................................................2
Database Diagram.........................................................................................................................................5
Tabular Model...............................................................................................................................................6
Multidimensional Model and Excel ............................................................................................................24
Tabular Model and Multidimensional Model Design .................................................................................32
SSAS & Power Pivot.....................................................................................................................................39
Mulltidimensional Model........................................................................................................................40
Tabular Model.........................................................................................................................................43
Microsoft ReportBulider 3.0 .......................................................................................................................50
Microsoft SQL Server Reporting Services ...................................................................................................57
Microsoft SharePoint Server 2013................................................................. Error! Bookmark not defined.
2
Database System
Microsoft SQL Server 2012 BI Version
Applications
Microsoft Visual Studio 2010/SQL Server Data Tools
3
Microsoft Visio
Microsoft Excel 2010
Microsoft Report Builder 3.0
4
Business Intelligence Applications
1. Microsoft SQL Server Analysis Server
2. Microsoft Power Pivot
3. SSRS
5
DimPromotion
PK,I2 PromotionKey INTEGER
I1 PromotionAlternateKey INTEGER
EnglishPromotionName WCHAR(255)
SpanishPromotionName WCHAR(255)
FrenchPromotionName WCHAR(255)
DiscountPct DOUBLE
EnglishPromotionType WCHAR(50)
SpanishPromotionType WCHAR(50)
FrenchPromotionType WCHAR(50)
EnglishPromotionCategory WCHAR(50)
SpanishPromotionCategory WCHAR(50)
FrenchPromotionCategory WCHAR(50)
StartDate TIMESTAMP
EndDate TIMESTAMP
MinQty INTEGER
MaxQty INTEGER
FactSalesQuota
PK,I1 SalesQuotaKey INTEGER
FK2,U2 EmployeeKey INTEGER
FK1,U1 DateKey INTEGER
CalendarYear SMALLINT
CalendarQuarter UTINYINT
SalesAmountQuota CURRENCY
Date TIMESTAMP
DimOrganization
PK,I1 OrganizationKey INTEGER
FK2 ParentOrganizationKey INTEGER
PercentageOfOwnership WCHAR(16)
OrganizationName WCHAR(50)
FK1 CurrencyKey INTEGER
FactResellerSales
PK,I1 SalesOrderNumber WCHAR(20)
PK,I1 SalesOrderLineNumber UTINYINT
FK6,U5 ProductKey INTEGER
FK2,U4 OrderDateKey INTEGER
FK3,U2 DueDateKey INTEGER
FK4,U8 ShipDateKey INTEGER
FK8,U7 ResellerKey INTEGER
FK5,U3 EmployeeKey INTEGER
FK7,U6 PromotionKey INTEGER
FK1,U1 CurrencyKey INTEGER
FK9 SalesTerritoryKey INTEGER
RevisionNumber UTINYINT
OrderQuantity SMALLINT
UnitPrice CURRENCY
ExtendedAmount CURRENCY
UnitPriceDiscountPct DOUBLE
DiscountAmount DOUBLE
ProductStandardCost CURRENCY
TotalProductCost CURRENCY
SalesAmount CURRENCY
TaxAmt CURRENCY
Freight CURRENCY
CarrierTrackingNumber WCHAR(25)
CustomerPONumber WCHAR(25)
OrderDate TIMESTAMP
DueDate TIMESTAMP
ShipDate TIMESTAMP
DimSalesReason
PK,I1 SalesReasonKey INTEGER
SalesReasonAlternateKey INTEGER
SalesReasonName WCHAR(50)
SalesReasonReasonType WCHAR(50)
FactCurrencyRate
PK,FK1,I1 CurrencyKey INTEGER
PK,FK2,I1 DateKey INTEGER
AverageRate DOUBLE
EndOfDayRate DOUBLE
Date TIMESTAMP
DimSalesTerritory
PK,I2 SalesTerritoryKey INTEGER
I1 SalesTerritoryAlternateKey INTEGER
SalesTerritoryRegion WCHAR(50)
SalesTerritoryCountry WCHAR(50)
SalesTerritoryGroup WCHAR(50)
SalesTerritoryImage BINARY(524287)
DimProduct
PK,I2 ProductKey INTEGER
I1 ProductAlternateKey WCHAR(25)
FK1,U1 ProductSubcategoryKey INTEGER
WeightUnitMeasureCode WCHAR(3)
SizeUnitMeasureCode WCHAR(3)
EnglishProductName WCHAR(50)
SpanishProductName WCHAR(50)
FrenchProductName WCHAR(50)
StandardCost CURRENCY
FinishedGoodsFlag BOOL
Color WCHAR(15)
SafetyStockLevel SMALLINT
ReorderPoint SMALLINT
ListPrice CURRENCY
Size WCHAR(50)
SizeRange WCHAR(50)
Weight DOUBLE
DaysToManufacture INTEGER
ProductLine WCHAR(2)
DealerPrice CURRENCY
Class WCHAR(2)
Style WCHAR(2)
ModelName WCHAR(50)
LargePhoto BINARY(524287)
EnglishDescription WCHAR(400)
FrenchDescription WCHAR(400)
ChineseDescription WCHAR(400)
ArabicDescription WCHAR(400)
HebrewDescription WCHAR(400)
ThaiDescription WCHAR(400)
GermanDescription WCHAR(400)
JapaneseDescription WCHAR(400)
TurkishDescription WCHAR(400)
I1 StartDate TIMESTAMP
EndDate TIMESTAMP
Status WCHAR(7)
FactSurveyResponse
PK,I1 SurveyResponseKey INTEGER
FK2,U2 DateKey INTEGER
FK1,U1 CustomerKey INTEGER
ProductCategoryKey INTEGER
EnglishProductCategoryName WCHAR(50)
U3 ProductSubcategoryKey INTEGER
EnglishProductSubcategoryName WCHAR(50)
Date TIMESTAMP
DimAccount
PK,I2 AccountKey INTEGER
FK1 ParentAccountKey INTEGER
I1 AccountCodeAlternateKey INTEGER
ParentAccountCodeAlternateKey INTEGER
AccountDescription WCHAR(50)
AccountType WCHAR(50)
Operator WCHAR(50)
CustomMembers WCHAR(300)
ValueType WCHAR(50)
CustomMemberOptions WCHAR(200)
FactFinance
FinanceKey INTEGER
FK2 DateKey INTEGER
FK4 OrganizationKey INTEGER
FK3 DepartmentGroupKey INTEGER
FK5 ScenarioKey INTEGER
FK1 AccountKey INTEGER
Amount DOUBLE
Date TIMESTAMP
DimReseller
PK,I2 ResellerKey INTEGER
FK1,U1 GeographyKey INTEGER
I1 ResellerAlternateKey WCHAR(15)
Phone WCHAR(25)
BusinessType CHAR(20)
ResellerName WCHAR(50)
NumberEmployees INTEGER
OrderFrequency CHAR(1)
OrderMonth UTINYINT
FirstOrderYear INTEGER
LastOrderYear INTEGER
ProductLine WCHAR(50)
AddressLine1 WCHAR(60)
AddressLine2 WCHAR(60)
AnnualSales CURRENCY
BankName WCHAR(50)
MinPaymentType UTINYINT
MinPaymentAmount CURRENCY
AnnualRevenue CURRENCY
YearOpened INTEGER
DimProductCategory
PK,I2 ProductCategoryKey INTEGER
I1 ProductCategoryAlternateKey INTEGER
EnglishProductCategoryName WCHAR(50)
SpanishProductCategoryName WCHAR(50)
FrenchProductCategoryName WCHAR(50)
DimScenario
PK,I1 ScenarioKey INTEGER
ScenarioName WCHAR(50)
DimDepartmentGroup
PK,I1 DepartmentGroupKey INTEGER
FK1 ParentDepartmentGroupKey INTEGER
DepartmentGroupName WCHAR(50)
DimEmployee
PK,I1 EmployeeKey INTEGER
FK1,U1 ParentEmployeeKey INTEGER
EmployeeNationalIDAlternateKey WCHAR(15)
ParentEmployeeNationalIDAlternateKey WCHAR(15)
FK2,U2 SalesTerritoryKey INTEGER
FirstName WCHAR(50)
LastName WCHAR(50)
MiddleName WCHAR(50)
NameStyle BOOL
Title WCHAR(50)
HireDate WCHAR(10)
BirthDate WCHAR(10)
LoginID WCHAR(256)
EmailAddress WCHAR(50)
Phone WCHAR(25)
MaritalStatus WCHAR(1)
EmergencyContactName WCHAR(50)
EmergencyContactPhone WCHAR(25)
SalariedFlag BOOL
Gender WCHAR(1)
PayFrequency UTINYINT
BaseRate CURRENCY
VacationHours SMALLINT
SickLeaveHours SMALLINT
CurrentFlag BOOL
SalesPersonFlag BOOL
DepartmentName WCHAR(50)
StartDate WCHAR(10)
EndDate WCHAR(10)
Status WCHAR(50)
EmployeePhoto BINARY(524287)
FactInternetSalesReason
PK,FK2,I1 SalesOrderNumber WCHAR(20)
PK,FK2,I1 SalesOrderLineNumber UTINYINT
PK,FK1,I1 SalesReasonKey INTEGER
DimProductSubcategory
PK,I2 ProductSubcategoryKey INTEGER
I1 ProductSubcategoryAlternateKey INTEGER
EnglishProductSubcategoryName WCHAR(50)
SpanishProductSubcategoryName WCHAR(50)
FrenchProductSubcategoryName WCHAR(50)
FK1 ProductCategoryKey INTEGER
DimGeography
PK,I1 GeographyKey INTEGER
City WCHAR(30)
StateProvinceCode WCHAR(3)
StateProvinceName WCHAR(50)
CountryRegionCode WCHAR(3)
EnglishCountryRegionName WCHAR(50)
SpanishCountryRegionName WCHAR(50)
FrenchCountryRegionName WCHAR(50)
PostalCode WCHAR(15)
FK1 SalesTerritoryKey INTEGER
IpAddressLocator WCHAR(15)
DimCurrency
PK,I2 CurrencyKey INTEGER
I1 CurrencyAlternateKey WCHAR(3)
CurrencyName WCHAR(50)
FactInternetSales
PK,I1 SalesOrderNumber WCHAR(20)
PK,I1 SalesOrderLineNumber UTINYINT
FK6,U6 ProductKey INTEGER
FK3,U5 OrderDateKey INTEGER
FK4,U4 DueDateKey INTEGER
FK5,U1 ShipDateKey INTEGER
FK2,U3 CustomerKey INTEGER
FK7,U7 PromotionKey INTEGER
FK1,U2 CurrencyKey INTEGER
FK8 SalesTerritoryKey INTEGER
RevisionNumber UTINYINT
OrderQuantity SMALLINT
UnitPrice CURRENCY
ExtendedAmount CURRENCY
UnitPriceDiscountPct DOUBLE
DiscountAmount DOUBLE
ProductStandardCost CURRENCY
TotalProductCost CURRENCY
SalesAmount CURRENCY
TaxAmt CURRENCY
Freight CURRENCY
CarrierTrackingNumber WCHAR(25)
CustomerPONumber WCHAR(25)
OrderDate TIMESTAMP
DueDate TIMESTAMP
ShipDate TIMESTAMP
FactCallCenter
PK,I2 FactCallCenterID INTEGER
FK1,I1 DateKey INTEGER
WageType WCHAR(15)
I1 Shift WCHAR(20)
LevelOneOperators SMALLINT
LevelTwoOperators SMALLINT
TotalOperators SMALLINT
Calls INTEGER
AutomaticResponses INTEGER
Orders INTEGER
IssuesRaised SMALLINT
AverageTimePerIssue SMALLINT
ServiceGrade DOUBLE
Date TIMESTAMP
DimDate
PK,I2 DateKey INTEGER
I1 FullDateAlternateKey WCHAR(10)
DayNumberOfWeek UTINYINT
EnglishDayNameOfWeek WCHAR(10)
SpanishDayNameOfWeek WCHAR(10)
FrenchDayNameOfWeek WCHAR(10)
DayNumberOfMonth UTINYINT
DayNumberOfYear SMALLINT
WeekNumberOfYear UTINYINT
EnglishMonthName WCHAR(10)
SpanishMonthName WCHAR(10)
FrenchMonthName WCHAR(10)
MonthNumberOfYear UTINYINT
CalendarQuarter UTINYINT
CalendarYear SMALLINT
CalendarSemester UTINYINT
FiscalQuarter UTINYINT
FiscalYear SMALLINT
FiscalSemester UTINYINT
DimCustomer
PK,I2 CustomerKey INTEGER
FK1,U1 GeographyKey INTEGER
I1 CustomerAlternateKey WCHAR(15)
Title WCHAR(8)
FirstName WCHAR(50)
MiddleName WCHAR(50)
LastName WCHAR(50)
NameStyle BOOL
BirthDate WCHAR(10)
MaritalStatus WCHAR(1)
Suffix WCHAR(10)
Gender WCHAR(1)
EmailAddress WCHAR(50)
YearlyIncome CURRENCY
TotalChildren UTINYINT
NumberChildrenAtHome UTINYINT
EnglishEducation WCHAR(40)
SpanishEducation WCHAR(40)
FrenchEducation WCHAR(40)
EnglishOccupation WCHAR(100)
SpanishOccupation WCHAR(100)
FrenchOccupation WCHAR(100)
HouseOwnerFlag WCHAR(1)
NumberCarsOwned UTINYINT
AddressLine1 WCHAR(120)
AddressLine2 WCHAR(120)
Phone WCHAR(20)
DateFirstPurchase WCHAR(10)
CommuteDistance WCHAR(15)
FactProductInventory
PK,FK2,I1 ProductKey INTEGER
PK,FK1,I1 DateKey INTEGER
MovementDate WCHAR(10)
UnitCost CURRENCY
UnitsIn INTEGER
UnitsOut INTEGER
UnitsBalance INTEGER
AdventureWorksDW2012
Database Diagram
6
Tabular Model
7
8
9
10
11
12
13
14
15
I have two instances of SQL Server Database Systems. One instance was installed with the
multidimensional Analysis Services and the other instance was installed with Tabular Analysis Services
based on the BI version of SQL Server 2012.
16
17
18
19
20
21
22
23
24
Multidimensional Model and Excel
25
26
27
28
29
30
31
Results Abbreviated
32
Tabular Model and Multidimensional Model Design
33
34
35
36
37
38
39
SSAS & Power Pivot
40
Mulltidimensional Model
41
42
43
Tabular Model
44
45
46
47
48
49
50
Microsoft ReportBulider 3.0
51
52
53
54
55
56
Results Abbreviated
57
Microsoft SQL Server Reporting Services
58
59
60
61
62
63

Contenu connexe

Tendances

Simplify Your IT Management with Microsoft SharePoint Online: Whitepaper
Simplify Your IT Management with Microsoft SharePoint Online: WhitepaperSimplify Your IT Management with Microsoft SharePoint Online: Whitepaper
Simplify Your IT Management with Microsoft SharePoint Online: WhitepaperMicrosoft Private Cloud
 
Term Project Activision Blizzard & Ea
Term Project   Activision Blizzard & EaTerm Project   Activision Blizzard & Ea
Term Project Activision Blizzard & Eazushy
 
Sample global banking systems software market research report 2020
Sample global banking systems software market research report 2020   Sample global banking systems software market research report 2020
Sample global banking systems software market research report 2020 Cognitive Market Research
 
Avg Community Powered Threat Report Q3 2011
Avg Community Powered Threat Report   Q3 2011Avg Community Powered Threat Report   Q3 2011
Avg Community Powered Threat Report Q3 2011AVG Technologies
 
Claude Resources Inc. 2012 Annual Information Form
Claude Resources Inc. 2012 Annual Information FormClaude Resources Inc. 2012 Annual Information Form
Claude Resources Inc. 2012 Annual Information FormClaude Resources Inc.
 
5 2 Mobile Veteran Facing Applications Design Pattern Signed 4Nov2015
5 2 Mobile Veteran Facing Applications Design Pattern Signed 4Nov20155 2 Mobile Veteran Facing Applications Design Pattern Signed 4Nov2015
5 2 Mobile Veteran Facing Applications Design Pattern Signed 4Nov2015Nick Bogden
 
OSUN STATE, NIGERIA FISCAL SPACE ANALYSIS FOR HEALTH SECTOR
OSUN STATE, NIGERIA FISCAL SPACE ANALYSIS FOR HEALTH SECTOROSUN STATE, NIGERIA FISCAL SPACE ANALYSIS FOR HEALTH SECTOR
OSUN STATE, NIGERIA FISCAL SPACE ANALYSIS FOR HEALTH SECTORHFG Project
 

Tendances (10)

Simplify Your IT Management with Microsoft SharePoint Online: Whitepaper
Simplify Your IT Management with Microsoft SharePoint Online: WhitepaperSimplify Your IT Management with Microsoft SharePoint Online: Whitepaper
Simplify Your IT Management with Microsoft SharePoint Online: Whitepaper
 
Term Project Activision Blizzard & Ea
Term Project   Activision Blizzard & EaTerm Project   Activision Blizzard & Ea
Term Project Activision Blizzard & Ea
 
Sample global banking systems software market research report 2020
Sample global banking systems software market research report 2020   Sample global banking systems software market research report 2020
Sample global banking systems software market research report 2020
 
Avg Community Powered Threat Report Q3 2011
Avg Community Powered Threat Report   Q3 2011Avg Community Powered Threat Report   Q3 2011
Avg Community Powered Threat Report Q3 2011
 
Claude Resources Inc. 2012 Annual Information Form
Claude Resources Inc. 2012 Annual Information FormClaude Resources Inc. 2012 Annual Information Form
Claude Resources Inc. 2012 Annual Information Form
 
Bfsi
BfsiBfsi
Bfsi
 
5 2 Mobile Veteran Facing Applications Design Pattern Signed 4Nov2015
5 2 Mobile Veteran Facing Applications Design Pattern Signed 4Nov20155 2 Mobile Veteran Facing Applications Design Pattern Signed 4Nov2015
5 2 Mobile Veteran Facing Applications Design Pattern Signed 4Nov2015
 
OSUN STATE, NIGERIA FISCAL SPACE ANALYSIS FOR HEALTH SECTOR
OSUN STATE, NIGERIA FISCAL SPACE ANALYSIS FOR HEALTH SECTOROSUN STATE, NIGERIA FISCAL SPACE ANALYSIS FOR HEALTH SECTOR
OSUN STATE, NIGERIA FISCAL SPACE ANALYSIS FOR HEALTH SECTOR
 
2011 ICT and ITES Industry Statistics Yearbook
2011 ICT and ITES Industry Statistics Yearbook2011 ICT and ITES Industry Statistics Yearbook
2011 ICT and ITES Industry Statistics Yearbook
 
Frost Report
Frost ReportFrost Report
Frost Report
 

En vedette

Internship Competition: Group 5 Presentation
Internship Competition: Group 5 PresentationInternship Competition: Group 5 Presentation
Internship Competition: Group 5 Presentationbarnesmanagementgroup
 
Information about planets and houses
Information about planets and housesInformation about planets and houses
Information about planets and housesBASKARAN P
 
Peter_Ramsden_SI_Conference_June_2014
Peter_Ramsden_SI_Conference_June_2014Peter_Ramsden_SI_Conference_June_2014
Peter_Ramsden_SI_Conference_June_2014ubusGmbH
 
Traditional presentation styles of food
Traditional presentation styles of food Traditional presentation styles of food
Traditional presentation styles of food Loukia Orfanou
 
Visio mcr drawing cpotb 130506
Visio mcr drawing cpotb 130506Visio mcr drawing cpotb 130506
Visio mcr drawing cpotb 130506John Anthonius
 
Double page construction
Double page constructionDouble page construction
Double page constructionTyrrell
 
Alumnos
AlumnosAlumnos
Alumnos78355
 
Composition slide show
Composition slide showComposition slide show
Composition slide showcynkat94
 
Promotion webinar recording
Promotion webinar recordingPromotion webinar recording
Promotion webinar recordingmaryvanb
 
Joshua's story
Joshua's story Joshua's story
Joshua's story ATuteur
 
Semiotic analysis of the cartoons employed during the egyptian revolution 20...
Semiotic  analysis of the cartoons employed during the egyptian revolution 20...Semiotic  analysis of the cartoons employed during the egyptian revolution 20...
Semiotic analysis of the cartoons employed during the egyptian revolution 20...Abeer Barakat Alhossary
 
Mobile Apps by AppMyBiz.biz
Mobile Apps by AppMyBiz.biz Mobile Apps by AppMyBiz.biz
Mobile Apps by AppMyBiz.biz Noel Cabrera
 
Appreciative inquiry and the art of interviewing
Appreciative inquiry and the art of interviewingAppreciative inquiry and the art of interviewing
Appreciative inquiry and the art of interviewingKatherine Brown-Hoekstra
 

En vedette (20)

Daftarhadir&nilai evaluasi pai
Daftarhadir&nilai evaluasi paiDaftarhadir&nilai evaluasi pai
Daftarhadir&nilai evaluasi pai
 
5. multiple ich. case report
5. multiple ich. case report5. multiple ich. case report
5. multiple ich. case report
 
2003
20032003
2003
 
презентация Microsoft office power point
презентация Microsoft office power pointпрезентация Microsoft office power point
презентация Microsoft office power point
 
Internship Competition: Group 5 Presentation
Internship Competition: Group 5 PresentationInternship Competition: Group 5 Presentation
Internship Competition: Group 5 Presentation
 
Information about planets and houses
Information about planets and housesInformation about planets and houses
Information about planets and houses
 
Peter_Ramsden_SI_Conference_June_2014
Peter_Ramsden_SI_Conference_June_2014Peter_Ramsden_SI_Conference_June_2014
Peter_Ramsden_SI_Conference_June_2014
 
Traditional presentation styles of food
Traditional presentation styles of food Traditional presentation styles of food
Traditional presentation styles of food
 
Visio mcr drawing cpotb 130506
Visio mcr drawing cpotb 130506Visio mcr drawing cpotb 130506
Visio mcr drawing cpotb 130506
 
Double page construction
Double page constructionDouble page construction
Double page construction
 
Alumnos
AlumnosAlumnos
Alumnos
 
Composition slide show
Composition slide showComposition slide show
Composition slide show
 
Promotion webinar recording
Promotion webinar recordingPromotion webinar recording
Promotion webinar recording
 
Joshua's story
Joshua's story Joshua's story
Joshua's story
 
Semiotic analysis of the cartoons employed during the egyptian revolution 20...
Semiotic  analysis of the cartoons employed during the egyptian revolution 20...Semiotic  analysis of the cartoons employed during the egyptian revolution 20...
Semiotic analysis of the cartoons employed during the egyptian revolution 20...
 
Mobile Apps by AppMyBiz.biz
Mobile Apps by AppMyBiz.biz Mobile Apps by AppMyBiz.biz
Mobile Apps by AppMyBiz.biz
 
Photo bkpbi
Photo bkpbiPhoto bkpbi
Photo bkpbi
 
Chronicle Map
Chronicle MapChronicle Map
Chronicle Map
 
Jeyakumar Narashimman
Jeyakumar NarashimmanJeyakumar Narashimman
Jeyakumar Narashimman
 
Appreciative inquiry and the art of interviewing
Appreciative inquiry and the art of interviewingAppreciative inquiry and the art of interviewing
Appreciative inquiry and the art of interviewing
 

Similaire à BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional

MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012
MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012
MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012Sunny U Okoro
 
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,FormsAdvanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,FormsSunny U Okoro
 
Advanced ETL MS SSIS 2012 & Talend
Advanced ETL  MS  SSIS 2012 & Talend Advanced ETL  MS  SSIS 2012 & Talend
Advanced ETL MS SSIS 2012 & Talend Sunny U Okoro
 
DB 3 Sybase ASE 15 & MS SQL Server
DB 3 Sybase ASE 15 & MS SQL Server DB 3 Sybase ASE 15 & MS SQL Server
DB 3 Sybase ASE 15 & MS SQL Server Sunny U Okoro
 
BI Apps Reports 5 QlikSense Desktop
BI Apps Reports 5  QlikSense DesktopBI Apps Reports 5  QlikSense Desktop
BI Apps Reports 5 QlikSense DesktopSunny U Okoro
 
Deployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: WhitepaperDeployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: WhitepaperMicrosoft Private Cloud
 
Osce 10.6 sp3_sys_req (1)
Osce 10.6 sp3_sys_req (1)Osce 10.6 sp3_sys_req (1)
Osce 10.6 sp3_sys_req (1)Paty Garduño
 
Deployment For Wss3
Deployment For Wss3Deployment For Wss3
Deployment For Wss3LiquidHub
 
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012Sunny U Okoro
 
Sample global cloud commerce software market research report 2020
Sample global cloud commerce software market research report 2020Sample global cloud commerce software market research report 2020
Sample global cloud commerce software market research report 2020Cognitive Market Research
 
StoryPulse Scope Server 3.5.0
StoryPulse Scope Server 3.5.0StoryPulse Scope Server 3.5.0
StoryPulse Scope Server 3.5.0adifocal
 
Oracle® Fusion Middleware
Oracle® Fusion MiddlewareOracle® Fusion Middleware
Oracle® Fusion MiddlewareNgo Hung Long
 
The Analytics Revolution 2011: Optimizing Reporting and Analytics to Make A...
The Analytics Revolution 2011:  Optimizing Reporting and Analytics to  Make A...The Analytics Revolution 2011:  Optimizing Reporting and Analytics to  Make A...
The Analytics Revolution 2011: Optimizing Reporting and Analytics to Make A...IBM India Smarter Computing
 
Email Signature Software Market Report 2022
 Email Signature Software   Market Report 2022 Email Signature Software   Market Report 2022
Email Signature Software Market Report 2022Cognitive Market Research
 
Sql server bi poweredby pw_v16
Sql server bi poweredby pw_v16Sql server bi poweredby pw_v16
Sql server bi poweredby pw_v16MILL5
 

Similaire à BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional (20)

MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012
MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012
MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012
 
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,FormsAdvanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
 
Advanced ETL MS SSIS 2012 & Talend
Advanced ETL  MS  SSIS 2012 & Talend Advanced ETL  MS  SSIS 2012 & Talend
Advanced ETL MS SSIS 2012 & Talend
 
DB 3 Sybase ASE 15 & MS SQL Server
DB 3 Sybase ASE 15 & MS SQL Server DB 3 Sybase ASE 15 & MS SQL Server
DB 3 Sybase ASE 15 & MS SQL Server
 
BI Apps Reports 5 QlikSense Desktop
BI Apps Reports 5  QlikSense DesktopBI Apps Reports 5  QlikSense Desktop
BI Apps Reports 5 QlikSense Desktop
 
Deployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: WhitepaperDeployment Guide for Business Productivity Online Standard Suite: Whitepaper
Deployment Guide for Business Productivity Online Standard Suite: Whitepaper
 
NCS
NCSNCS
NCS
 
Osce 10.6 sp3_sys_req (1)
Osce 10.6 sp3_sys_req (1)Osce 10.6 sp3_sys_req (1)
Osce 10.6 sp3_sys_req (1)
 
Deployment For Wss3
Deployment For Wss3Deployment For Wss3
Deployment For Wss3
 
Ctms market by scalar market research
Ctms market by scalar market researchCtms market by scalar market research
Ctms market by scalar market research
 
121cash mgmt
121cash mgmt121cash mgmt
121cash mgmt
 
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
 
Sample global cloud commerce software market research report 2020
Sample global cloud commerce software market research report 2020Sample global cloud commerce software market research report 2020
Sample global cloud commerce software market research report 2020
 
StoryPulse Scope Server 3.5.0
StoryPulse Scope Server 3.5.0StoryPulse Scope Server 3.5.0
StoryPulse Scope Server 3.5.0
 
Oracle® Fusion Middleware
Oracle® Fusion MiddlewareOracle® Fusion Middleware
Oracle® Fusion Middleware
 
Adf tutorial oracle
Adf tutorial oracleAdf tutorial oracle
Adf tutorial oracle
 
BR100 Oracle AP Setup
BR100 Oracle AP SetupBR100 Oracle AP Setup
BR100 Oracle AP Setup
 
The Analytics Revolution 2011: Optimizing Reporting and Analytics to Make A...
The Analytics Revolution 2011:  Optimizing Reporting and Analytics to  Make A...The Analytics Revolution 2011:  Optimizing Reporting and Analytics to  Make A...
The Analytics Revolution 2011: Optimizing Reporting and Analytics to Make A...
 
Email Signature Software Market Report 2022
 Email Signature Software   Market Report 2022 Email Signature Software   Market Report 2022
Email Signature Software Market Report 2022
 
Sql server bi poweredby pw_v16
Sql server bi poweredby pw_v16Sql server bi poweredby pw_v16
Sql server bi poweredby pw_v16
 

Plus de Sunny U Okoro

SQL Server and SSAS
SQL Server and SSAS SQL Server and SSAS
SQL Server and SSAS Sunny U Okoro
 
MS SSAS 2008 & MDX Reports
MS SSAS 2008 &  MDX Reports MS SSAS 2008 &  MDX Reports
MS SSAS 2008 & MDX Reports Sunny U Okoro
 
DBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & Sybase
DBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & SybaseDBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & Sybase
DBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & SybaseSunny U Okoro
 
BI Apps ETL 4- Informatica PowerCenter Express
BI  Apps ETL 4- Informatica PowerCenter  ExpressBI  Apps ETL 4- Informatica PowerCenter  Express
BI Apps ETL 4- Informatica PowerCenter ExpressSunny U Okoro
 
BI Apps Reports 4 Cognos BI and Crystal Reports
BI Apps Reports 4  Cognos BI and Crystal ReportsBI Apps Reports 4  Cognos BI and Crystal Reports
BI Apps Reports 4 Cognos BI and Crystal ReportsSunny U Okoro
 
Tableau Reports and Oracle OBIEE
Tableau Reports and  Oracle OBIEETableau Reports and  Oracle OBIEE
Tableau Reports and Oracle OBIEESunny U Okoro
 
Advanced ETL2 Pentaho
Advanced ETL2  Pentaho Advanced ETL2  Pentaho
Advanced ETL2 Pentaho Sunny U Okoro
 
BI Apps Reports2- Oracle OBIEE & SAP Business Objects
BI Apps Reports2- Oracle OBIEE & SAP Business ObjectsBI Apps Reports2- Oracle OBIEE & SAP Business Objects
BI Apps Reports2- Oracle OBIEE & SAP Business ObjectsSunny U Okoro
 
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
 DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16  DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16 Sunny U Okoro
 
DB Security Oracle 11g-Application Context, Dynamic Views & Aduits
DB Security Oracle 11g-Application Context, Dynamic Views & AduitsDB Security Oracle 11g-Application Context, Dynamic Views & Aduits
DB Security Oracle 11g-Application Context, Dynamic Views & AduitsSunny U Okoro
 
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
DB Devlop- PostgreSQL 9.2.4  IQ 15.4DB Devlop- PostgreSQL 9.2.4  IQ 15.4
DB Devlop- PostgreSQL 9.2.4 IQ 15.4Sunny U Okoro
 
BI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
BI Apps ETL-SSIS 2008 & 2012, Pentaho & TalendBI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
BI Apps ETL-SSIS 2008 & 2012, Pentaho & TalendSunny U Okoro
 
Sybase SQL AnyWhere12
Sybase SQL AnyWhere12Sybase SQL AnyWhere12
Sybase SQL AnyWhere12Sunny U Okoro
 
BI Apps Data Mining- SQL Server Analysis Services 2008
BI Apps Data Mining- SQL Server Analysis Services 2008BI Apps Data Mining- SQL Server Analysis Services 2008
BI Apps Data Mining- SQL Server Analysis Services 2008Sunny U Okoro
 

Plus de Sunny U Okoro (20)

SQL Server and SSAS
SQL Server and SSAS SQL Server and SSAS
SQL Server and SSAS
 
MS SSAS 2008 & MDX Reports
MS SSAS 2008 &  MDX Reports MS SSAS 2008 &  MDX Reports
MS SSAS 2008 & MDX Reports
 
DBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & Sybase
DBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & SybaseDBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & Sybase
DBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & Sybase
 
Database Migration
Database MigrationDatabase Migration
Database Migration
 
Cognos Express
Cognos ExpressCognos Express
Cognos Express
 
BI Apps ETL 4- Informatica PowerCenter Express
BI  Apps ETL 4- Informatica PowerCenter  ExpressBI  Apps ETL 4- Informatica PowerCenter  Express
BI Apps ETL 4- Informatica PowerCenter Express
 
Oracle ODI
Oracle ODIOracle ODI
Oracle ODI
 
BI Apps Reports 4 Cognos BI and Crystal Reports
BI Apps Reports 4  Cognos BI and Crystal ReportsBI Apps Reports 4  Cognos BI and Crystal Reports
BI Apps Reports 4 Cognos BI and Crystal Reports
 
Tableau Reports and Oracle OBIEE
Tableau Reports and  Oracle OBIEETableau Reports and  Oracle OBIEE
Tableau Reports and Oracle OBIEE
 
MS SSAS 2012 & MDX
MS SSAS 2012  &  MDXMS SSAS 2012  &  MDX
MS SSAS 2012 & MDX
 
Advanced ETL2 Pentaho
Advanced ETL2  Pentaho Advanced ETL2  Pentaho
Advanced ETL2 Pentaho
 
BI Apps Reports2- Oracle OBIEE & SAP Business Objects
BI Apps Reports2- Oracle OBIEE & SAP Business ObjectsBI Apps Reports2- Oracle OBIEE & SAP Business Objects
BI Apps Reports2- Oracle OBIEE & SAP Business Objects
 
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
 DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16  DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
 
DB Security Oracle 11g-Application Context, Dynamic Views & Aduits
DB Security Oracle 11g-Application Context, Dynamic Views & AduitsDB Security Oracle 11g-Application Context, Dynamic Views & Aduits
DB Security Oracle 11g-Application Context, Dynamic Views & Aduits
 
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
DB Devlop- PostgreSQL 9.2.4  IQ 15.4DB Devlop- PostgreSQL 9.2.4  IQ 15.4
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
 
BI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
BI Apps ETL-SSIS 2008 & 2012, Pentaho & TalendBI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
BI Apps ETL-SSIS 2008 & 2012, Pentaho & Talend
 
Sybase SQL AnyWhere12
Sybase SQL AnyWhere12Sybase SQL AnyWhere12
Sybase SQL AnyWhere12
 
IBM DB2 10
IBM DB2 10IBM DB2 10
IBM DB2 10
 
BI Apps Data Mining- SQL Server Analysis Services 2008
BI Apps Data Mining- SQL Server Analysis Services 2008BI Apps Data Mining- SQL Server Analysis Services 2008
BI Apps Data Mining- SQL Server Analysis Services 2008
 
Oracle 11G- PLSQL
Oracle 11G- PLSQLOracle 11G- PLSQL
Oracle 11G- PLSQL
 

Dernier

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 

Dernier (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional

  • 2. 1 Contents Database System...........................................................................................................................................2 Applications...................................................................................................................................................2 Database Diagram.........................................................................................................................................5 Tabular Model...............................................................................................................................................6 Multidimensional Model and Excel ............................................................................................................24 Tabular Model and Multidimensional Model Design .................................................................................32 SSAS & Power Pivot.....................................................................................................................................39 Mulltidimensional Model........................................................................................................................40 Tabular Model.........................................................................................................................................43 Microsoft ReportBulider 3.0 .......................................................................................................................50 Microsoft SQL Server Reporting Services ...................................................................................................57 Microsoft SharePoint Server 2013................................................................. Error! Bookmark not defined.
  • 3. 2 Database System Microsoft SQL Server 2012 BI Version Applications Microsoft Visual Studio 2010/SQL Server Data Tools
  • 4. 3 Microsoft Visio Microsoft Excel 2010 Microsoft Report Builder 3.0
  • 5. 4 Business Intelligence Applications 1. Microsoft SQL Server Analysis Server 2. Microsoft Power Pivot 3. SSRS
  • 6. 5 DimPromotion PK,I2 PromotionKey INTEGER I1 PromotionAlternateKey INTEGER EnglishPromotionName WCHAR(255) SpanishPromotionName WCHAR(255) FrenchPromotionName WCHAR(255) DiscountPct DOUBLE EnglishPromotionType WCHAR(50) SpanishPromotionType WCHAR(50) FrenchPromotionType WCHAR(50) EnglishPromotionCategory WCHAR(50) SpanishPromotionCategory WCHAR(50) FrenchPromotionCategory WCHAR(50) StartDate TIMESTAMP EndDate TIMESTAMP MinQty INTEGER MaxQty INTEGER FactSalesQuota PK,I1 SalesQuotaKey INTEGER FK2,U2 EmployeeKey INTEGER FK1,U1 DateKey INTEGER CalendarYear SMALLINT CalendarQuarter UTINYINT SalesAmountQuota CURRENCY Date TIMESTAMP DimOrganization PK,I1 OrganizationKey INTEGER FK2 ParentOrganizationKey INTEGER PercentageOfOwnership WCHAR(16) OrganizationName WCHAR(50) FK1 CurrencyKey INTEGER FactResellerSales PK,I1 SalesOrderNumber WCHAR(20) PK,I1 SalesOrderLineNumber UTINYINT FK6,U5 ProductKey INTEGER FK2,U4 OrderDateKey INTEGER FK3,U2 DueDateKey INTEGER FK4,U8 ShipDateKey INTEGER FK8,U7 ResellerKey INTEGER FK5,U3 EmployeeKey INTEGER FK7,U6 PromotionKey INTEGER FK1,U1 CurrencyKey INTEGER FK9 SalesTerritoryKey INTEGER RevisionNumber UTINYINT OrderQuantity SMALLINT UnitPrice CURRENCY ExtendedAmount CURRENCY UnitPriceDiscountPct DOUBLE DiscountAmount DOUBLE ProductStandardCost CURRENCY TotalProductCost CURRENCY SalesAmount CURRENCY TaxAmt CURRENCY Freight CURRENCY CarrierTrackingNumber WCHAR(25) CustomerPONumber WCHAR(25) OrderDate TIMESTAMP DueDate TIMESTAMP ShipDate TIMESTAMP DimSalesReason PK,I1 SalesReasonKey INTEGER SalesReasonAlternateKey INTEGER SalesReasonName WCHAR(50) SalesReasonReasonType WCHAR(50) FactCurrencyRate PK,FK1,I1 CurrencyKey INTEGER PK,FK2,I1 DateKey INTEGER AverageRate DOUBLE EndOfDayRate DOUBLE Date TIMESTAMP DimSalesTerritory PK,I2 SalesTerritoryKey INTEGER I1 SalesTerritoryAlternateKey INTEGER SalesTerritoryRegion WCHAR(50) SalesTerritoryCountry WCHAR(50) SalesTerritoryGroup WCHAR(50) SalesTerritoryImage BINARY(524287) DimProduct PK,I2 ProductKey INTEGER I1 ProductAlternateKey WCHAR(25) FK1,U1 ProductSubcategoryKey INTEGER WeightUnitMeasureCode WCHAR(3) SizeUnitMeasureCode WCHAR(3) EnglishProductName WCHAR(50) SpanishProductName WCHAR(50) FrenchProductName WCHAR(50) StandardCost CURRENCY FinishedGoodsFlag BOOL Color WCHAR(15) SafetyStockLevel SMALLINT ReorderPoint SMALLINT ListPrice CURRENCY Size WCHAR(50) SizeRange WCHAR(50) Weight DOUBLE DaysToManufacture INTEGER ProductLine WCHAR(2) DealerPrice CURRENCY Class WCHAR(2) Style WCHAR(2) ModelName WCHAR(50) LargePhoto BINARY(524287) EnglishDescription WCHAR(400) FrenchDescription WCHAR(400) ChineseDescription WCHAR(400) ArabicDescription WCHAR(400) HebrewDescription WCHAR(400) ThaiDescription WCHAR(400) GermanDescription WCHAR(400) JapaneseDescription WCHAR(400) TurkishDescription WCHAR(400) I1 StartDate TIMESTAMP EndDate TIMESTAMP Status WCHAR(7) FactSurveyResponse PK,I1 SurveyResponseKey INTEGER FK2,U2 DateKey INTEGER FK1,U1 CustomerKey INTEGER ProductCategoryKey INTEGER EnglishProductCategoryName WCHAR(50) U3 ProductSubcategoryKey INTEGER EnglishProductSubcategoryName WCHAR(50) Date TIMESTAMP DimAccount PK,I2 AccountKey INTEGER FK1 ParentAccountKey INTEGER I1 AccountCodeAlternateKey INTEGER ParentAccountCodeAlternateKey INTEGER AccountDescription WCHAR(50) AccountType WCHAR(50) Operator WCHAR(50) CustomMembers WCHAR(300) ValueType WCHAR(50) CustomMemberOptions WCHAR(200) FactFinance FinanceKey INTEGER FK2 DateKey INTEGER FK4 OrganizationKey INTEGER FK3 DepartmentGroupKey INTEGER FK5 ScenarioKey INTEGER FK1 AccountKey INTEGER Amount DOUBLE Date TIMESTAMP DimReseller PK,I2 ResellerKey INTEGER FK1,U1 GeographyKey INTEGER I1 ResellerAlternateKey WCHAR(15) Phone WCHAR(25) BusinessType CHAR(20) ResellerName WCHAR(50) NumberEmployees INTEGER OrderFrequency CHAR(1) OrderMonth UTINYINT FirstOrderYear INTEGER LastOrderYear INTEGER ProductLine WCHAR(50) AddressLine1 WCHAR(60) AddressLine2 WCHAR(60) AnnualSales CURRENCY BankName WCHAR(50) MinPaymentType UTINYINT MinPaymentAmount CURRENCY AnnualRevenue CURRENCY YearOpened INTEGER DimProductCategory PK,I2 ProductCategoryKey INTEGER I1 ProductCategoryAlternateKey INTEGER EnglishProductCategoryName WCHAR(50) SpanishProductCategoryName WCHAR(50) FrenchProductCategoryName WCHAR(50) DimScenario PK,I1 ScenarioKey INTEGER ScenarioName WCHAR(50) DimDepartmentGroup PK,I1 DepartmentGroupKey INTEGER FK1 ParentDepartmentGroupKey INTEGER DepartmentGroupName WCHAR(50) DimEmployee PK,I1 EmployeeKey INTEGER FK1,U1 ParentEmployeeKey INTEGER EmployeeNationalIDAlternateKey WCHAR(15) ParentEmployeeNationalIDAlternateKey WCHAR(15) FK2,U2 SalesTerritoryKey INTEGER FirstName WCHAR(50) LastName WCHAR(50) MiddleName WCHAR(50) NameStyle BOOL Title WCHAR(50) HireDate WCHAR(10) BirthDate WCHAR(10) LoginID WCHAR(256) EmailAddress WCHAR(50) Phone WCHAR(25) MaritalStatus WCHAR(1) EmergencyContactName WCHAR(50) EmergencyContactPhone WCHAR(25) SalariedFlag BOOL Gender WCHAR(1) PayFrequency UTINYINT BaseRate CURRENCY VacationHours SMALLINT SickLeaveHours SMALLINT CurrentFlag BOOL SalesPersonFlag BOOL DepartmentName WCHAR(50) StartDate WCHAR(10) EndDate WCHAR(10) Status WCHAR(50) EmployeePhoto BINARY(524287) FactInternetSalesReason PK,FK2,I1 SalesOrderNumber WCHAR(20) PK,FK2,I1 SalesOrderLineNumber UTINYINT PK,FK1,I1 SalesReasonKey INTEGER DimProductSubcategory PK,I2 ProductSubcategoryKey INTEGER I1 ProductSubcategoryAlternateKey INTEGER EnglishProductSubcategoryName WCHAR(50) SpanishProductSubcategoryName WCHAR(50) FrenchProductSubcategoryName WCHAR(50) FK1 ProductCategoryKey INTEGER DimGeography PK,I1 GeographyKey INTEGER City WCHAR(30) StateProvinceCode WCHAR(3) StateProvinceName WCHAR(50) CountryRegionCode WCHAR(3) EnglishCountryRegionName WCHAR(50) SpanishCountryRegionName WCHAR(50) FrenchCountryRegionName WCHAR(50) PostalCode WCHAR(15) FK1 SalesTerritoryKey INTEGER IpAddressLocator WCHAR(15) DimCurrency PK,I2 CurrencyKey INTEGER I1 CurrencyAlternateKey WCHAR(3) CurrencyName WCHAR(50) FactInternetSales PK,I1 SalesOrderNumber WCHAR(20) PK,I1 SalesOrderLineNumber UTINYINT FK6,U6 ProductKey INTEGER FK3,U5 OrderDateKey INTEGER FK4,U4 DueDateKey INTEGER FK5,U1 ShipDateKey INTEGER FK2,U3 CustomerKey INTEGER FK7,U7 PromotionKey INTEGER FK1,U2 CurrencyKey INTEGER FK8 SalesTerritoryKey INTEGER RevisionNumber UTINYINT OrderQuantity SMALLINT UnitPrice CURRENCY ExtendedAmount CURRENCY UnitPriceDiscountPct DOUBLE DiscountAmount DOUBLE ProductStandardCost CURRENCY TotalProductCost CURRENCY SalesAmount CURRENCY TaxAmt CURRENCY Freight CURRENCY CarrierTrackingNumber WCHAR(25) CustomerPONumber WCHAR(25) OrderDate TIMESTAMP DueDate TIMESTAMP ShipDate TIMESTAMP FactCallCenter PK,I2 FactCallCenterID INTEGER FK1,I1 DateKey INTEGER WageType WCHAR(15) I1 Shift WCHAR(20) LevelOneOperators SMALLINT LevelTwoOperators SMALLINT TotalOperators SMALLINT Calls INTEGER AutomaticResponses INTEGER Orders INTEGER IssuesRaised SMALLINT AverageTimePerIssue SMALLINT ServiceGrade DOUBLE Date TIMESTAMP DimDate PK,I2 DateKey INTEGER I1 FullDateAlternateKey WCHAR(10) DayNumberOfWeek UTINYINT EnglishDayNameOfWeek WCHAR(10) SpanishDayNameOfWeek WCHAR(10) FrenchDayNameOfWeek WCHAR(10) DayNumberOfMonth UTINYINT DayNumberOfYear SMALLINT WeekNumberOfYear UTINYINT EnglishMonthName WCHAR(10) SpanishMonthName WCHAR(10) FrenchMonthName WCHAR(10) MonthNumberOfYear UTINYINT CalendarQuarter UTINYINT CalendarYear SMALLINT CalendarSemester UTINYINT FiscalQuarter UTINYINT FiscalYear SMALLINT FiscalSemester UTINYINT DimCustomer PK,I2 CustomerKey INTEGER FK1,U1 GeographyKey INTEGER I1 CustomerAlternateKey WCHAR(15) Title WCHAR(8) FirstName WCHAR(50) MiddleName WCHAR(50) LastName WCHAR(50) NameStyle BOOL BirthDate WCHAR(10) MaritalStatus WCHAR(1) Suffix WCHAR(10) Gender WCHAR(1) EmailAddress WCHAR(50) YearlyIncome CURRENCY TotalChildren UTINYINT NumberChildrenAtHome UTINYINT EnglishEducation WCHAR(40) SpanishEducation WCHAR(40) FrenchEducation WCHAR(40) EnglishOccupation WCHAR(100) SpanishOccupation WCHAR(100) FrenchOccupation WCHAR(100) HouseOwnerFlag WCHAR(1) NumberCarsOwned UTINYINT AddressLine1 WCHAR(120) AddressLine2 WCHAR(120) Phone WCHAR(20) DateFirstPurchase WCHAR(10) CommuteDistance WCHAR(15) FactProductInventory PK,FK2,I1 ProductKey INTEGER PK,FK1,I1 DateKey INTEGER MovementDate WCHAR(10) UnitCost CURRENCY UnitsIn INTEGER UnitsOut INTEGER UnitsBalance INTEGER AdventureWorksDW2012 Database Diagram
  • 8. 7
  • 9. 8
  • 10. 9
  • 11. 10
  • 12. 11
  • 13. 12
  • 14. 13
  • 15. 14
  • 16. 15 I have two instances of SQL Server Database Systems. One instance was installed with the multidimensional Analysis Services and the other instance was installed with Tabular Analysis Services based on the BI version of SQL Server 2012.
  • 17. 16
  • 18. 17
  • 19. 18
  • 20. 19
  • 21. 20
  • 22. 21
  • 23. 22
  • 24. 23
  • 26. 25
  • 27. 26
  • 28. 27
  • 29. 28
  • 30. 29
  • 31. 30
  • 33. 32 Tabular Model and Multidimensional Model Design
  • 34. 33
  • 35. 34
  • 36. 35
  • 37. 36
  • 38. 37
  • 39. 38
  • 42. 41
  • 43. 42
  • 45. 44
  • 46. 45
  • 47. 46
  • 48. 47
  • 49. 48
  • 50. 49
  • 52. 51
  • 53. 52
  • 54. 53
  • 55. 54
  • 56. 55
  • 58. 57 Microsoft SQL Server Reporting Services
  • 59. 58
  • 60. 59
  • 61. 60
  • 62. 61
  • 63. 62
  • 64. 63