Top Banner
Business Intelligence Portfolio Ron Sommer
20

Fl 10 B1 Ron Sommer Portfolio

Jul 03, 2015

Download

Documents

rsommer608

Business Intelligence Portfolio
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Fl 10 B1 Ron Sommer Portfolio

Business Intelligence Portfolio

Ron Sommer

Page 2: Fl 10 B1 Ron Sommer Portfolio

• T-SQL Samples

• SSIS – Integration Services

• SSAS – Analysis Services

• MDX Code Samples

• KPI’s, Excel Services – Samples

• MOSS/PPS – Share Point & Performance Point

Services

Contents

Page 3: Fl 10 B1 Ron Sommer Portfolio

T-SQL Samples

• USE northwind

• SELECT categoryid, SUM(quantity) AS total_quantity

• FROM [order details] AS od

• INNER JOIN products

• ON od.productid = products.productid

• GROUP BY categoryid

• ORDER BY categoryid

• GO

• 1 9532

• 2 5298

• 3 7906

• 4 9149

• 5 4562

• 6 4199

• 7 2990

• 8 7681

Page 4: Fl 10 B1 Ron Sommer Portfolio

SSIS Samples

• Master Control Package

– Load Employee, Clients, Job, and Timesheet

records

– Back up Database

– Compress Database

– Index Database

– Send status messages at various points in the

process

Page 5: Fl 10 B1 Ron Sommer Portfolio

SSIS Samples

Master Control Package

Page 6: Fl 10 B1 Ron Sommer Portfolio

SSIS Samples

Control Flow example with documentation

Page 7: Fl 10 B1 Ron Sommer Portfolio

SSIS Samples

Data Flow Package – related to prior slide

Page 8: Fl 10 B1 Ron Sommer Portfolio

SSIS Samples

Control Flow Package with For Each Loop Container

Page 9: Fl 10 B1 Ron Sommer Portfolio

SSIS Samples

Data Flow Package associated with For Each Loop Container

Page 10: Fl 10 B1 Ron Sommer Portfolio

SSAS Samples

Allworks Cube•4 Fact Tables resulting in 4 measure groups

•Labor

•Material

•Overhead

•Job Summary

•9 Additional tables consolidated into 5 dimensions•Employees

•Job Master

•Materials

•Overhead

•Calendar

Page 11: Fl 10 B1 Ron Sommer Portfolio

SSAS Samples

Page 12: Fl 10 B1 Ron Sommer Portfolio

SSAS Samples

Added Calculated Member with MDX Sample

Page 13: Fl 10 B1 Ron Sommer Portfolio

SSAS Samples

KPI with goal and trend (with MDX example)

Page 14: Fl 10 B1 Ron Sommer Portfolio

SSRS Samples

• A series of related reports

– Basic Overhead by Dates

– Labor History Chart

– Job Profitability Chart

Page 15: Fl 10 B1 Ron Sommer Portfolio

SSRS Samples

Basic Overhead by Dates

Page 16: Fl 10 B1 Ron Sommer Portfolio

SSRS Samples

Labor History Chart

Page 17: Fl 10 B1 Ron Sommer Portfolio

SSRS Samples

Job Profitability Chart

Page 18: Fl 10 B1 Ron Sommer Portfolio

PPS Samples

Hierarchical

Scorecards

Value for Selected

Quarter

Current status versus

goal for period

Page 19: Fl 10 B1 Ron Sommer Portfolio

PPS Samples

Client material costs by Quarter

Page 20: Fl 10 B1 Ron Sommer Portfolio

PPS Samples

Quarterly overhead by Category

Category Selectable for Multiple Categories