The IT and Analyst's Perspectives: Advanced BI with PowerPivot DAX, SharePoint Dashboards, and SQL Data Mining

Size: px
Start display at page:

Download "The IT and Analyst's Perspectives: Advanced BI with PowerPivot DAX, SharePoint Dashboards, and SQL Data Mining"

Transcription

1 The IT and Analyst's Perspectives: Advanced BI with PowerPivot DAX, SharePoint Dashboards, and SQL Data Mining Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd 1 1

2 Objectives Introduce more advanced BI analytics from Microsoft Discuss using SharePoint 2010 as a BI Dashboard environment This seminar is based on a number of sources including a few dozen of Microsoft-owned presentations, used with permission. Thank you to Chris Dial, Tara Seppa, Aydin Gencler, Ivan Kosyakov, Bryan Bredehoeft, Marin Bezic, and Donald Farmer with his entire team for all the support. 2 The information herein is for informational purposes only and represents the opinions and views of Project Botticelli and/or Rafal Lukawiecki. The material presented is not certain and may vary based on several factors. Microsoft makes no warranties, express, implied or statutory, as to the information in this presentation. Portions 2010 Project Botticelli Ltd & entire material 2010 Microsoft Corp. Some slides contain quotations from copyrighted materials by other authors, as individually attributed or as already covered by Microsoft Copyright ownerships. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Project Botticelli Ltd as of the date of this presentation. Because Project Botticelli & Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft and Project Botticelli cannot guarantee the accuracy of any information provided after the date of this presentation. Project Botticelli makes no warranties, express, implied or statutory, as to the information in this presentation. E&OE. 2

3 3 PowerPivot on SharePoint 2010 Manageability

4 PowerPivot for SharePoint 2010 Managed Self-Service Business Intelligence Collaborative, shared gallery of PowerPivots IT Pro management Lifecycle & Workflow Server Resource Management 4 4

5 Share Insights Common view of organizational performance 5 5

6 6 1. PowerPivot for SharePoint: Uploading Documents to Server 2. Galleries

7 Managing the BI Environment User driven application administration and monitoring Manage and facilitate access to secure organizational data 7 7

8 8 1. PowerPivot Management Dashboard 2. Anticipating a self-created BI that can become an organisational concern

9 PowerPivot Client Architecture 9 9

10 PowerPivot Part of SharePoint 10 10

11 13 PowerPivot DAX

12 Data Analysis Expressions (DAX) Simple Excel-style formulas Define new fields in the PivotTable field list Enable Excel users to perform powerful data analysis using the skills they already have Has elements of MDX but does not replace MDX 14 14

13 Data Analysis Expressions (DAX) No notion of addressing individual cells or ranges DAX functions refer to columns in the data Sample DAX expression Means: = [First Name] & & [Last Name] String concatenation just like Excel =SUM(Sales[Amount]) SUM function takes a column name instead of a range of cells =RELATED (Product[Cost]) new RELATED function follows relationship between tables 15 15

14 More than 80 Excel Functions in DAX 17 Date and Time Information Math and Trig Statistical Text DATE ISBLANK ABS AVERAGE CONCATENATE DATEVALUE ISERROR CEILING, ISO.CEILING AVERAGEA EXACT DAY ISLOGICAL EXP COUNT FIND EDATE ISNONTEXT FACT COUNTA FIXED EOMONTH ISNUMBER FLOOR COUNTBLANK LEFT HOUR ISTEXT INT MAX LEN MINUTE LN MAXA LOWER MONTH Logical LOG MIN MID NOW AND LOG10 MINA REPLACE SECOND IF MOD REPT TIME IFERROR MROUND RIGHT TIMEVALUE NOT PI SEARCH TODAY OR POWER SUBSTITUTE WEEKDAY FALSE QUOTIENT TRIM WEEKNUM TRUE RAND UPPER YEAR RANDBETWEEN VALUE YEARFRAC ROUND ROUNDDOWN ROUNDUP SIGN SQRT SUM SUMSQ TRUNC 17

15 Example: Functions over a Time Period TotalMTD (Expression, Date_Column [, SetFilter]) TotalQTD (Expression, Date_Column [, SetFilter]) TotalYTD (Expression, Date_Column [, SetFilter] [,YE_Date]) OpeningBalanceMonth (Expression, Date_Column [,SetFilter]) OpeningBalanceQuarter (Expression, Date_Column [,SetFilter]) OpeningBalanceYear (Expression, Date_Column [,SetFilter] [,YE_Date]) ClosingBalanceMonth (Expression, Date_Column [,SetFilter]) ClosingBalanceQuarter (Expression, Date_Column [,SetFilter]) ClosingBalanceYear (Expression, Date_Column [,SetFilter] [,YE_Date]) 18 18

16 19 1. DAX for Creating Calculated Measures 2. DAX for Creating New Columns

17 20 SharePoint 2010 BI Dashboards: PerformancePoint Services

