SQL SERVER SELF-SERVICE BI WITH MICROSOFT EXCEL

Size: px
Start display at page:

Download "SQL SERVER SELF-SERVICE BI WITH MICROSOFT EXCEL"

Transcription

1 SQL SERVER SELF-SERVICE BI WITH MICROSOFT EXCEL JULY 2, 2015 SLIDE 1

2 Data Sources OVERVIEW OF AN ENTERPRISE BI SOLUTION Reporting and Analysis Data Cleansi ng Data Models JULY 2, 2015 SLIDE 2 Master Data Managemen ETL Data Warehouse

3 LIMITATIONS OF IT-MANAGED ENTERPRISE BI Reporting and analysis are restricted to formally managed data sources New and enhanced reports take time due to IT resource constraints Common symptoms of a business that suffers because of these limitations include: The IT department is overburdened with requests for custom reports Business users manually create spreadmarts to support business decision making JULY 2, 2015 SLIDE 3

4 MICROSOFT OFFICE AND POWER BI FOR OFFICE 365 PowerPivot Power Query Power View Power Map JULY 2, 2015 SLIDE 4

5 WHAT IS POWERPIVOT FOR EXCEL? A tabular data modeling add-in for Excel Installed by default with Excel 2013 Professional Plus An Excel 2010 version is available, but not fully compatible Enables the creation of data models that are saved in the Excel workbook Extends native Excel data model functionality PowerPivot data models are compatible with tabular databases in SQL Server Analysis Services JULY 2, 2015 SLIDE 5

6 THE POWERPIVOT USER INTERFACE The PowerPivot ribbon Is added to Excel when the PowerPivot for Excel add-in is enabled Makes PowerPivot features available in Excel worksheets The PowerPivot window Provides a visual editing environment for data models Includes two views: Data View and Diagram View JULY 2, 2015 SLIDE 6

7 IMPORTING TABLES FROM A DATA SOURCE Create data source connections in the PowerPivot for Excel window Use a wide range of connection options including common third-party databases Automatically add related tables Filter out columns that are not required for analysis: Improves PowerPivot performance Simplifies user experience Provide table aliases for ease of use Refresh data as required JULY 2, 2015 SLIDE 7

8 RELATIONSHIPS PowerPivot automatically recognizes relationships based on foreign keys You can manually create relationships when they are not explicitly defined Multiple relationships can be created between two tables, but only one is active at any time JULY 2, 2015 SLIDE 8

9 HIERARCHIES Create hierarchies in a PowerPivot table by using Diagram View Use hierarchies in PivotTable tables to enable drillup/drill-down analysis In this demonstration, you will see how to: Create a hierarchy JULY 2, 2015 SLIDE 9

10 USING A POWERPIVOT DATA MODEL FOR ANALYSIS Create PivotTables and PivotCharts from the data model Refine the data model iteratively to meet analytical requirements JULY 2, 2015 SLIDE 10

11 USING DAX IN A POWERPIVOT DATA MODEL Introduction to DAX Calculated Columns and Measures Working with Related Tables Time Intelligence Key Performance Indicators Demonstration: Using DAX JULY 2, 2015 SLIDE 11

12 INTRODUCTION TO DAX JULY 2, 2015 SLIDE 12 DAX formulas start with the equal sign (=) followed by an expression Expressions can contain functions, operators, constants, and references to columns Column references: Fully qualified name: 'table name'[column name] Unqualified name: [column name] Measure names must be enclosed in brackets Table names that contain spaces must be enclosed in single quotation marks DAX uses eight data types

13 CALCULATED COLUMNS AND MEASURES Calculated columns: Named columns that are populated by using a DAX formula A value is calculated for each row in the table when the calculated column is created Measures: Named formulas that can contain sophisticated business logic Usually aggregating numerical values Defined in the Calculation Area of a table PowerPivot creates implicit measures for numeric columns using the SUM function JULY 2, 2015 SLIDE 13

