Operation Data Analysis Hints and Guidelines

Slides:



Advertisements
Similar presentations
The Organisation As A System An information management framework The Performance Organiser Data Warehousing.
Advertisements

CHAPTER OBJECTIVE: NORMALIZATION THE SNOWFLAKE SCHEMA.
Chapter 10: Designing Databases
C6 Databases.
Relational Databases Chapter 4.
Data Warehouse IMS5024 – presented by Eder Tsang.
Dimensional Modeling – Part 2
CSE6011 Warehouse Models & Operators  Data Models  relations  stars & snowflakes  cubes  Operators  slice & dice  roll-up, drill down  pivoting.
Business Intelligence Process Grain of the Fact Table Dr. Chang Liu
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
DW-1: Introduction to Data Warehousing. Overview What is Database What Is Data Warehousing Data Marts and Data Warehouses The Data Warehousing Process.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
OnLine Analytical Processing (OLAP)
Pierre-Majorique LÉGER Jacques ROBERT Gilbert BABIN Robert PELLERIN Bret WAGNER Version : August 2011 Copyright © 2011 HEC Montréal ERP Simulation Game.
Information Systems Today (©2006 Prentice Hall) 3-1 CS3754 Class Note 12 Summery of Relational Database.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
DIMENSIONAL MODELLING. Overview Clearly understand how the requirements definition determines data design Introduce dimensional modeling and contrast.
1 The Relational Database Model. 2 Learning Objectives Terminology of relational model. How tables are used to represent data. Connection between mathematical.
1 Data Warehouses BUAD/American University Data Warehouses.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
INVENTORY CASE STUDY. Introduction Optimized inventory levels in stores can have a major impact on chain profitability: minimize out-of-stocks reduce.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Data Warehouse. Group 5 Kacie Johnson Summer Bird Washington Farver Jonathan Wright Mike Muchane.
Operation Data Analysis Hints and Guidelines EGN 5621 Enterprise Systems Collaboration Summer B, 2014.
Operation Data Analysis Hints and Guidelines EIN 6133 Enterprise Engineering Summer, 2015.
UNIT-II Principles of dimensional modeling
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved CHAPTER 6 DATABASES AND DATA WAREHOUSES CHAPTER 6 DATABASES AND DATA WAREHOUSES.
OLAP On Line Analytic Processing. OLTP On Line Transaction Processing –support for ‘real-time’ processing of orders, bookings, sales –typically access.
Business Intelligence Training Siemens Engineering Pakistan Zeeshan Shah December 07, 2009.
1 Copyright © 2009, Oracle. All rights reserved. Oracle Business Intelligence Enterprise Edition: Overview.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Data Warehousing and Decision Support Chapter 25.
Database Concepts and Applications in HRIS
Operation Data Analysis Hints and Guidelines EIN 6133 Enterprise Engineering Fall, 2015.
Chapter 5 Foundations of Business Intelligence: Databases and Information Management.
Pengantar Sistem Informasi
CHAPTER SIX DATA Business Intelligence
Fundamentals of Information Systems, Sixth Edition
Advanced Applied IT for Business 2
The Relational Database Model
IS 130 Information systems 1
Data Warehousing CIS 4301 Lecture Notes 4/20/2006.
Database Systems Chapter 3 1.
Information Systems Today: Managing in the Digital World
Case Study 3: Operate a Manufacturing Company - II (Extension)
Data warehouse and OLAP
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
Chapter 13 The Data Warehouse
Lecture 2 The Relational Model
Star Schema.
Applying Data Warehouse Techniques
Overview and Fundamentals
Databases and Information Management
CHAPTER SIX OVERVIEW SECTION 6.1 – DATABASE FUNDAMENTALS
MIS2502: Data Analytics Dimensional Data Modeling
Retail Sales is used to illustrate a first dimensional model
Databases and Information Management
Operate a Logistics Company (Case Study 3) (Overview and first 3 Runs)
MIS2502: Data Analytics Dimensional Data Modeling
Retail Sales is used to illustrate a first dimensional model
Business Intelligence
Dimensional Model January 16, 2003
Chapter 17 Designing Databases
Data Warehousing Concepts
Chapter 3 Database Management
Operation Data Analysis Hints and Guidelines
Presentation transcript:

Operation Data Analysis Hints and Guidelines EGN 5621 Enterprise Systems Collaboration MSEM, Professional Fall, 2013

Tools to Analyze Data Tools to analyze data range from simple to complex Reports and graphs Advanced statistics forecasting models Advanced optimization models and tools Having the right people matters Having data modeling 2

A Large Quantity of Quality Data All analytic methods feeds on data – in large quantity and good quality Having good data can be turned into a competitive advantage Integrated organizations have a lot of data available, they must learn to exploit it 3