18 PPS in SharePoint 2010 PerformancePoint Services in SharePoint 2010 improve over PerformancePoint Server 2007: SharePoint does all security, management, backup, respository of dashboard Decomposition Tree KPI Details Scorecard drilldown, dynamic hierarchies, calculated KPIs Dynamic, up-to-date filters for time intelligence SharePoint Dashboard Designer is smoother Better accessibility Analytic charts with value filtering and server-based conditional formatting 21 21

19 Monitoring with PPS Business users can build performance dashboards easily 22 22

20 Analytics with PPS Integration of KPIs and analytics Multidimensional slice and dice, drill-across, drill-to-detail, root-cause analysis, prediction and centralized business logic definitions No coding 23 23

21 Reporting and Consolidation in PPS Combine operational and financial data into one report No need to reconsolidate manually Dynamic and standard reports Consistent live reports published from Excel to Reporting Services and SharePoint 24 24

22 27 1. Building a Dashboard, Scorecard, and a KPI Using SharePoint Server PerformancePoint Services

23 28 Visualising BI with Microsoft Visio and SharePoint 2010

24 Two Trends that Lead to The Messy Diagram 29

25 Data Visualization Fault Analysis Tree Color By Value Text Callouts Status Indicators Data Bars 30

26 Data Visualization Manufacturing Specialized Shapes 31

27 Strategy Maps Visualize PPS Scorecard data in context 32 32

28 33 Data Mining with SQL Server

29 What does Data Mining Do? Explores Your Data Finds Patterns Performs Predictions 34 34

30 Data Mining Techniques Algorithm Decision Trees Association Rules Clustering Naïve Bayes Sequence Clustering Time Series Neural Nets Linear Regression Logistic Regression Description Finds the odds of an outcome based on values in a training set Identifies relationships between cases Classifies cases into distinctive groups based on any attribute sets Clearly shows the differences in a particular variable for various data elements Groups or clusters data based on a sequence of previous events Analyzes and forecasts time-based data combining the powerof ARTXP (developed by Microsoft Research) for short-term predictionswith ARIMA (in SQL 2008) for long-term accuracy. Seeks to uncover non-intuitive relationships in data Determines the relationship between columns in order to predict an outcome Determines the relationship between columns in order to evaluate the probability that a column will contain a specific state 38 38

31 40 1. Association Rules for Market Basket Analysis 2. Automatic recommendation engine using DMX queries

32 Summary SharePoint makes PowerPivot manageable Advanced self-service analysis requires a rich expression language: DAX Team, and organisational BI dashboards and scorecards are easy to build using SharePoint 2010 Data Mining enables advanced pattern (correlation) discovery in your data 41 41

33 Agenda 14:00 14:15 Summary: BI in Your Enterprise 14:15 15:15 Lunch 15:15 16:30 Microsoft Visual Studio

34 2010 Microsoft Corporation & Project Botticelli Ltd. All rights reserved. The information herein is for informational purposes only and represents the opinions and views of Project Botticelli and/or Rafal Lukawiecki. The material presented is not certain and may vary based on several factors. Microsoft makes no warranties, express, implied or statutory, as to the information in this presentation. Portions 2010 Project Botticelli Ltd & entire material 2010 Microsoft Corp. Some slides contain quotations from copyrighted materials by other authors, as individually attributed or as already covered by Microsoft Copyright ownerships. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Project Botticelli Ltd as of the date of this presentation. Because Project Botticelli & Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft and Project Botticelli cannot guarantee the accuracy of any information provided after the date of this presentation. Project Botticelli makes no warranties, express, implied or statutory, as to the information in this presentation. E&OE

The Analyst's Perspective: Advanced BI with PowerPivot DAX, SharePoint Dashboards, and SQL Data Mining

The Analyst's Perspective: Advanced BI with PowerPivot DAX, SharePoint Dashboards, and SQL Data Mining The Analyst's Perspective: Advanced BI with PowerPivot DAX, SharePoint Dashboards, and SQL Data Mining Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd rafal@projectbotticelli.com 1 1 Objectives

More information

The Big Picture of Business Intelligence: Goals, Concepts, and the Platform

The Big Picture of Business Intelligence: Goals, Concepts, and the Platform The Big Picture of Business Intelligence: Goals, Concepts, and the Platform Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd rafal@projectbotticelli.com 1 1 Objectives Overview state of Business

More information

Data Analysis Expressions (DAX) Reference

Data Analysis Expressions (DAX) Reference Data Analysis Expressions (DAX) Reference SQL Server 2012 Books Online Summary: The Data Analysis Expressions (DAX) language is a library of functions and operators that can be combined to build formulas

More information

Combined Knowledge Business Intelligence with SharePoint 2013 and SQL 2012 Course