14 WORKING WITH RELATED TABLES Look up a value in an unrelated table: LOOKUPVALUE('Date'[Fiscal Year], [Full Date], [Registration Date]) Look up a value in a related table: RELATED('Product Category'[Category Name]) Aggregate values in multiple rows in a related table: COUNTX(RELATEDTABLE('Product'), [ProductKey]) Use a nonactive relationship to aggregate data: CALCULATE(SUM(Reseller Sales[Sales Amount]), USERELATIONSHIP(Reseller Sales[ShipDateKey],Date[DateKey])) JULY 2, 2015 SLIDE 14

15 TIME INTELLIGENCE Compare data from one time period against equivalent data from a different time period The tabular model should include a separate table that contains only date information The date table should have a continuous range of dates without any gaps The column in the date table that uses the date data type should use day as the lowest level of granularity Mark the table as Date Table to use time intelligence functions against that table JULY 2, 2015 SLIDE 15

16 KEY PERFORMANCE INDICATORS Used to compare measures against target values Definition includes: Base value: The actual measure result Target value: The goal for the measure Status thresholds: Indicators to show how the base value compares to the target value JULY 2, 2015 SLIDE 16

17 INTRODUCTION TO POWER QUERY What Is Power Query? Power Query Data Sources Power Query Online Search Demonstration: Using Power Query Online Search JULY 2, 2015 SLIDE 17

18 WHAT IS POWER QUERY? An Excel add-in that enables users to: Find and import data from external sources Search public data Combine and shape data from multiple sources Filter, sort, and group data Add data to a workbook data model Save queries in a workbook for reuse JULY 2, 2015 SLIDE 18

19 POWER QUERY DATA SOURCES Online Search Web pages Files Databases Worksheet tables Other sources JULY 2, 2015 SLIDE 19

20 POWER QUERY ONLINE SEARCH Enables users to find public datasets from a range of sources When used with Power BI for Office 365, organizational datasets can be included Data from the resulting datasets can be imported directly to a worksheet, or filtered and shaped by using Power Query JULY 2, 2015 SLIDE 20

21 USING POWER QUERY TO IMPORT DATA The Query Editor Power Query Expressions Demonstration: Editing a Query Combining Multiple Queries Demonstration: Merging Queries Using Power Query Results Demonstration: Adding a Query to the Data Model JULY 2, 2015 SLIDE 21

22 THE QUERY EDITOR Visual interface for creating or editing queries Filter and shape data Remove and rename columns Sort data by a specified column Change data types and formats Split a row into columns based on a delimiter Remove rows that contain duplicate values or errors Group rows and aggregate data values Flatten parent/child relationships JULY 2, 2015 SLIDE 22

23 POWER QUERY EXPRESSIONS Query Editor generates formulas =Table.SelectColumns(Products, {"ProductKey", "ProductName", "Price"}) Power Query translates formulas to native queries You must enable advanced query editing to create explicit expressions In this demonstration, you will see how to: Edit a query JULY 2, 2015 SLIDE 23

24 COMBINING MULTIPLE QUERIES JULY 2, 2015 SLIDE 24 Merge queries Combine two source queries by matching a common column Append queries Combine two source queries by adding the rows returned by one to the rows returned by the other Privacy levels and the Fast Combine option Each data source has a privacy level to protect data Public Organizational Private The Fast Combine option disables privacy-level checking

25 USING POWER QUERY RESULTS Save the query without importing data Load the data into a worksheet Import the data into the workbook data model JULY 2, 2015 SLIDE 25

26 INTRODUCTION TO POWER VIEW What Is Power View? Power View Visualizations Filtering and Sorting Data in Visualizations Demonstration: Using Power View JULY 2, 2015 SLIDE 26

27 WHAT IS POWER VIEW? An add-in for Excel that enables Power View visualizations based on: A table in a worksheet A workbook data model Power View reports are saved in the workbook JULY 2, 2015 SLIDE 27

