07 | Analyzing Big Data with Excel

Slides:



Advertisements
Similar presentations
1. Complete and integrated BI and Performance Management offering Complete and integrated BI and Performance Management offering Widespread delivery of.
Advertisements

Joe Homnick, MCITP: Business Intelligence Developer
The State of SharePoint BI
Arjun Krishnamoorthi  Power View enables self-service BI by providing simple to use ad-hoc reporting for business users and decision.
Senior Project Manager & Architect Love Your Data.
FAST FORWARD WITH MICROSOFT BIG DATA Vinoo Srinivas M Solutions Specialist Windows Azure (Hadoop, HPC, Media)
@georgeault. Analysis Services Reporting Services Integration Services Master Data Services SharePoint Collaboration Excel Workbooks Power Pivot.
Microsoft Excel Mania Brian Kovar and Stacy Kovar.
Transform + analyze Visualize + decide Capture + manage Dat a.
Integrating Access with the Web and with Other Programs.
Tutorial 11: Connecting to External Data
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Analytics Map Reduce Query Insight Hive Pig Hadoop SQL Map Reduce Business Intelligence Predictive Operational Interactive Visualization Exploratory.
Our Powers Combined: Query, Pivot, Map, and View A quick tour through the 4 pillars of Power BI February 11, 2014.
Virtual techdays INDIA │ November 2010 PowerPivot for Excel 2010 and SharePoint 2010 Joy Rathnayake │ MVP.
Introducing Reporting Services for SQL Server 2005.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Import Data From Text Files and Other Sources Importing is the process of inserting data.
Server Files Server RUNTIME Code.
Distributed Systems Fall 2014 Zubair Amjad. Outline Motivation What is Sqoop? How Sqoop works? Sqoop Architecture Import Export Sqoop Connectors Sqoop.
An Introduction to HDInsight June 27 th,
IBM Office Connect 3.0 James Edmiston Consultant Quest Information Systems, Inc Mike Terrell IT Specialist IBM Data.
Sofia Event Center ноември 2013 г. Маги Наумова/ Боряна Петрова.
Server & Tools Business
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Business Systems Analyst at MD Anderson Cancer Center Microsoft Office Specialist certified in SharePoint 2013 President of Houston SharePoint User Group.
Self-Service Business Intelligence with Power BI Theresa Eller | sharepointmadam.com | slideshare.net/SharePointMadam.
Share your Excel workbooks in the web Use slicer targets to optionally filter dashboard items Interact with your workbook with all of the rich.
Jeff Einig, CPA Technical Solutions Professional.
Power View Overview April 25, POWER VIEW Presentation ready visualizations for the masses.
Excel Services Displays all or parts of interactive Excel worksheets in the browser –Excel “publish” feature with optional parameters defined in worksheet.
Harnessing Big Data with Hadoop Dipti Sangani; Madhu Reddy DBI210.
MSBIC Hadoop Series Hadoop & Microsoft BI Bryan Smith
The power of Power Pivot Cristian Nicola DynamicsBIGuide.com.
Microsoft Power Query: an Excel Users Dream for Data Extraction and Cleansing Presented by: Belinda Allen Smith & Allen Consulting, Inc.
MAKING BUSINESS INTELLIGENT Brought to you by your local PASS Community! Self Service ETL with Power Query Welcome.
Apache Hadoop on Windows Azure Avkash Chauhan
Microsoft Power Query 101 Belinda Allen Smith & Allen Consulting, Inc.
Agenda Integration points between Excel and Power BI How can I decide between the two technologies Do I need to chose? Q&A.
Power Up Your Data Analysis with Power BI
Leveraging a Hadoop Cluster from SQL Server Integration Services
Data Platform and Analytics Foundational Training
Reporting and Analysis With Microsoft Office
Getting Started with Power Query
<Enter course name here>
Business Intelligence for Project Server/Online
Data Analysis with Power BI
TechEd /19/ :10 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
by George SQUILLACE “SQL” is in the name! April 2018
ITI 257 Data Analysis with Power BI
Server & Tools Business
Microsoft Excel PowerPivot & Power View
Power BI for large databases
Microsoft Office Access 2003
Microsoft Office Access 2003
Tutorial 7 – Integrating Access With the Web and With Other Programs
Donald Donais Minnesota SharePoint Users Group – April 2019
Extend Excel with Smartlist Designer
HDInsight & Power BI By Łukasz Gołębiewski.
Big-Data Analytics with Azure HDInsight
04 | Always On High Availability
02 | Getting Started with HDInsight
For Exchange Migrations
05 | Processing Big Data with Hive
Microsoft Excel PowerPivot ….light & Easy
03 | Windows Azure PowerShell
04 | Processing Big Data with Pig
06 | SQL Server and the Cloud
06 | Automating Big Data Processing
Presentation transcript:

07 | Analyzing Big Data with Excel Graeme Malcolm | Data Technology Specialist, Content Master Pete Harris | Learning Product Planner, Microsoft

Module Overview Microsoft Excel as a Data Analysis Tool The Hive ODBC Driver Importing Data from HDFS with Power Query Transferring Data to a Database with Sqoop

Why Excel? World’s most popular data analysis tool Built-in data modelling support and PowerPivot Supports a HUGE range of data sources for mash-up analysis Great data visualization tools Data bars and conditional formatting Charts PivotTables and PivotCharts Slicers and timelines Power View and Power Map Enterprise and cloud sharing capabilities with Power BI

Excel Data Models All Excel workbooks support a tabular data model PowerPivot enables complex self-service data modeling PowerPivot workbooks can be shared: SharePoint Server Office 365 Power BI

Power View Interactive data visualization Charts update dynamically as data is added or filters applied

Power Map Animated Tours of geographic data Show data changes over time

Importing Data from HDInsight Database HDFS Hive Power Query OLE DB / Power Query Excel ODBC Query Hive tables using ODBC Import data from HDFS with Power Query Export data from HDInsight to a relational database

Hive ODBC Driver Download and install the Hive ODBC Driver for HDInsight Create a data source name (DSN) for your HDInsight cluster Use the Data Connection Wizard in Excel to import data

Demo: Hive ODBC In this demonstration, you will see how to: Create an ODBC DSN for Hive Import a Hive table into a PowerPivot Data Model Visualize Data from Hive with Power View

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 Share queries with other Power BI users* * Requires a Microsoft Office 365 Power BI account

Using Power Query with HDInsight Windows Azure HDInsight source Browses Windows Azure Storage Cluster does not need to be active Typically used to access output files from Map/Reduce processing Further filtering and shaping can be performed in Power Query

Demo: Power Query In this demonstration, you will see how to: Import Data from HDInsight with Power Query Visualize Data from HDInsight with Power Map

What is Sqoop? Database integration service in Windows Azure HDInsight Open Source Hadoop technology Uses JDBC to connect to databases Initiate Sqoop jobs from: Hadoop command line PowerShell .NET SDK for Hadoop Actions in Oozie workflows

Demo: Exporting Data with Sqoop In this demonstration, you will see how to: Provision Windows Azure SQL Database Export Data with Sqoop Import Data from SQL Database into Excel

Module Summary Excel is a comprehensive tool for self-service data analysis Import data from Hive using the ODBC driver Import data from HDFS using Power Query Use Sqoop to transfer data from HDFS to a relational database