Combined Knowledge Business Intelligence with SharePoint 2013 and SQL 2012 Course Combined Knowledge Business Intelligence with SharePoint 2013 and SQL 2012 Course COURSE OVERVIEW Mark Macrae Suggested Course Outline: Day 1 Overview and Personal BI - 09:00 : 0 Course Overview - 09:30

More information

Implementing Data Models and Reports with Microsoft SQL Server

Implementing Data Models and Reports with Microsoft SQL Server Course 20466C: Implementing Data Models and Reports with Microsoft SQL Server Course Details Course Outline Module 1: Introduction to Business Intelligence and Data Modeling As a SQL Server database professional,

More information

Register on projectbotticelli.com. Introduction to BI & Big Data DAX MDX Data Mining

Register on projectbotticelli.com. Introduction to BI & Big Data DAX MDX Data Mining Objectives The information herein is for informational purposes only and represents the opinions and views of Project Botticelli and/or Rafal Lukawiecki. The material presented is not certain and may vary

More information

Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server

Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server Length 5 days Price $4070.00 (inc GST) Version C Overview The focus of this five-day

More information

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5

More information

Microsoft Visio 2010 Business Intelligence

Microsoft Visio 2010 Business Intelligence Microsoft Visio 2010 Business Intelligence St. Louis SharePoint User Group Candy Parisi Microsoft Visio Solution Specialist April 10, 2012 Agenda Microsoft Business Intelligence Overview Visio Business

More information

50465 - PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards

50465 - PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards 50465 - PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student Materials Outline Introduction

More information

EXCEL FUNCTIONS MOST COMMON

EXCEL FUNCTIONS MOST COMMON EXCEL FUNCTIONS MOST COMMON This is a list of the most common Functions in Excel with a description. To see the syntax and a more in depth description, the function is a link to the Microsoft Excel site.

More information

MS 50511A The Microsoft Business Intelligence 2010 Stack

MS 50511A The Microsoft Business Intelligence 2010 Stack MS 50511A The Microsoft Business Intelligence 2010 Stack Description: This instructor-led course provides students with the knowledge and skills to develop Microsoft End-to-End business solutions using

More information

Implementing Data Models and Reports with Microsoft SQL Server

Implementing Data Models and Reports with Microsoft SQL Server CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20466C: Implementing Data Models and Reports with Microsoft SQL Server Length: 5 Days Audience:

More information

SBI2013: Building BI Solutions using Excel and SharePoint 2013

SBI2013: Building BI Solutions using Excel and SharePoint 2013 UNDERSTANDING MICROSOFT'S BI TOOLSET 3 DAYS SBI2013: Building BI Solutions using Excel and AUDIENCE FORMAT COURSE DESCRIPTION Business Analysts and Excel Power Users Instructor-led training with hands-on

More information

End to End Microsoft BI with SQL 2008 R2 and SharePoint 2010

End to End Microsoft BI with SQL 2008 R2 and SharePoint 2010 www.etidaho.com (208) 327-0768 End to End Microsoft BI with SQL 2008 R2 and SharePoint 2010 5 Days About This Course This instructor-led course provides students with the knowledge and skills to develop

More information

Prerequisites. Course Outline

Prerequisites. Course Outline MS-55040: Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot Description This three-day instructor-led course will introduce the students to the concepts of data mining,

More information

Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778

Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778 Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778 Course Outline Module 1: Introduction to Business Intelligence and Data Modeling This module provides an introduction to Business

More information

Diaspark White Paper July 2010 Microsoft SharePoint 2010 INSIGHT Business Intelligence on a technically enriched platform

Diaspark White Paper July 2010 Microsoft SharePoint 2010 INSIGHT Business Intelligence on a technically enriched platform Diaspark White Paper July 2010 Microsoft SharePoint 2010 INSIGHT Business Intelligence on a technically enriched platform Contents Executive Summary... 3 Who should read this paper?... 3 SharePoint 2010

More information

SharePoint 2013 PerformancePoint Services

SharePoint 2013 PerformancePoint Services 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course 55057A: SharePoint 2013 PerformancePoint Services

More information

Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot

Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot www.etidaho.com (208) 327-0768 Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot 3 Days About this Course This course is designed for the end users and analysts that

More information

SharePoint 2013 PerformancePoint Services Course 55057; 3 Days

SharePoint 2013 PerformancePoint Services Course 55057; 3 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc SharePoint 2013 PerformancePoint Services Course 55057; 3 Days Course Description

More information

COURSE SYLLABUS COURSE TITLE:

COURSE SYLLABUS COURSE TITLE: 1 COURSE SYLLABUS COURSE TITLE: FORMAT: CERTIFICATION EXAMS: 55043AC Microsoft End to End Business Intelligence Boot Camp Instructor-led None This course syllabus should be used to determine whether the

More information

Microsoft Consulting Services. PerformancePoint Services for Project Server 2010