28 POWER VIEW VISUALIZATIONS Tabular (Table and Matrix) Charts (Bar, Column, Line, Pie, and Scatter) Card Tiles Map JULY 2, 2015 SLIDE 28

29 FILTERING AND SORTING DATA IN VISUALIZATIONS Use filters to restrict data Visualization-level Report-level Use slicers to enable interactive filtering Use automatic highlighting to show selected values Sort tables, matrices, and charts JULY 2, 2015 SLIDE 29

30 MULTIPLES AND TILES Multiples Create vertical or horizontal repetitions of identically formatted charts based on a categorization field For example, a bar chart showing sales by product category could be shown for each month Tiles Create a tabbed container in which users can interactively select a category to filter the visualization For example, a column chart showing sales could be tiled by sales territory JULY 2, 2015 SLIDE 30

31 COMPARING DATA OVER TIME Use scatter and bubble charts to show comparative values Add a play axis to animate the data over time JULY 2, 2015 SLIDE 31

32 POWER VIEW CONSIDERATIONS FOR DATA MODELS JULY 2, 2015 SLIDE 32 Implement custom summary values by using the Summarize By property Sort columns correctly by using the Sort by Column property Use the tabular data model reporting properties to define: Default Label Default Image Image URL Default Field Set Row Identifier Keep Unique Rows Data Category

33 INTRODUCTION TO POWER MAP What Is Power Map? Tours, Scenes, and Layers in Power Map Geographic Data Fields Data Aggregation Visualizations JULY 2, 2015 SLIDE 33

34 WHAT IS POWER MAP? An Office 365 Excel add-in that enables animated geographical data visualizations Source data must be a table or data model in the workbook Map imagery is obtained from Bing Maps JULY 2, 2015 SLIDE 34

35 TOURS, SCENES, AND LAYERS IN POWER MAP A workbook can contain zero or more tours A tour can contain one or more scenes A scene can contain one or more layers Each layer shows data visualizations on a map JULY 2, 2015 SLIDE 35

36 GEOGRAPHIC DATA FIELDS Each layer must include at least one geographic field Power Map matches field values to locations on a map Specifying multiple geographic fields increases the accuracy of the matches JULY 2, 2015 SLIDE 36

37 DATA AGGREGATION VISUALIZATIONS Aggregation function determines the value displayed Sum Average Count (Not Blank) Count (Distinct) Maximum Minimum No Aggregation An additional field can be used to categorize the data The visualization type determines how data is shown Column, Bubble, HeatMap, Region JULY 2, 2015 SLIDE 37

38 SHARING POWERPIVOT WORKBOOKS IN SHAREPOINT SERVER What Is PowerPivot for SharePoint Server? Sharing PowerPivot for Excel Workbooks The PowerPivot Gallery App Demonstration: Sharing a PowerPivot for Excel Workbook JULY 2, 2015 SLIDE 38

39 WHAT IS POWERPIVOT FOR SHAREPOINT SERVER? A portal for sharing and collaboration A gallery to browse and access workbooks and reports Server-side processing enables users to open workbooks in a browser Central management and security for workbooks JULY 2, 2015 SLIDE 39

40 SHARING POWERPIVOT FOR EXCEL WORKBOOKS Upload PowerPivot for Excel workbooks to SharePoint Server View workbooks in Excel Online in the browser Open them in Excel for further analysis JULY 2, 2015 SLIDE 40

41 CONSIDERATIONS FOR INTERACTIVE DATA REFRESH Users can interactively refresh data in PowerPivot workbooks Excel Services uses the PowerPivot SQL Server Analysis Services service to process the data model Data is refreshed for the current session only The Analysis Services service account requires: The Act as part of the operating system privilege Permission to delegate the user credentials for the data source if it is on a remote server JULY 2, 2015 SLIDE 41

