+ All Categories
Home > Career > Business Intelligence Portfolio

Business Intelligence Portfolio

Date post: 23-Jun-2015
Category:
Upload: flodhi
View: 277 times
Download: 0 times
Share this document with a friend
Popular Tags:
15
PerformancePoint Server 2008 Project Faisal Lodhi Introduction: Help organizations improve performance by integrating monitoring, analysis, and planning into a single application. Audience: o Business executives. o Information workers. o IT managers. Project Goals: Create dashboards to show company trends by different filters and see easily how the KPIs (Key Performance Indicators) can help the organization to makes better decisions.
Transcript
Page 1: Business Intelligence Portfolio

PerformancePoint Server 2008 ProjectFaisal Lodhi

Introduction: Help organizations improve performance by integrating monitoring, analysis, and planning into a single application.

Audience:

o Business executives.o Information workers.o IT managers.

Project Goals: Create dashboards to show company trends by different filters and see easily how the KPIs (Key Performance Indicators) can help the organization to makes better decisions.

Page 2: Business Intelligence Portfolio

(TYPES OF CODE TITLE)

MDX Sample

WITHMEMBER [Employees].[Full Name].[ Aggregation] AS 'AGGREGATE( EXISTING { [Employees].[Full Name].[Full Name].ALLMEMBERS } )', SOLVE_ORDER = 0MEMBER [Tot Labor] as

[Measures].[Total Labor] , format_string ='currency'

MEMBER [Labor All Employees] as sum( [Measures].[Total Labor],[Employees].[Full Name].[All]) , format_string ='currency'MEMBER [Labor %] as [Measures].[Total Labor] / [Labor All Employees] , format_string = 'percent'SELECT

{[Tot Labor], [Labor All Employees], [Labor %] } ON COLUMNS,Order ( filter ([Job Master].[Description].[Description].ALLMEMBERS ,[Tot Labor]>0)

, [Labor %] , bdesc ) ON ROWS

FROM [Project Labor Cube]WHERE ( <<EmployeeFilter>> )

Where EmployeeFilter = [Employees].[Full Name].[ Aggregation] –Declared at the top

With this query you can find filtering by employee how much labor you paid for a project and how much of this you paid to a single employee. You could find how important was this employee in all the projects.

Page 3: Business Intelligence Portfolio

Employee Analysis Screenshot

KPI1 snapshot from excel

Page 4: Business Intelligence Portfolio

KPI2 snapshot from Excel

Page 5: Business Intelligence Portfolio

SSIS-ETL

Page 6: Business Intelligence Portfolio
Page 7: Business Intelligence Portfolio
Page 8: Business Intelligence Portfolio

Report 1

Report 2

Page 9: Business Intelligence Portfolio

Report 3

Page 10: Business Intelligence Portfolio

Report 4

Page 11: Business Intelligence Portfolio

Report 5

Page 12: Business Intelligence Portfolio

Report 6

Page 13: Business Intelligence Portfolio

This report was developed using Excel services, imported into a Performance Point Dashboard which was deployed to SharePoint.


Recommended