Microsoft Consulting Services. PerformancePoint Services for Project Server 2010 Microsoft Consulting Services PerformancePoint Services for Project Server 2010 Author: Emmanuel Fadullon, Delivery Architect Microsoft Consulting Services August 2011 Information in the document, including

More information

Status Evolution Balance Trends

Status Evolution Balance Trends This summary represents opinions of Project Botticelli Ltd as of March 2011 only, and does not represent opinions or recommendations of Microsoft Corp, Gartner Group, Forrester Research, except when directly

More information

SharePoint 2013 Business Intelligence

SharePoint 2013 Business Intelligence Course 55042A: SharePoint 2013 Business Intelligence Course Details Course Outline Module 1: Course Overview This module explains how the class will be structured and introduces course materials and additional

More information

Course: SharePoint 2013 Business Intelligence

Course: SharePoint 2013 Business Intelligence Course: SharePoint 2013 Business Intelligence Course Length: 3 days Course Code: M55042 Description This three-day instructor-led course provides students with the necessary knowledge to work with all

More information

The Microsoft Business Intelligence 2010 Stack Course 50511A; 5 Days, Instructor-led

The Microsoft Business Intelligence 2010 Stack Course 50511A; 5 Days, Instructor-led The Microsoft Business Intelligence 2010 Stack Course 50511A; 5 Days, Instructor-led Course Description This instructor-led course provides students with the knowledge and skills to develop Microsoft End-to-

More information

(55042A) SharePoint 2013 Business Intelligence

(55042A) SharePoint 2013 Business Intelligence (55042A) SharePoint 2013 Business Intelligence OBJECTIVE This three-day instructor-led course provides students with the necessary knowledge to work with all the associated SharePoint business intelligence

More information

Course Contents For All : Advance Excel & VBA Macros

Course Contents For All : Advance Excel & VBA Macros Pankaj Kumar Gupta: Trainer Advanced Excel & VBA Macros Ph. 8750676667, 9871076667, Email: info@advancedexcel.net, advancedexcel07@gmail.com www.advancedexcel.net, www.vbamacrosexcel.com Office Address:

More information

Course MS55003A Microsoft SharePoint 2010 Business Intelligence Services

Course MS55003A Microsoft SharePoint 2010 Business Intelligence Services 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course MS55003A Microsoft SharePoint 2010 Business Intelligence

More information

SharePoint 2013 Business Intelligence Course 55042; 3 Days

SharePoint 2013 Business Intelligence Course 55042; 3 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc SharePoint 2013 Business Intelligence Course 55042; 3 Days Course Description

More information

Microsoft End to End Business Intelligence Boot Camp

Microsoft End to End Business Intelligence Boot Camp Microsoft End to End Business Intelligence Boot Camp Längd: 5 Days Kurskod: M55045 Sammanfattning: This five-day instructor-led course is a complete high-level tour of the Microsoft Business Intelligence

More information

FINANCIAL REPORTING WITH BUSINESS ANALYTICS

FINANCIAL REPORTING WITH BUSINESS ANALYTICS www.ifsworld.com FINANCIAL REPORTING WITH BUSINESS ANALYTICS LEIF JOHANSSON BUSINESS SOLUTIONS CONSULTANT BILL NOBLE IMPLEMENTATION MANAGER 2009 IFS AGENDA FINANCIAL REPORTING WITH BA Architecture Business

More information

The focus of this course is on the SharePoint 2013 business intelligence platform and not on the SQL business intelligence services.

The focus of this course is on the SharePoint 2013 business intelligence platform and not on the SQL business intelligence services. Course Page - Page 1 of 11 SharePoint 2013 Business Intelligence M-55042 Length: 3 days Price: $1,795.00 Course Description This three-day instructor-led course provides students with the necessary knowledge

More information

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Business Intelligence Suite Alexandre Mendeiros, SQL Server Premier Field Engineer January 2012 Agenda Microsoft Business Intelligence

More information

Microsoft Business Intelligence

Microsoft Business Intelligence Microsoft Business Intelligence P L A T F O R M O V E R V I E W M A R C H 1 8 TH, 2 0 0 9 C H U C K R U S S E L L S E N I O R P A R T N E R C O L L E C T I V E I N T E L L I G E N C E I N C. C R U S S

More information

Common Situations. Departments choosing best in class solutions for their specific needs. Lack of coordinated BI strategy across the enterprise

Common Situations. Departments choosing best in class solutions for their specific needs. Lack of coordinated BI strategy across the enterprise Common Situations Lack of coordinated BI strategy across the enterprise Departments choosing best in class solutions for their specific needs Acquisitions of companies using different BI tools 2 3-5 BI

More information

Business Intelligence and Healthcare

Business Intelligence and Healthcare Business Intelligence and Healthcare SUTHAN SIVAPATHAM SENIOR SHAREPOINT ARCHITECT Agenda Who we are What is BI? Microsoft s BI Stack Case Study (Healthcare) Who we are Point Alliance is an award-winning