42 CONSIDERATIONS FOR SCHEDULED DATA REFRESH Configure a schedule for unattended refresh Specify the earliest start time to minimize business disruption Specify data source credentials Specific Windows credentials Data refresh account Credentials stored in the SharePoint Secure Store Service JULY 2, 2015 SLIDE 42

43 MONITORING POWERPIVOT IN SHAREPOINT The PowerPivot Management Dashboard in SharePoint Central Administration provides details of: PowerPivot instance health Report activity Data refresh Quality of service In this demonstration, you will see how to: View the PowerPivot Management Dashboard JULY 2, 2015 SLIDE 43

44 THANK YOU Follow us on: Selected presentations are available on: JULY 2, 2015 SLIDE 44

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

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

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

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

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

How To Write Powerpivot For Excel

How To Write Powerpivot For Excel PowerPivot for Business Intelligence Using Excel and SharePoint Barry Ralston Apress* About the Author About the Technical Reviewer xi xii Acknowledgments Chapter 1: Getting Started with PowerPivot for

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 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

PBI365: Data Analytics and Reporting with Power BI

PBI365: Data Analytics and Reporting with Power BI POWER BI FOR BUSINESS ANALYSTS AND POWER USERS 3 DAYS PBI365: Data Analytics and Reporting with Power BI AUDIENCE FORMAT COURSE DESCRIPTION Business Analysts, Statisticians and Data Scientists Instructor-led

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 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 Excel 2010 Pivot Tables

Microsoft Excel 2010 Pivot Tables Microsoft Excel 2010 Pivot Tables Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Pivot Tables 1.5 hours Topics include data groupings, pivot tables, pivot

More information

Maximizing the Data Exploration Capabilities of Power View. Melissa Coates. SQL Saturday Kalamazoo 11/2/2013. BI Architect, BlueGranite

Maximizing the Data Exploration Capabilities of Power View. Melissa Coates. SQL Saturday Kalamazoo 11/2/2013. BI Architect, BlueGranite Maximizing the Data Exploration Capabilities of Power View SQL Saturday Kalamazoo 11/2/2013 Melissa Coates BI Architect, BlueGranite Blog: sqlchick.com Twitter: @sqlchick Melissa Coates Business Intelligence

More information

How To Extend An Enterprise Bio Solution

How To Extend An Enterprise Bio Solution Course 20467C: Designing Self-Service Business Intelligence and Big Data Solutions Module 1: Introduction to Self-Service Business Intelligence This module introduces self-service BI. Extending Enterprise

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

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

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

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

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

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

PowerPivot Microsoft s Answer to Self-Service Reporting

PowerPivot Microsoft s Answer to Self-Service Reporting PowerPivot Microsoft s Answer to Self-Service Reporting Microsoft s Latest Foray in the Business Intelligence Arena COLLABORATIVE WHITEPAPER SERIES In the last quarter of 2010, Microsoft first introduced

More information

Indiana University Business Intelligence Getting Started: PowerPivot bi.iu.edu

Indiana University Business Intelligence Getting Started: PowerPivot bi.iu.edu Indiana University Business Intelligence Getting Started: PowerPivot PowerPivot What Is It? PowerPivot for Excel is a data analysis tool that delivers unmatched computational power directly within the

More information

Course MS20467C Designing Self-Service Business Intelligence and Big Data Solutions

Course MS20467C Designing Self-Service Business Intelligence and Big Data Solutions 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 MS20467C Designing Self-Service Business Intelligence

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

Visualization with Excel Tools and Microsoft Azure

Visualization with Excel Tools and Microsoft Azure Visualization with Excel Tools and Microsoft Azure Introduction Power Query and Power Map are add-ins that are available as free downloads from Microsoft to enhance the data access and data visualization

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

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

Designing Self-Service Business Intelligence and Big Data Solutions