Interpreting Data Skills are required to create appropriate graphs, reports, and statistical analysis Skills are required to interpret correctly graphs, reports and statistics Skills are required to make the appropriate decisions from the analytics 4

Using Queries to Analyze Data A primary key is an attribute, or a combination of attributes, that identify in a unique way each row in a table. A primary key has to always contain a value; that is to say, it cannot be empty A foreign key is an attribute of a table (that can be composed) that is a primary key of the table to which is linked. There is an important concept associated with a foreign key: referential integrity. We say that a relation has referential integrity if all the values of a foreign key attribute in a table exist in the table where this attribute is a primary key. 5

Using Queries to Analyze Data 6

Using Queries to Analyze Data A logical data model of a 1 to N relationship 7

Using Queries to Analyze Data A logical data model of an N to N relationship 8

Using Queries to Analyze Data A logical data model of a relational database 9

Using Queries to Analyze Data 10

Using Queries to Analyze Data Metadata of a relational database Metadata (from the Greek "meta" "after, beyond, with" and the Latin word "data" "information") is data about data. Metadata is used to describe or describe another data. In a database, the metadata correspond to the information about the data in the fields of the tables. They define the shell containing the data. Thus, prior to populate a database of its content, it is important to create the shell or envelope that will contain and describe the data of the database. In practice, metadata describes the list of tables, the list of attributes, the format (or data types) of the attributes, the restrictions on the data, the consistency rules to apply (e.g., referential integrity and mandatory field rules), the type of relations and joins between tables etc. 11

Using Queries to Analyze Data 12

Using Queries to Analyze Data Queries contain 2 basic elements: Key Figures, KPI Dimensions. Margins as a function of time Sales by country 13

An Example Dimensions Dimensions Measures At the heart of a 14

Elements of an Info Cube Key figures Dimensions 15

Types of Measures Additive : it makes sense to sum the measures across all dimensions Quantity sold across Region, Store, Salesperson, Date, Product … semi additive : additive only across certain dimensions Quantity on hand is not additive over Date, but it is additive across Store and Product non additive : cannot be summed across any dimensions A ratio, a percentage A measure that is non additive on one dimension may be the object of other data aggregations Average, Min, Max of quantities on hand over time 16

How DW Differs from a Transactional DB? Characteristic DB DW Operation Real-time, transactional Decision support, strategic analysis Model Entity-Relationship Star Schema Redundant data Designed to avoid Permitted Data Raw data, current Aggregated, Historical data, # of users Many Few Update Immediate Deferred Calculated fields None stored Many stored Mental model Tabular Hypercube Queries Simple, some saved Complex, many saved Operations Read / Write Read Only Size Go (Gigabytes) To(Terabytes) In data warehousing and business intelligence (BI), a star schema is the simplest form of a dimensional model, in which data is organized into facts and dimensions.  A fact is an event that is counted or measured, such as a sale or login.  A dimension contains reference information about the fact, such as date, product, or customer. A star schema is diagramed by surrounding each fact with its associated dimensions. The resulting diagram resembles a star. 17

Exploring Data

Plant A: An overview 19

Plant B : an Overview 20

Plant C an Overview 21

Trying to Maintain Stocks for All Products 22

Large Variations in Sales per Step 23

Manipulating Graphs

Key Figure or KPI Y-dimension 25

Graph type: Scattered Bars 26

Graph Type: Scattered Lines 27

Graph Type: Lines 28

Graph Type: 3D Bars 29 29

BI Questions

BI Question 1 Current assets include (i) cash (ii) receivables (iii) raw material inventory (for mfg game) (iv) finished product inventory How well have the teams performed in managing the current assets over time? Hint: Use the financial data 31 31

BI Question 2 Did the winning team bring their highest margin product to market first? Did they charge a price premium while they were first to market? Can you see the impact of a competitor entering the market? Hint: Use the operational data 32 32

BI Question 3 One objective of materials management is to make sure that raw materials are available for production when needed Which company has managed this process well as shown by having the largest variety of products in stock? Hint: Use inventory data by products over time 33 33

BI Question 4 Companies may have different strategies for production management Some may prefer long productions to minimize setup losses, while others may prefer shorter runs to respond more quickly to market opportunities Can you determine what strategies were used by each team? Where there any production disruptions? Hint: Use production data over time and products. Filter for each individual company. 34 34

BI Question 5 Companies want to maximize sales If sales are too high, the price may be too low, and vice versa Can you tell sales is affected by prices? 35 35

BI Question 6 Who owns the market (as measured by market share) for each product? Hint: Use sales data filtered by product with drilldown across plant Use a stacked area chart 36 36