More information

Business Intelligence in SharePoint 2013

Business Intelligence in SharePoint 2013 Business Intelligence in SharePoint 2013 Empowering users to change their world Jason Himmelstein, MVP Senior Technical Director, SharePoint @sharepointlhorn http://www.sharepointlonghorn.com Gold Sponsor

More information

Intelligence. Microsoft" SharePoint 2010 Business. Ray Barley. Chuck Rivel. Steven Mann. Jim Pletscher. Aneel Ismaily

Intelligence. Microsoft SharePoint 2010 Business. Ray Barley. Chuck Rivel. Steven Mann. Jim Pletscher. Aneel Ismaily Steven Mann Chuck Rivel Ray Barley Jim Pletscher Aneel Ismaily Microsoft" SharePoint 2010 Business Intelligence 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of Contents Introduction How

More information

Microsoft 55042 - SharePoint 2013 Business Intelligence

Microsoft 55042 - SharePoint 2013 Business Intelligence 1800 ULEARN (853 276) www.ddls.com.au Microsoft 55042 - SharePoint 2013 Business Intelligence Length 3 days Price $2629.00 (inc GST) Version A Overview This three-day instructor-led course provides students

More information

Microsoft Dynamics NAV Reporting Options. Derek Lamb May 2010

Microsoft Dynamics NAV Reporting Options. Derek Lamb May 2010 Microsoft Dynamics NAV Reporting Options Derek Lamb May 2010 Agenda Positioning of Products Why Business Intelligence? Intergen Offerings Reporting Services Power Pivot ZAP SharePoint 2010 Questions Choosing

More information

TF04 - Leveraging SQL Server Business Intelligence Tools

TF04 - Leveraging SQL Server Business Intelligence Tools TF04 - Leveraging SQL Server Business Intelligence Tools PUBLIC INFORMATION Copyright 2014 Rockwell Automation, Inc. All Rights Reserved. Le Roy Howe Commercial Engineering PUBLIC INFORMATION Follow RSTechED

More information

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

Microsoft Excel, other vendors personal desktop reporting tools

Microsoft Excel, other vendors personal desktop reporting tools Microsoft BI Semantic Models, SAP BO Universes, IBM Cognos Frameworks, Tableau TDEs Microsoft SharePoint, SAP Portal, IBM Cognos Connection, other vendors reporting portals Microsoft Excel, other vendors

More information

SQL SERVER SELF-SERVICE BI WITH MICROSOFT EXCEL

SQL SERVER SELF-SERVICE BI WITH MICROSOFT EXCEL SQL SERVER SELF-SERVICE BI WITH MICROSOFT EXCEL JULY 2, 2015 SLIDE 1 Data Sources OVERVIEW OF AN ENTERPRISE BI SOLUTION Reporting and Analysis Data Cleansi ng Data Models JULY 2, 2015 SLIDE 2 Master Data

More information

Creating Dashboards for Microsoft Project Server 2010

Creating Dashboards for Microsoft Project Server 2010 Creating Dashboards for Microsoft Project Server 2010 Authors: Blaise Novakovic, Jean-Francois LeSaux, Steven Haden, Microsoft Consulting Services Information in the document, including URL and other Internet

More information

WELCOME TO TECH IMMERSION

WELCOME TO TECH IMMERSION WELCOME TO TECH IMMERSION Track: Performance Point Services 2010 Presenter: Kathrine Lord Agenda o Microsoft Business Intelligence Offering o Overview of SharePoint Services o Dashboards, Scorecards, and

More information

Executive Summary WHO SHOULD READ THIS PAPER?

Executive Summary WHO SHOULD READ THIS PAPER? The Business Value of Business Intelligence in SharePoint 2010 Executive Summary SharePoint 2010 is The Business Collaboration Platform for the Enterprise & the Web that enables you to connect & empower

More information

Business Intelligence for Dynamics GP. Presented By: Rob Jackson, Business Intelligence Consultant Brent Keilin, GP Consultant

Business Intelligence for Dynamics GP. Presented By: Rob Jackson, Business Intelligence Consultant Brent Keilin, GP Consultant Business Intelligence for Dynamics GP Presented By: Rob Jackson, Business Intelligence Consultant Brent Keilin, GP Consultant Agenda Business Intelligence Concepts Business Intelligence for GP: Reporting

More information

BI & DASHBOARDS WITH SHAREPOINT 2007

BI & DASHBOARDS WITH SHAREPOINT 2007 BI & DASHBOARDS WITH SHAREPOINT 2007 Leveraging SharePoint to Deliver Business Intelligence Solutions Rob Kerr, Principal Consultant BlueGranite rkerr@blue-granite.com http://blog.robkerr.com About BlueGranite

More information

Course 50561A: Visualizing SharePoint Business Intelligence with No Code

Course 50561A: Visualizing SharePoint Business Intelligence with No Code 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course 50561A: Visualizing SharePoint Business Intelligence