Designing Self-Service Business Intelligence and Big Data Solutions This five-day instructor-led course teaches students how to implement self-service Business Intelligence (BI) and Big Data analysis solutions using the Microsoft data platform. The course discusses the

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

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

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

Course 20467: Designing Self-Service Business Intelligence and Big Data Solutions

Course 20467: Designing Self-Service Business Intelligence and Big Data Solutions Course 20467: Designing Self-Service Business Intelligence and Big Data Solutions Type:Course Audience(s):IT Professionals Technology:Microsoft SQL Server Level:300 This Revision:C Delivery method: Instructor-led

More information

self-service business intelligence synergies with microsoft powerpivot

self-service business intelligence synergies with microsoft powerpivot self-service business intelligence synergies with microsoft powerpivot AUTHOR Derek Comingore PUBLISHED August 2010 Contents Introduction... 2 Tableau Software Overview... 3 Microsoft PowerPivot Overview...

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

Excel 2007. OLAP@Work Excel 97 Add-In. Excel 2010 PowerPivot. Excel Add-In Pivot Table Services Office Web Components

Excel 2007. OLAP@Work Excel 97 Add-In. Excel 2010 PowerPivot. Excel Add-In Pivot Table Services Office Web Components Excel Excel OLAP features and limitations Pivot tables, charts, named sets, cube formulas, online/offline cubes and so much more Best of combined PowerPivot with Analysis Services cubes Demo: Excel with

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

VISUALIZING DATA POWER VIEW. with MICROSOFT. Brian Larson. Mark Davis Dan English Paui Purington. Mc Grauu. Sydney Toronto

VISUALIZING DATA POWER VIEW. with MICROSOFT. Brian Larson. Mark Davis Dan English Paui Purington. Mc Grauu. Sydney Toronto VISUALIZING DATA with MICROSOFT POWER VIEW Brian Larson Mark Davis Dan English Paui Purington Mc Grauu New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore

More information

Course 40009A: Updating your Business Intelligence Skills to Microsoft SQL Server 2012

Course 40009A: Updating your Business Intelligence Skills to Microsoft SQL Server 2012 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 40009A: Updating your Business Intelligence Skills

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

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

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

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

Create an Excel BI report and share on SharePoint 2013

Create an Excel BI report and share on SharePoint 2013 2013 Create an Excel BI report and share on SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web

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

MICROSOFT EXCEL 2010 ANALYZE DATA

MICROSOFT EXCEL 2010 ANALYZE DATA MICROSOFT EXCEL 2010 ANALYZE DATA Microsoft Excel 2010 Essential Analyze data Last Edited: 2012-07-09 1 Basic analyze data... 4 Use diagram to audit formulas... 4 Use Error Checking feature... 4 Use Evaluate

More information

Microsoft Office Word 2010: Level 1

Microsoft Office Word 2010: Level 1 Microsoft Office Word 2010: Level 1 Workshop Objectives: In this workshop, you will learn fundamental Word 2010 skills. You will start by getting acquainted with the Word user interface, creating a new

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

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

About PivotTable reports

About PivotTable reports Page 1 of 8 Excel Home > PivotTable reports and PivotChart reports > Basics Overview of PivotTable and PivotChart reports Show All Use a PivotTable report to summarize, analyze, explore, and present summary

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

for Excel and SharePoint

for Excel and SharePoint for Excel and SharePoint Sivakumar Harinath Ron Pihlgren Denny Guang-Yeu Lee WILEY Wiley Publishing, Inc. INTRODUCTION xxi fbppvstlki^kt'y^^mfscst"'- " : '. CHAPTER 1: SELF-SERVICE BUSINESS INTELLIGENCE

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

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

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

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

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Release Document Version: 1.4-2013-05-30 User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Table of Contents 1 About this guide....6 1.1 Who should read this guide?....6 1.2 User profiles....6

More information

The Webcast will begin at 1:00pm EST. www.gig-werks.com

