BI tools: Excel’s Pivot table

Slides:



Advertisements
Similar presentations
Presented by Brad Gall Using BI Techniques for Database Statistics.
Advertisements

Data Warehouse Architecture Sakthi Angappamudali Data Architect, The Oregon State University, Corvallis 16 th May, 2005.
© Stefano Grazioli - Ask for permission for using/quoting:
Information Integration. Modes of Information Integration Applications involved more than one database source Three different modes –Federated Databases.
Business Intelligence System September 2013 BI.
DATA WAREHOUSE (Muscat, Oman).
Center of Excellence for IT at Bellevue College. IT-enabled business decision making based on simple to complex data analysis processes  Database development.
Data Warehousing: Defined and Its Applications Pete Johnson April 2002.
Financial Information Management FIM: Databases Stefano Grazioli.
MIS 451 Building Business Intelligence Systems
Financial Information Management How do I talk to a DBMS? SQL In one hour.
OLAP Theory-English version On-Line Analytical processing (Buisness Intelligence) [Ing.Skorkovský,CSc] KPH_ESF_MU.
Financial Information Management DBMS and Operations, BI, and Analytics Stefano Grazioli.
ETL Overview February 24, DS User Group - ETL - February ETL Overview “ETL is the heart and soul of business intelligence (BI).” -- TDWI ETL.
OLAP Theory-English version On-Line Analytical processing (Business Intelligence) [Ing.J.Skorkovský,CSc.] Department of corporate economy.
Business Intelligence Zamaneh Jahed. What is Business Intelligence? Business Intelligence (BI) is a broad category of applications and technologies for.
Data warehousing and online analytical processing- Ref Chap 4) By Asst Prof. Muhammad Amir Alam.
1 Data Warehouses BUAD/American University Data Warehouses.
OLAP & DSS SUPPORT IN DATA WAREHOUSE By - Pooja Sinha Kaushalya Bakde.
Data Warehousing.
Financial Information Management Putting VB & SQL To Work Stefano Grazioli.
Financial Information Management Changing data in a DB Stefano Grazioli.
Financial Information Management Operations, BI, and Analytics Stefano Grazioli.
1 Categories of data Operational and very short-term decision making data Current, short-term decision making, related to financial transactions, detailed.
Data Warehouse. Group 5 Kacie Johnson Summer Bird Washington Farver Jonathan Wright Mike Muchane.
DATABASES AND DATA WAREHOUSES
© Stefano Grazioli - Ask for permission for using/quoting:
Chapter 5 DATA WAREHOUSING Study Sections 5.2, 5.3, 5.5, Pages: & Snowflake schema.
© Stefano Grazioli - Ask for permission for using/quoting:
Business Intelligence Transparencies 1. ©Pearson Education 2009 Objectives What business intelligence (BI) represents. The technologies associated with.
Advanced Database Concepts
CS 157B: Database Management Systems II April 10 Class Meeting Department of Computer Science San Jose State University Spring 2013 Instructor: Ron Mak.
Financial Information Management Business Intelligence Putting VBA & SQL To Work.
© Stefano Grazioli - Ask for permission for using/quoting: Putting VBA & SQL To Work.
© Stefano Grazioli - Ask for permission for using/quoting: Stefano Grazioli.
© Stefano Grazioli - Ask for permission for using/quoting: Stefano Grazioli.
The Need for Data Analysis 2 Managers track daily transactions to evaluate how the business is performing Strategies should be developed to meet organizational.
Financial Information Management Operations, BI, and Analytics Stefano Grazioli.
ISQS 3358, Business Intelligence Anatomy of Business Intelligence Zhangxi Lin Texas Tech University 1.
BUSINESS INTELLIGENCE. The new technology for understanding the past & predicting the future … BI is broad category of technologies that allows for gathering,
OLAP Theory-English version On-Line Analytical processing (Buisness Intelligence) Ing.Skorkovský,CSc Department of Corporate Economy Faculty of Economics.
نمايندگي استان يزد. نمايندگي استان يزد طراحی کسب و کار الکترونیکی ارائه کننده : محسن افسر قره باغ.
Data Mining and Data Warehousing: Concepts and Techniques What is a Data Warehouse? Data Warehouse vs. other systems, OLTP vs. OLAP Conceptual Modeling.
Business Intelligence Overview
Databases Stefano Grazioli.
Operations, BI, and Analytics
Business Intelligence
Data Warehousing CIS 4301 Lecture Notes 4/20/2006.
Chapter 13 The Data Warehouse
Data Warehouse.
المحاضرة 4 : مستودعات البيانات (Data warehouse)
Business Intelligence
Data Warehouse and OLAP
C.U.SHAH COLLEGE OF ENG. & TECH.
Dynamic SQL Queries Stefano Grazioli.
BI: Accessing Enterprise Data
Data Warehouse.
BI: Accessing Enterprise Data
Dynamic SQL Queries Stefano Grazioli.
Trading Stock and Options in Athens
Dynamic SQL Queries Stefano Grazioli.
BI tools: Excel’s Pivot table
Operations, BI, and Analytics
Trading Stock and Options in Athens
Operations, BI, and Analytics
Analytics, BI & Data Integration
Data Warehouse and OLAP
Decision Making Process
UNIT 6 RECENT TRENDS.
Data Warehousing.
Presentation transcript:

BI tools: Excel’s Pivot table Stefano Grazioli

Critical Thinking Last unit of the BI segment Easy meter

You do the talking Name, major Learning objectives Things you like about the class Things that can be improved Attitude towards the Tournament

Pivot tables In Excel

Welcome to ACME! You are a BI/finance consultant at ACME Inc., a company with a global presence. It is year-end and your boss, the CFO, wants to check the differences between budgeted costs and actual costs.

Your job Without Pivot tables

First, ask about the data model and the data dictionary…. Single table, on a remote RDBMS (SmallBankDB) Doable in Excel, but… Division = geography Category = group of items, e.g., commission, lease, utilities

WINIT What Is New In Technology?

Your job with Pivot tables demo

Pivot Tables … are data summarization tools. They aggregate data according to various dimensions (e.g., time, location, department, product….) Then they let you see your data in new ways. Slicing and dicing.

Homework Demo

The big picture for the homework Transactions / Operations Real time, individual, action Business intelligence & Analytics Historical, aggregate, decision Accounting Extract Clean Transform Load Query Report Analyze Visualize Pivot Table Acme Budget Table Europe HR Managers & Decision makers Recommended reading: TDWI Smart Companies Report 2003, available at www.tdwi.org Data warehousing includes two parts – getting data in, and getting data out. Getting data in is the hard part – it includes taking data from source systems, transforming the data, and loading it into an integrated data store. Getting data in is 80 % of time and resources, and 50% of unexpected costs. Getting data out is the fun part – it include the BI tools that casual and power users use to access the data warehouse data. When users use the data, they can deliver value to the organization. The data store in the middle can be an enterprise data warehouse, a data warehouse with dependent data marts, independent data marts, or a federated database environment. Typically, the independent data mart approach is least effective. The focus of today is on designing the data structures for a dependent or independent data mart that is tuned for on-line analytical processing (OLAP). BI consultants Data scientists = YOU

Pivot Architecture Remote DBMS “Smallbank DB” Dataset & Datatable “myDataset” “BudgetDataTbl” ListObject “BudgetDataLO” Pivot Cache “myPivotCache” Pivot Table “myPivotTable” User