More information

Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS

Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS Webinar Topics Intro to BI Tools What is SharePoint? What is Business Intelligence? Evolution of Business Intelligence Common Challenges of BI

More information

Creating BI solutions with BISM Tabular. Written By: Dan Clark

Creating BI solutions with BISM Tabular. Written By: Dan Clark Creating BI solutions with BISM Tabular Written By: Dan Clark CONTENTS PAGE 3 INTRODUCTION PAGE 4 PAGE 5 PAGE 7 PAGE 8 PAGE 9 PAGE 9 PAGE 11 PAGE 12 PAGE 13 PAGE 14 PAGE 17 SSAS TABULAR MODE TABULAR MODELING

More information

55042: SharePoint 2013 Business Intelligence

55042: SharePoint 2013 Business Intelligence CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! 55042: SharePoint 2013 Business Intelligence Length: 3 Days Audience(s): IT Professionals,Developers

More information

Dashboard Overview. Bernd Schneider. Technical Solution Professional BI Microsoft Switzerland bernd.schneider@microsoft.com

Dashboard Overview. Bernd Schneider. Technical Solution Professional BI Microsoft Switzerland bernd.schneider@microsoft.com Dashboard Overview Bernd Schneider Technical Solution Professional BI Microsoft Switzerland bernd.schneider@microsoft.com Techdays Bern (8./9. April) http://www.techdays.ch + * Including Microsoft Office

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 20467A: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Length: 5 Days Published: December 21, 2012 Language(s): English Audience(s): IT Professionals Overview Level: 300

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Maximising value through business insight Business Intelligence White Paper October 2015 CONTENTS Reports were tedious. Earlier it would take days for manual collation. Now all this

More information

Data Analysis in SharePoint Pilot Report

Data Analysis in SharePoint Pilot Report Data Analysis in SharePoint Pilot Report 1 Aim The purpose of this experiment is to explore the data analysis features of SharePoint 2013 and how it can be used to visualize information in the university

More information

How To Choose A Microsoft Biz (Windows) For Business

How To Choose A Microsoft Biz (Windows) For Business Data Visualization Choices SQL Saturday #198, Vancouver, BC Paul Turley Mentor, SolidQ SQL Server MVP Presenter Introduction Mentor BI Solution Architect Microsoft certified consultant & trainer Author

More information

BI Architecture with SQL 2012 & SharePoint 2010

BI Architecture with SQL 2012 & SharePoint 2010 BI Architecture with SQL 2012 & SharePoint 2010 Rod Colledge, Principal BI Consultant, StrataDB Global Sponsors: About Rod Colledge Technical Director (Business Intelligence) at StrataDB Based in Brisbane,

More information

Business Intelligence in Excel 2013 Excel, PowerPivot and Power View. Stéphane Fréchette Friday April 26, 2013

Business Intelligence in Excel 2013 Excel, PowerPivot and Power View. Stéphane Fréchette Friday April 26, 2013 Business Intelligence in Excel 2013 Excel, PowerPivot and Power View Stéphane Fréchette Friday April 26, 2013 Who am I? My name is Stéphane Fréchette I m a Database & Business Intelligence Professional

More information

Business Intelligence & Product Analytics

Business Intelligence & Product Analytics 2010 International Conference Business Intelligence & Product Analytics Rob McAveney www. 300 Brickstone Square Suite 904 Andover, MA 01810 [978] 691 8900 www. Copyright 2010 Aras All Rights Reserved.

More information

Business Intelligence with Excel Excel new features for reporting and data analysis

Business Intelligence with Excel Excel new features for reporting and data analysis Business Intelligence with Excel Excel new features for reporting and data analysis Hi Dears, Greetings from EXCELGENIUSES!!! EXCELGENIUSES Invites you to attend Advanced Excel 2013 with Power BI INTEGRATION

More information

Customer Relationship Management (CRM)

Customer Relationship Management (CRM) Customer Relationship Management (CRM) Improve your sales, marketing, and customer service performance with an Integrated CRM System The Integrated Solution Model (ISM) Organizational Benefits of Customer

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV 2015 Microsoft Dynamics NAV Maximising value through business insight Business Intelligence White Paper December 2014 CONTENTS Reports were tedious. Earlier it would take days for

More information

Using Microsoft Business Intelligence Dashboards and Reports in the Federal Government

Using Microsoft Business Intelligence Dashboards and Reports in the Federal Government Using Microsoft Business Intelligence Dashboards and Reports in the Federal Government A White Paper on Leveraging Existing Investments in Microsoft Technology for Analytics and Reporting June 2013 Dev

More information

SQL Server 2005 Features Comparison

SQL Server 2005 Features Comparison Page 1 of 10 Quick Links Home Worldwide Search Microsoft.com for: Go : Home Product Information How to Buy Editions Learning Downloads Support Partners Technologies Solutions Community Previous Versions