The Webcast will begin at 1:00pm EST. www.gig-werks.com Power Business Intelligence for SharePoint Online and Office 365 The Webcast will begin at 1:00pm EST Today s Presentation: Introduction & About Gig Werks Gig Werks Experience with SharePoint & Business

More information

Sage 300 ERP Intelligence Reporting Getting Started Guide. Debra Holder March 2014

Sage 300 ERP Intelligence Reporting Getting Started Guide. Debra Holder March 2014 Sage 300 ERP Intelligence Reporting Getting Started Guide Debra Holder March 2014 Table of Contents Introduction... 1 Who Should Read This Guide... 1 About Sage Intelligence Reporting... 1 Benefits of

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

Implementing Data Models and Reports with Microsoft SQL Server 2012

Implementing Data Models and Reports with Microsoft SQL Server 2012 Course 10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012 Course Det ails Co urse Outline M o d ule 1: Intr o d uctio n to Business Intellig ence and Data M o d eling This module

More information

uncommon thinking ORACLE BUSINESS INTELLIGENCE ENTERPRISE EDITION ONSITE TRAINING OUTLINES

uncommon thinking ORACLE BUSINESS INTELLIGENCE ENTERPRISE EDITION ONSITE TRAINING OUTLINES OBIEE 11G: CREATE ANALYSIS AND DASHBOARDS: 11.1.1.7 DURATION: 4 DAYS Course Description: This course provides step-by-step instructions for creating analyses and dashboards, which compose business intelligence

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

Big Data Analytics with PowerPivot and Power View

Big Data Analytics with PowerPivot and Power View Big Data Analytics with PowerPivot and Power View Peter Myers Global Sponsors: Presenter Introduction Peter Myers BI Expert BBus,MCSE, MCT, SQL Server MVP 15 years of experience designing, developing and

More information

MS_40009 Updating your Business Intelligence Skills to Microsoft SQL Server 2012

MS_40009 Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Updating your Business Intelligence Skills to Microsoft SQL Server 2012 www.ked.com.mx Av. Revolución No. 374 Col. San Pedro de los Pinos, C.P. 03800, México, D.F. Tel/Fax: 52785560 About this Course This

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Designing Business Intelligence Solutions with Microsoft SQL Server 2012

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

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

SAP BUSINESS OBJECT ANALYSIS FOR EXCEL DEVELOPER GUIDE

SAP BUSINESS OBJECT ANALYSIS FOR EXCEL DEVELOPER GUIDE STEP 1: Log on to Business Object Analysis for Excel. Path: Start All Programs SAP Business Intelligence Analysis for Microsoft Excel Click Microsoft Excel will appear Figure 1 STEP 2: Choose Microsoft

More information

<no narration for this slide>

<no narration for this slide> 1 2 The standard narration text is : After completing this lesson, you will be able to: < > SAP Visual Intelligence is our latest innovation

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

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

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services Zero-footprint OLAP OLAP Web Client Web Client Solution Solution for Microsoft for Microsoft SQL Server Analysis Services ReportPortal Web Reporting for Microsoft SQL Server Analysis Services See what

More information

Updating Your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2

Updating Your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2 Course 10337A: Updating Your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2 OVERVIEW About this Course This 3 day ILT course focuses on the new features SQL Server 2008 R2 for BI specialists

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

PowerPivot for Advanced Reporting and Dashboards

PowerPivot for Advanced Reporting and Dashboards PowerPivot for Advanced Reporting and Dashboards Robert Bosco J Chapter No. 1 "Principles and Installing PowerPivot" In this package, you will find: A Biography of the author of the book A preview chapter

More information

Updating Your SQL Server Skills to Microsoft SQL Server 2014

Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course Details Course Outline Module 1: Introduction to SQL Server 2014 This module introduces key features of SQL Server 2014.

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

Out of the Box Business Intelligence and Reporting in SharePoint 2013