More information

Data Visualization Choices

Data Visualization Choices Data Visualization Choices What, When, and How? Paul Turley Mentor, SolidQ SQL Server MVP April 10-12 Chicago, IL Please silence cell phones April 10-12 Chicago, IL Presenter Introduction Mentor BI Solution

More information

Indiana University. SharePoint Users Group. https://iuspug.iu.edu

Indiana University. SharePoint Users Group. https://iuspug.iu.edu March 27 th, 2012 Indiana University SharePoint Users Group https://iuspug.iu.edu Users Group Committee Leaders Andy Hill Brian Hughes Richard LeBeau Cory P. Retherford Founder Richard Shepherd Patrick

More information

SharePoint BI. Grace Ahn, Design Architect at AOS

SharePoint BI. Grace Ahn, Design Architect at AOS SharePoint BI Grace Ahn, Design Architect at AOS 1 SharePoint Saturday St. Louis 2015 Session Evaluations Schedule and evaluate each session you attend via our mobile app that can be used across devices

More information

How To Design A Webbased Dashboard

How To Design A Webbased Dashboard MS 50596A Dashboards for Monitoring, Analyzing and Managing Description: This course is designed to empower the students to effectively design webbased dashboards by utilizing the three main tools for

More information

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Description: This five-day instructor-led course teaches students how to design and implement a BI infrastructure. The

More information

Implementing Business Intelligence at Indiana University Using Microsoft BI Tools

Implementing Business Intelligence at Indiana University Using Microsoft BI Tools HEUG Alliance 2013 Implementing Business Intelligence at Indiana University Using Microsoft BI Tools Session 31537 Presenters: Richard Shepherd BI Initiative Co-Lead Cory Retherford Lead Business Intelligence

More information

Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs)

Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs) Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs) Product Technology Product Number Title License Management, License Management 55071 Course 55071 : Microsoft Software Asset

More information

Business Intelligence

Business Intelligence Microsoft Dynamics NAV 2009 Business Intelligence Driving insight for more confident results White Paper November 2008 www.microsoft.com/dynamics/nav Table of Contents Overview... 3 What Is Business Intelligence?...

More information

Business Intelligence

Business Intelligence Microsoft Dynamics NAV 2009 Business Intelligence Driving insight for more confident results White Paper November 2008 www.microsoft.com/dynamics/nav Table of Contents Overview... 3 What Is Business Intelligence?...

More information

DETAILED LOOK AT IFS BUSINESS INTELLIGENCE

DETAILED LOOK AT IFS BUSINESS INTELLIGENCE www.ifsworld.com DETAILED LOOK AT IFS BUSINESS INTELLIGENCE AMY EAGER SENIOR ADVISOR, TECHNOLOGY BILL NOBLE IMPLEMENTATION MANAGER PAWEL CEGLARZ SENIOR SOFTWARE ENGINEER With special guests: Andy Schmitt,

More information

MOC 55072 Visualizing Data with SharePoint 2013, Report Builder, PowerPivot & PowerView with NO CODE

MOC 55072 Visualizing Data with SharePoint 2013, Report Builder, PowerPivot & PowerView with NO CODE To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com MOC 55072 Visualizing Data with SharePoint 2013, Report Builder, PowerPivot & PowerView with NO

More information

SharePoint Operational Governance. al 1

SharePoint Operational Governance. al 1 SharePoint Operational Governance al 1 About the Speaker Dan Lewis Senior Consultant, Microsoft Corporation U.S. Enterprise Services Consulting for IT Operations MCITP, MCTS, MCAD, MOF Email: dan.lewis@microsoft.com

More information

Visualizing PI System Data with Dashboards and Reports

Visualizing PI System Data with Dashboards and Reports Visualizing PI System Data with Dashboards and Reports Presented by Brandon Perry OSIsoft Experience COLLECT HISTORIZE FIND ANALYZE DELIVER VISUALIZE What s New with Visualization in PI System 2010? Excel

More information

What s new in Excel 2013

What s new in Excel 2013 Work Smart by Microsoft IT What s new in Excel 2013 The first thing that you see when you open Microsoft Excel 2013 spreadsheet software is a new look. It s cleaner, but it s also designed to help you

More information

Priyo Lahiri Partner Technical Consultant plahiri@microsoft.com Microsoft Corporation

Priyo Lahiri Partner Technical Consultant plahiri@microsoft.com Microsoft Corporation Priyo Lahiri Partner Technical Consultant plahiri@microsoft.com Microsoft Corporation Introduction to Business Intelligence Trends in BI BI (Insights) in SharePoint 2010 Demo Business Insights in Microsoft

More information

How Microsoft IT India s Test Organization Enabled Efficient Business Intelligence

How Microsoft IT India s Test Organization Enabled Efficient Business Intelligence How Microsoft IT India s Test Organization Enabled Efficient Business Intelligence December 2013 The following content may no longer reflect Microsoft s current position or infrastructure. This content

More information

SharePoint 2011 as a Business Intelligence Platform for On-Premise and Cloud Data. Adis Jugo, Managing Consultant, PlanB. GmbH

SharePoint 2011 as a Business Intelligence Platform for On-Premise and Cloud Data. Adis Jugo, Managing Consultant, PlanB. GmbH SharePoint 2011 as a Business Intelligence Platform for On-Premise and Cloud Data Adis Jugo, Managing Consultant, PlanB. GmbH Agenda History of BI in SharePoint What is new with SharePoint 2010 How to

More information

ProClarity Analytics Family

ProClarity Analytics Family ProClarity Analytics Platform 6 Product Data Sheet Accelerated understanding The ProClarity Analytics family enables organizations to centrally manage, store and deploy best practices and key performance

More information

Our Raison d'être. Identify major choice decision points. Leverage Analytical Tools and Techniques to solve problems hindering these decision points

Our Raison d'être. Identify major choice decision points. Leverage Analytical Tools and Techniques to solve problems hindering these decision points Analytic 360 Our Raison d'être Identify major choice decision points Leverage Analytical Tools and Techniques to solve problems hindering these decision points Empowerment through Intelligence Our Suite

More information

Melissa Coates. Tools & Techniques for Implementing Corporate and Self-Service BI. Triad SQL BI User Group 6/25/2013. BI Architect, Intellinet

Melissa Coates. Tools & Techniques for Implementing Corporate and Self-Service BI. Triad SQL BI User Group 6/25/2013. BI Architect, Intellinet Tools & Techniques for Implementing Corporate and Self-Service BI Triad SQL BI User Group 6/25/2013 Melissa Coates BI Architect, Intellinet Blog: sqlchick.com Twitter: @sqlchick About Melissa Business

More information

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to design business intelligence solutions

More information

Enabling Business Intelligence for Everyone

Enabling Business Intelligence for Everyone Enabling Business Intelligence for Everyone WHITEPAPER PUBLISHED: OCTOBER 2009 For the latest information, please see https://www.microsoft.com/bi Contents Introduction... 3 The Business Intelligence challenge...

More information

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? www.ptr.co.uk Business Benefits From Microsoft SQL Server Business Intelligence (September

More information

Better Business Analytics with Powerful Business Intelligence Tools

Better Business Analytics with Powerful Business Intelligence Tools Better Business Analytics with Powerful Business Intelligence Tools Business Intelligence Defined There are many interpretations of what BI (Business Intelligence) really is and the benefits that it can

More information

Business Intelligence Using SharePoint 2013 and Office365

Business Intelligence Using SharePoint 2013 and Office365 Business Intelligence Using SharePoint 2013 and Office365 Firdouz Hussain Shaik Trigent Software Introduction Many successful companies have been investing large sums of money in business intelligence

More information

BAP310. New Business Intelligence Features in SQL Server 2008

BAP310. New Business Intelligence Features in SQL Server 2008 BAP310 New Business Intelligence Features in SQL Server 2008 Business Intelligence challenges Business is changing rapidly Users must analyze more data BI applications are too difficult Microsoft Business

More information

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities April, 2013 gaddsoftware.com Table of content 1. Introduction... 3 2. Vendor briefings questions and answers... 3 2.1.

More information

INSIGHT NAV. White Paper

INSIGHT NAV. White Paper INSIGHT Microsoft DynamicsTM NAV Business Intelligence Driving business performance for companies with changing needs White Paper January 2008 www.microsoft.com/dynamics/nav/ Table of Contents 1. Introduction...

More information

How To Get An Advantage From Analytics

How To Get An Advantage From Analytics Business Analytics Gaining the Advantage Clients Collective Intelligence is one of 100 partners Nationally Surfacing Previously Siloed Data Allow Users Direct Access to Data Streamline Business Practices

More information

Maximizing Your Storage Investment with the EMC Storage Inventory Dashboard

Maximizing Your Storage Investment with the EMC Storage Inventory Dashboard Maximizing Your Storage Investment with the EMC Storage Inventory Dashboard Matt Roberts Application Development Practice Lead Copyright 2008 EMC Corporation. All rights reserved. Today s Agenda Complexity

More information

Accounting & Financial Modeling Liberal Arts Boot Camp Overview

Accounting & Financial Modeling Liberal Arts Boot Camp Overview fa Accounting & Financial Modeling Liberal Arts Boot Camp Overview 2-day intensive training program where liberal arts students learn financial accounting, financial modeling in Excel, and technical interview

More information

SQL SERVER TRAINING CURRICULUM

SQL SERVER TRAINING CURRICULUM SQL SERVER TRAINING CURRICULUM Complete SQL Server 2000/2005 for Developers Management and Administration Overview Creating databases and transaction logs Managing the file system Server and database configuration

More information