Out of the Box Business Intelligence and Reporting in SharePoint 2013 Out of the Box Business Intelligence and Reporting in SharePoint 2013 Today s Presentation Will Cover: About Gig Werks SharePoint 2013 Overview Demonstration & Discussion Excel Services Power View PowerPivot

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

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

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

Analyze This! Get Better Insight with Power BI for Office 365

Analyze This! Get Better Insight with Power BI for Office 365 11:15 12:15 Analyze This! Get Better Insight with Power BI for Office 365 Jeff Fenn, BI & Development Practice Manager FMT Consultants Agenda Agile BI Self-Service BI in Excel Power BI for Office 365 Infrastructure

More information

MS-10337 - Updating your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2

MS-10337 - Updating your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2 MS-10337 - Updating your Microsoft SQL Server 2008 BI Skills to SQL Server 2008 R2 Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student

More information

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole Paper BB-01 Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole ABSTRACT Stephen Overton, Overton Technologies, LLC, Raleigh, NC Business information can be consumed many

More information

Updating Your SQL Server Skills to Microsoft SQL Server 2014

Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course 10977B: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Page 1 of 8 Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course 10977B: 4 days; Instructor-Led Introduction This

More information

Managing the PowerPivot for SharePoint Environment

Managing the PowerPivot for SharePoint Environment Managing the PowerPivot for SharePoint Environment Melissa Coates Blog: sqlchick.com Twitter: @sqlchick SharePoint Saturday 3/16/2013 About Melissa Business Intelligence & Data Warehousing Developer Architect

More information

Overview What is a PivotTable? Benefits

Overview What is a PivotTable? Benefits Overview What is a PivotTable? Benefits Create a PivotTable Select Row & Column labels & Values Filtering & Sorting Calculations Data Details Refresh Data Design options Create a PivotChart Slicers Charts

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Workshop Power BI for Microsoft Dynamics NAV Julian Wissel Hans Fousert Provided by navida informationssysteme, Germany and Mprise, The Netherlands P a g e 1 Exercise 01 Customer Item Statistics What you

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

Microsoft' Excel & Access Integration

Microsoft' Excel & Access Integration Microsoft' Excel & Access Integration with Office 2007 Michael Alexander and Geoffrey Clark J1807 ; pwiueyb Wiley Publishing, Inc. Contents About the Authors Acknowledgments Introduction Part I: Basic

More information

Faster Insights from Any Data Technical White Paper

Faster Insights from Any Data Technical White Paper Faster Insights from Any Data Technical White Paper Published: September 2013 (updated) Applies to: SQL Server 2014 and SQL Server 2012 Summary: Even the modern business intelligence (BI) platform must

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

SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis

SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis SAS Add-In 2.1 for Microsoft Office: Getting Started with Data Analysis The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS Add-In 2.1 for Microsoft Office: Getting

More information

Create a PivotTable or PivotChart report

Create a PivotTable or PivotChart report Page 1 of 5 Excel Home > PivotTable reports and PivotChart reports > Basics Create or delete a PivotTable or PivotChart report Show All To analyze numerical data in depth and to answer unanticipated questions

More information

Create Custom Reporting Using Excel and System Center Service Manager 2012 OLAB Cubes.

Create Custom Reporting Using Excel and System Center Service Manager 2012 OLAB Cubes. 2013 Create Custom Reporting Using Excel and System Center Service Manager 2012 OLAB Cubes. IBRAHIM HAMDY NILE.COM www.nilecom.com.eg Using Excel to create SCSM Reports In this guide we will see how to

More information

Kyubit Business Intelligence OLAP analysis - User Manual

Kyubit Business Intelligence OLAP analysis - User Manual Using OLAP analysis features of Kyubit Business Intelligence www.kyubit.com Kyubit Business Intelligence OLAP analysis - User Manual Using OLAP analysis features of Kyubit Business Intelligence 2016, All

More information