SlideShare a Scribd company logo
1 of 45
Microsoft Power BI for O365
2 
Next hour.. 
oPower BI for O365 
oData Discovery 
oData Analysis 
oData Visualization & Power Maps 
oNatural Language Search (Q&A) 
oPower BI Site 
oData Management 
oSelf Service in Power BI
Microsoft Power BI for Office 365Self-service BI with the familiarity of Office and the power of the cloud1 in 4 enterprise customers on Office 365One billion Office users 
Analyze 
Visualize 
Share 
Find 
Q&A 
Mobile 
Discover 
Scalable | Manageable | Trusted 
Power BI is a hybrid solution which is partially implemented on-premises and partially in the cloud via Office 365.
Key Components of Power BI –On Premise 
4 
Power Pivot 
Search organizational and Public (Cloud) data 
Import, merge, shape and cleanse Data 
Manage Shared Queries and Certify Queries 
Power View 
Discover 
Power Query 
Map 
Power Map 
Analyze 
Visualize 
Create in-memory data model 
Create hierarchies and KPI’s 
Create derived fields and calculations 
Analyze, visualize and display data 
Interactive data visualization tool 
Delivers intuitive ad- hoc reporting for business users 
Create maps and tours of data 
Enables story telling using 3-D data 
Uses “Bing Map Service” 
Free Excel 2013 Plug-ins | Office Pro Plus | Office Professional Plus
Key Components of Power BI –O365 Cloud 
5 
Q & A 
View, Analyze and explore data & reports 
Share Workbooks and Collaborate 
Quick Edits in EWA or open in Excel 
Data Catalog 
Power BI Site 
Data Management Gateway 
Bing like Search across Power BI Workbooks 
Natural Language Queries 
System generated data visualization 
Metadata for facilitated search functionality 
Manage Shared Queries and Certify Queries 
Users can easily discover and reuse queries 
Data Refresh to On- Premsources 
Schedule periodic data refreshes 
Expose tables and views as OdataFeed to external consumers 
Cloud Service | Subscription Based | Collaborative Self Service BI 
Q&A
Additional Functionalities in O365 Cloud 6 
Use the Power BI Site to share workbooks with coworkers 
Perform Q&A searches on the workbooks 
Schedule automatic data refresh 
Utilize shared Power Queries (Enterprise Data Search) 
Utilize certified Power Queries (Data Stewardship) 
Open up corporate data sources via an OData feed (Enterprise Data Search) 
Mobile BI App
Power BI Workflow 
7 
Excel Data Model / 
Power Pivot 
Data Storage 
Reports 
Excel Workbook 
Publish 
Workbook 
Power BI Admin Center 
Power BI App 
Text 
Database 
Web file 
O365 (Cloud) 
Data Refresh for On PremSources 
Corporate Data Refresh
8 
Self Service BI using Power BI
Data Discovery
Powerful self-service BI with Excel 2013
Why Power Query ? 
Enable self-service data discovery, query, transformation and mashup experiences 
Discovery and connectivity to a wide range of data sources, spanning volume as well as variety of data. 
Highly interactive and intuitive experience for rapidly and iteratively building queries over any data source, any size. 
Consistencyof experience, and parity of query capabilities over all data sources. 
Joinsacross different data sources; ability to create custom views over data that can then be shared with team/department.
Data Shaping and Manipulation 
•Configure Data Types 
•Rename and remove columns 
•Insert Custom Columns 
•Split Columns (i.e. convert delimited text to columns) 
•Sort, Group, merge columns 
•Un-pivot Columns 
•Filter Data 
•Replace Value 
•Keep top ‘N’ rows or specific range of rows 
•Remove Duplicates 
Search data, many sources, many transformations, Extensible by code (M language) 
Share to Power BI by data catalog
Data sources 
Windows Azure Marketplace 
Windows Active Directory 
Azure SQL Database 
Azure HDInsight
Key Featured Highlights in Power Query 
14 
Repeatable Steps 
Shared Queries 
oSee the state of the data before and after each step was applied 
oRepeatable steps are repeatable for the same set of data 
oSharing of Queries with other users in the organization 
oSearch for "Organization" data to discover a shared Power Query
Data Analysis
Powerful self-service BI with Excel 2013
Introducing PowerPivot 
•PowerPivot empowers business users to create self- service BI data models in Excel 
‐Achieved with a client-side version of SQL Server Analysis Services, known as the In-Memory Analytics Engine 
‐Columnar Storage: Can efficiently store data volumes far greater than what Excel worksheets can achieve 
‐Data is highly compressed and stored 
‐Queries are very fast 
•Can import and relate data from corporate, local, and ad hoc data stores 
•In Excel 2013 Professional Plus edition, PowerPivot is installed, but not enabled
Power Query v/s Power Pivot 
18
DataSources 
Power Query 
Power Pivot 
Access 
X 
X 
Active Directory 
X 
Analysis Services 
X 
Date Feed 
X 
X 
Excel 
X 
X 
Facebook 
X 
File Folder 
X 
Hadoop File 
X 
OdataFeed 
X 
X 
Relational Databases 
X 
X 
SharePoint List 
X 
SQL Azure DB 
X 
X 
SQL Server 
X 
X 
Text File 
X 
X 
Web 
X 
Windows Azure HD Insight 
X 
Windows Azure Marketplace 
X 
X 
XML 
X 
Power Query v/s Power Pivot –Data Sources
What is DAX ? 
20 
DAX (Data Analysis Expression) is a new calculation for Power Pivot 
It is a multi dimensional calculation language intended to: 
Make it easy to perform common calculations 
Make it easy for excel power users, hence Excel based syntax 
DAX expressions are designed to be limited as single line of code 
Need to understand the data logic built in power pivot data models 
Likely to be extended in the future versions of SSAS
Types of Calculations in Power Pivot 
21 
Calculated Columns 
CalculatedFields (Measures) 
New Calculationin table which performs calculations on a “row by row” basis (row context) 
Example: = ‘Employee’[Fname] & “ “ & ‘Employee’[Lname] 
New measure in a table which calculatesan aggregated numeric value (not on "rowby row” basis –filter context) 
Example: =TOTALMTD ([SalesUnits], ‘Date’[Datekey]) 
Created in Power Pivot Modelson the columns 
Created in Power PivotModel in the “Calculation area” or in the Power Pivot ribbon menu in excel window 
Two type of Calculated Fields 
a)Explicit : Defined by the data modeler using DAX 
b) Implicit: Uses the “Summarize by” behavior specified in the data model 
An Explicit Field canbe further used to define a KPI in the data model
Data Visualization
Powerful self-service BI with Excel 2013
Introducing Power View 
•Power View is an interactive data exploration, visualization, and presentation experience 
‐Highly visual design experience 
‐Rich meta-driven interactivity 
‐Presentation-ready at all times 
•It delivers intuitive ad-hoc reporting for business users 
•Reports can be based on tabular data models, including PowerPivot data models 
•It is now also available in Excel 2013, and with new features:
Bar and column charts are good for showing measurable values in a quick an direct way 
Pie Chart 
Pie charts are preferable when the user would like to see the percentage of a measurable value in different categories 
Line Chart 
Line charts are good for showing how a value changed over time 
Play Axis (scatter chart) 
Play axis charts are good when you are trying to show the relationship between two measurable values( e.g. profit and cost) ,that may or may not be linearly related, over time. 
Maps 
Maps are preferable for showing measurable values at specific locations. 
Chart Types and Usage
26 
Interactive Display
27 
Additional Navigation
Power Map
Powerful self-service BI with Excel 2013
Power Map for Microsoft Excel enables information workers to discover and share new insights from geographicaland temporal data through three-dimensional storytelling. 
What is Power Map?
Map Data 
•Data in Excel 
•Geo-code 
•3-D visuals 
DiscoverInsights 
•Play over time 
•Annotate points 
•Capture scenes 
Share Stories 
•Cinematic effects 
•Interactive tours 
•Share workbook 
Power Map: Steps to 3-D insights
Power BI Site
Collaborate and stay connected with Office 365 
Q&A
Natural Language Search (Q&A)
Collaborate and stay connected with Office 365 
Q&A
Mobile BI
Collaborate and stay connected with Office 365 
Q&A
Data Management
Extend with hybrid cloud solutions
Extend with hybrid cloud solutions
Extend with hybrid cloud solutions
Self Service in Power BI
Features 
Power BI (Self Service on Cloud) 
On Premise (Self Services) 
On Premise (Enterprise) 
In memory 
Yes 
Yes 
Yes 
Data size 
250MB 
Configurable up to SharePoint limit (2gb) 
Unlimited (or limited by RAM) 
Data Refresh 
Yes, using Gateway 
Yes, Power Pivot Gallery 
Yes 
Direct access to on premise data 
No 
Yes 
Yes 
Refresh from Power Query 
Yes 
No 
No 
Render Power Map in browser 
No 
No 
No 
Power View HTML5 support (+iPad support) 
Yes 
No 
No 
Render Power View Excel Sheets 
Yes 
Yes (SP 2013), No (SP 2010) 
Yes (SP 2013), No (SP 2010) 
Create Power View reports 
No (Not yet) 
Yes 
Yes 
Support for Power View in Power Point 
No (Not yet) 
Yes 
Yes 
Natural Language query support 
Yes 
No 
No 
Synonyms 
Yes 
No 
No 
Windows Authentication (corporate domain) 
Yes (DirSync) 
Yes 
Yes 
Self Service BI –On Premise v/s Cloud
Power BI –A Powerful Self Service Tool 
44 
End Users 
oEnd-usershavelongwantedtheabilitytoeasilyaccessandanalyzedata 
oQ&A’snaturallanguagequeryandintelligentvisualizationenginewilldomoretoencourageeveryemployeetouseinformationasabasisfordecisions 
BI Analysts 
oPower Pivot gave power users the ability to build efficient data models over large data volumes, but that information needed to “fit” into clean data models 
oPower Query’s data transformation and flexibility further empower analysts to build their own end-to-end solutions quickly 
. 
IT & Data Stewards 
oThe data catalog underlying Power BI is exciting because it promotes self-service and governance simultaneously
Thank You 
Microsoft Confidential 
45 
Connect with us! 
•www.netwoven.com 
•www.netwovenblogs.com 
•Email info@netwoven.comfor more information

More Related Content

What's hot

What is Power BI
What is Power BIWhat is Power BI
What is Power BIDries Vyvey
 
Power BI : A Detailed Discussion
Power BI : A Detailed DiscussionPower BI : A Detailed Discussion
Power BI : A Detailed DiscussionSwatiTripathi44
 
Introduction to Power BI to make smart decisions
Introduction to Power BI to make smart decisionsIntroduction to Power BI to make smart decisions
Introduction to Power BI to make smart decisionsVIVEK GURURANI
 
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...Big IT Trainings
 
Power bi introduction
Power bi introductionPower bi introduction
Power bi introductionBishwadeb Dey
 
Microsoft power bi
Microsoft power biMicrosoft power bi
Microsoft power bitechpro360
 
Building a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BIBuilding a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BINR Computer Learning Center
 
Power BI Tutorial For Beginners | Power BI Tutorial | Power BI Demo | Power B...
Power BI Tutorial For Beginners | Power BI Tutorial | Power BI Demo | Power B...Power BI Tutorial For Beginners | Power BI Tutorial | Power BI Demo | Power B...
Power BI Tutorial For Beginners | Power BI Tutorial | Power BI Demo | Power B...Edureka!
 
Power BI Full Course | Power BI Tutorial for Beginners | Edureka
Power BI Full Course | Power BI Tutorial for Beginners | EdurekaPower BI Full Course | Power BI Tutorial for Beginners | Edureka
Power BI Full Course | Power BI Tutorial for Beginners | EdurekaEdureka!
 
Introduction to Power BI
Introduction to Power BIIntroduction to Power BI
Introduction to Power BIHARIHARAN R
 
Power BI - Bring your data together
Power BI - Bring your data togetherPower BI - Bring your data together
Power BI - Bring your data togetherStéphane Fréchette
 
What Is Power BI? | Introduction To Microsoft Power BI | Power BI Training | ...
What Is Power BI? | Introduction To Microsoft Power BI | Power BI Training | ...What Is Power BI? | Introduction To Microsoft Power BI | Power BI Training | ...
What Is Power BI? | Introduction To Microsoft Power BI | Power BI Training | ...Edureka!
 
Microsoft Power BI | Brief Introduction | PPT
Microsoft Power BI | Brief Introduction | PPTMicrosoft Power BI | Brief Introduction | PPT
Microsoft Power BI | Brief Introduction | PPTSophia Smith
 
Power BI Made Simple
Power BI Made SimplePower BI Made Simple
Power BI Made SimpleJames Serra
 
powerbi-presentation.pptx
powerbi-presentation.pptxpowerbi-presentation.pptx
powerbi-presentation.pptxAyushi716489
 

What's hot (20)

Power BI Overview
Power BI Overview Power BI Overview
Power BI Overview
 
What is Power BI
What is Power BIWhat is Power BI
What is Power BI
 
Power BI : A Detailed Discussion
Power BI : A Detailed DiscussionPower BI : A Detailed Discussion
Power BI : A Detailed Discussion
 
Introduction to Power BI to make smart decisions
Introduction to Power BI to make smart decisionsIntroduction to Power BI to make smart decisions
Introduction to Power BI to make smart decisions
 
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...
 
Power bi introduction
Power bi introductionPower bi introduction
Power bi introduction
 
Microsoft power bi
Microsoft power biMicrosoft power bi
Microsoft power bi
 
Building a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BIBuilding a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BI
 
Power BI Tutorial For Beginners | Power BI Tutorial | Power BI Demo | Power B...
Power BI Tutorial For Beginners | Power BI Tutorial | Power BI Demo | Power B...Power BI Tutorial For Beginners | Power BI Tutorial | Power BI Demo | Power B...
Power BI Tutorial For Beginners | Power BI Tutorial | Power BI Demo | Power B...
 
Power BI Full Course | Power BI Tutorial for Beginners | Edureka
Power BI Full Course | Power BI Tutorial for Beginners | EdurekaPower BI Full Course | Power BI Tutorial for Beginners | Edureka
Power BI Full Course | Power BI Tutorial for Beginners | Edureka
 
Introduction to Power BI
Introduction to Power BIIntroduction to Power BI
Introduction to Power BI
 
Power BI - Bring your data together
Power BI - Bring your data togetherPower BI - Bring your data together
Power BI - Bring your data together
 
Power BI Ecosystem
Power BI EcosystemPower BI Ecosystem
Power BI Ecosystem
 
Power of power BI
Power of power BI Power of power BI
Power of power BI
 
Power bi
Power biPower bi
Power bi
 
What Is Power BI? | Introduction To Microsoft Power BI | Power BI Training | ...
What Is Power BI? | Introduction To Microsoft Power BI | Power BI Training | ...What Is Power BI? | Introduction To Microsoft Power BI | Power BI Training | ...
What Is Power BI? | Introduction To Microsoft Power BI | Power BI Training | ...
 
Microsoft Power BI | Brief Introduction | PPT
Microsoft Power BI | Brief Introduction | PPTMicrosoft Power BI | Brief Introduction | PPT
Microsoft Power BI | Brief Introduction | PPT
 
Power BI Made Simple
Power BI Made SimplePower BI Made Simple
Power BI Made Simple
 
Tableau vs PowerBI
Tableau vs PowerBITableau vs PowerBI
Tableau vs PowerBI
 
powerbi-presentation.pptx
powerbi-presentation.pptxpowerbi-presentation.pptx
powerbi-presentation.pptx
 

Similar to Power BI for O365 Self-Service BI and Data Visualization

Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce Data
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce DataLearn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce Data
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce DataNetwoven Inc.
 
Working with Microsoft Power Business Inteligence Tools - Presented by Atidan
Working with Microsoft Power Business Inteligence Tools - Presented by AtidanWorking with Microsoft Power Business Inteligence Tools - Presented by Atidan
Working with Microsoft Power Business Inteligence Tools - Presented by AtidanDavid J Rosenthal
 
SQL Server 2014 Faster Insights from Any Data
SQL Server 2014 Faster Insights from Any DataSQL Server 2014 Faster Insights from Any Data
SQL Server 2014 Faster Insights from Any DataStéphane Fréchette
 
Powerbi 130926080957-phpapp02
Powerbi 130926080957-phpapp02Powerbi 130926080957-phpapp02
Powerbi 130926080957-phpapp02MILL5
 
Primer on Power BI 201506
Primer on Power BI 201506Primer on Power BI 201506
Primer on Power BI 201506Mark Tabladillo
 
Summary of all tools and microsoft power bi
Summary of all tools and microsoft power biSummary of all tools and microsoft power bi
Summary of all tools and microsoft power biOmar Khan
 
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BI
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BIOffice 365 Saturday Europe - Self-Service Business Intelligence with Power BI
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BIMarius Constantinescu [MVP]
 
SQL Server 2014 Faster Insights from Any Data -Level 300 Presentation from At...
SQL Server 2014 Faster Insights from Any Data -Level 300 Presentation from At...SQL Server 2014 Faster Insights from Any Data -Level 300 Presentation from At...
SQL Server 2014 Faster Insights from Any Data -Level 300 Presentation from At...David J Rosenthal
 
Best practices to deliver data analytics to the business with power bi
Best practices to deliver data analytics to the business with power biBest practices to deliver data analytics to the business with power bi
Best practices to deliver data analytics to the business with power biSatya Shyam K Jayanty
 
Business Intelligence in SharePoint 2013
Business Intelligence in SharePoint 2013Business Intelligence in SharePoint 2013
Business Intelligence in SharePoint 2013Jason Himmelstein
 
Primer on Power BI 201501
Primer on Power BI 201501Primer on Power BI 201501
Primer on Power BI 201501Mark Tabladillo
 
Power business intelligence
Power business intelligencePower business intelligence
Power business intelligenceaasthabadoniya1
 
Exploring Puerto Rico Open Data with Power BI
Exploring Puerto Rico Open Data with Power BIExploring Puerto Rico Open Data with Power BI
Exploring Puerto Rico Open Data with Power BIGuillermo Caicedo
 
Power BI: From the Basics
Power BI: From the BasicsPower BI: From the Basics
Power BI: From the BasicsNikkia Carter
 
powerbioverview-191114161542.pdf
powerbioverview-191114161542.pdfpowerbioverview-191114161542.pdf
powerbioverview-191114161542.pdfMarkMayle2
 
Power BI Overview
Power BI OverviewPower BI Overview
Power BI OverviewJames Serra
 
Power BI for Office 365: Using SharePoint to Deliver Self-Service
Power BI for Office 365: Using SharePoint to Deliver Self-ServicePower BI for Office 365: Using SharePoint to Deliver Self-Service
Power BI for Office 365: Using SharePoint to Deliver Self-ServicePerficient, Inc.
 

Similar to Power BI for O365 Self-Service BI and Data Visualization (20)

Power BI
Power BIPower BI
Power BI
 
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce Data
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce DataLearn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce Data
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce Data
 
Working with Microsoft Power Business Inteligence Tools - Presented by Atidan
Working with Microsoft Power Business Inteligence Tools - Presented by AtidanWorking with Microsoft Power Business Inteligence Tools - Presented by Atidan
Working with Microsoft Power Business Inteligence Tools - Presented by Atidan
 
SQL Server 2014 Faster Insights from Any Data
SQL Server 2014 Faster Insights from Any DataSQL Server 2014 Faster Insights from Any Data
SQL Server 2014 Faster Insights from Any Data
 
Powerbi 130926080957-phpapp02
Powerbi 130926080957-phpapp02Powerbi 130926080957-phpapp02
Powerbi 130926080957-phpapp02
 
Power BI
Power BIPower BI
Power BI
 
Primer on Power BI 201506
Primer on Power BI 201506Primer on Power BI 201506
Primer on Power BI 201506
 
Summary of all tools and microsoft power bi
Summary of all tools and microsoft power biSummary of all tools and microsoft power bi
Summary of all tools and microsoft power bi
 
Power bi
Power biPower bi
Power bi
 
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BI
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BIOffice 365 Saturday Europe - Self-Service Business Intelligence with Power BI
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BI
 
SQL Server 2014 Faster Insights from Any Data -Level 300 Presentation from At...
SQL Server 2014 Faster Insights from Any Data -Level 300 Presentation from At...SQL Server 2014 Faster Insights from Any Data -Level 300 Presentation from At...
SQL Server 2014 Faster Insights from Any Data -Level 300 Presentation from At...
 
Best practices to deliver data analytics to the business with power bi
Best practices to deliver data analytics to the business with power biBest practices to deliver data analytics to the business with power bi
Best practices to deliver data analytics to the business with power bi
 
Business Intelligence in SharePoint 2013
Business Intelligence in SharePoint 2013Business Intelligence in SharePoint 2013
Business Intelligence in SharePoint 2013
 
Primer on Power BI 201501
Primer on Power BI 201501Primer on Power BI 201501
Primer on Power BI 201501
 
Power business intelligence
Power business intelligencePower business intelligence
Power business intelligence
 
Exploring Puerto Rico Open Data with Power BI
Exploring Puerto Rico Open Data with Power BIExploring Puerto Rico Open Data with Power BI
Exploring Puerto Rico Open Data with Power BI
 
Power BI: From the Basics
Power BI: From the BasicsPower BI: From the Basics
Power BI: From the Basics
 
powerbioverview-191114161542.pdf
powerbioverview-191114161542.pdfpowerbioverview-191114161542.pdf
powerbioverview-191114161542.pdf
 
Power BI Overview
Power BI OverviewPower BI Overview
Power BI Overview
 
Power BI for Office 365: Using SharePoint to Deliver Self-Service
Power BI for Office 365: Using SharePoint to Deliver Self-ServicePower BI for Office 365: Using SharePoint to Deliver Self-Service
Power BI for Office 365: Using SharePoint to Deliver Self-Service
 

More from Netwoven Inc.

How to boost your productivity with Nintex workflow automation software
How to boost your productivity with Nintex workflow automation softwareHow to boost your productivity with Nintex workflow automation software
How to boost your productivity with Nintex workflow automation softwareNetwoven Inc.
 
Nintex Workflow Makes Your Business Efficient
Nintex Workflow Makes Your Business Efficient Nintex Workflow Makes Your Business Efficient
Nintex Workflow Makes Your Business Efficient Netwoven Inc.
 
Nintex Webinar - Building SharePoint/O365 Forms and Workflows
Nintex Webinar - Building SharePoint/O365 Forms and WorkflowsNintex Webinar - Building SharePoint/O365 Forms and Workflows
Nintex Webinar - Building SharePoint/O365 Forms and WorkflowsNetwoven Inc.
 
Introduction to Nintex - Building SharePoint/O365 Forms and Workflows
Introduction to Nintex - Building SharePoint/O365 Forms and WorkflowsIntroduction to Nintex - Building SharePoint/O365 Forms and Workflows
Introduction to Nintex - Building SharePoint/O365 Forms and WorkflowsNetwoven Inc.
 
Nintex presentation Building forms and Workflows
Nintex presentation Building forms and Workflows Nintex presentation Building forms and Workflows
Nintex presentation Building forms and Workflows Netwoven Inc.
 
Enterprise search Information
Enterprise search Information Enterprise search Information
Enterprise search Information Netwoven Inc.
 
Nintex Webinar February 23, 2017
Nintex Webinar February 23, 2017Nintex Webinar February 23, 2017
Nintex Webinar February 23, 2017Netwoven Inc.
 
Click Dimensions Webinar
Click Dimensions WebinarClick Dimensions Webinar
Click Dimensions WebinarNetwoven Inc.
 
Nintex Workflow Cloud
Nintex Workflow Cloud Nintex Workflow Cloud
Nintex Workflow Cloud Netwoven Inc.
 
Building Microsoft SharePoint Workflow & Forms using Nintex
Building Microsoft SharePoint Workflow & Forms using NintexBuilding Microsoft SharePoint Workflow & Forms using Nintex
Building Microsoft SharePoint Workflow & Forms using NintexNetwoven Inc.
 
Webhooks in Microsoft SharePoint Online
Webhooks in Microsoft SharePoint OnlineWebhooks in Microsoft SharePoint Online
Webhooks in Microsoft SharePoint OnlineNetwoven Inc.
 
Netwoven nintex hawkeye webinar presentation
Netwoven nintex hawkeye webinar presentationNetwoven nintex hawkeye webinar presentation
Netwoven nintex hawkeye webinar presentationNetwoven Inc.
 
5 steps to get started with effective content governance strategy and how Off...
5 steps to get started with effective content governance strategy and how Off...5 steps to get started with effective content governance strategy and how Off...
5 steps to get started with effective content governance strategy and how Off...Netwoven Inc.
 
SharePoint, Nintex and DocuSign - Putting it all together
SharePoint, Nintex and DocuSign - Putting it all together SharePoint, Nintex and DocuSign - Putting it all together
SharePoint, Nintex and DocuSign - Putting it all together Netwoven Inc.
 
Inspiring Insights to Drive Action using Power BI
Inspiring Insights to Drive Action using Power BIInspiring Insights to Drive Action using Power BI
Inspiring Insights to Drive Action using Power BINetwoven Inc.
 
xRM and unlock your data
xRM and unlock your dataxRM and unlock your data
xRM and unlock your dataNetwoven Inc.
 
Nuts and Bolts of Building Compliance Process with Nintex and SharePoint 2013
Nuts and Bolts of Building Compliance Process with Nintex and SharePoint 2013Nuts and Bolts of Building Compliance Process with Nintex and SharePoint 2013
Nuts and Bolts of Building Compliance Process with Nintex and SharePoint 2013Netwoven Inc.
 
Migration to share point online
Migration to share point onlineMigration to share point online
Migration to share point onlineNetwoven Inc.
 
Sales Analytics Using Power BI
Sales Analytics Using Power BISales Analytics Using Power BI
Sales Analytics Using Power BINetwoven Inc.
 

More from Netwoven Inc. (20)

How to boost your productivity with Nintex workflow automation software
How to boost your productivity with Nintex workflow automation softwareHow to boost your productivity with Nintex workflow automation software
How to boost your productivity with Nintex workflow automation software
 
Nintex Workflow Makes Your Business Efficient
Nintex Workflow Makes Your Business Efficient Nintex Workflow Makes Your Business Efficient
Nintex Workflow Makes Your Business Efficient
 
Nintex Webinar - Building SharePoint/O365 Forms and Workflows
Nintex Webinar - Building SharePoint/O365 Forms and WorkflowsNintex Webinar - Building SharePoint/O365 Forms and Workflows
Nintex Webinar - Building SharePoint/O365 Forms and Workflows
 
Introduction to Nintex - Building SharePoint/O365 Forms and Workflows
Introduction to Nintex - Building SharePoint/O365 Forms and WorkflowsIntroduction to Nintex - Building SharePoint/O365 Forms and Workflows
Introduction to Nintex - Building SharePoint/O365 Forms and Workflows
 
Nintex presentation Building forms and Workflows
Nintex presentation Building forms and Workflows Nintex presentation Building forms and Workflows
Nintex presentation Building forms and Workflows
 
Enterprise search Information
Enterprise search Information Enterprise search Information
Enterprise search Information
 
Nintex Webinar February 23, 2017
Nintex Webinar February 23, 2017Nintex Webinar February 23, 2017
Nintex Webinar February 23, 2017
 
Click Dimensions Webinar
Click Dimensions WebinarClick Dimensions Webinar
Click Dimensions Webinar
 
Nintex Workflow Cloud
Nintex Workflow Cloud Nintex Workflow Cloud
Nintex Workflow Cloud
 
Building Microsoft SharePoint Workflow & Forms using Nintex
Building Microsoft SharePoint Workflow & Forms using NintexBuilding Microsoft SharePoint Workflow & Forms using Nintex
Building Microsoft SharePoint Workflow & Forms using Nintex
 
Webhooks in Microsoft SharePoint Online
Webhooks in Microsoft SharePoint OnlineWebhooks in Microsoft SharePoint Online
Webhooks in Microsoft SharePoint Online
 
Netwoven nintex hawkeye webinar presentation
Netwoven nintex hawkeye webinar presentationNetwoven nintex hawkeye webinar presentation
Netwoven nintex hawkeye webinar presentation
 
Nintex Webinar
Nintex WebinarNintex Webinar
Nintex Webinar
 
5 steps to get started with effective content governance strategy and how Off...
5 steps to get started with effective content governance strategy and how Off...5 steps to get started with effective content governance strategy and how Off...
5 steps to get started with effective content governance strategy and how Off...
 
SharePoint, Nintex and DocuSign - Putting it all together
SharePoint, Nintex and DocuSign - Putting it all together SharePoint, Nintex and DocuSign - Putting it all together
SharePoint, Nintex and DocuSign - Putting it all together
 
Inspiring Insights to Drive Action using Power BI
Inspiring Insights to Drive Action using Power BIInspiring Insights to Drive Action using Power BI
Inspiring Insights to Drive Action using Power BI
 
xRM and unlock your data
xRM and unlock your dataxRM and unlock your data
xRM and unlock your data
 
Nuts and Bolts of Building Compliance Process with Nintex and SharePoint 2013
Nuts and Bolts of Building Compliance Process with Nintex and SharePoint 2013Nuts and Bolts of Building Compliance Process with Nintex and SharePoint 2013
Nuts and Bolts of Building Compliance Process with Nintex and SharePoint 2013
 
Migration to share point online
Migration to share point onlineMigration to share point online
Migration to share point online
 
Sales Analytics Using Power BI
Sales Analytics Using Power BISales Analytics Using Power BI
Sales Analytics Using Power BI
 

Recently uploaded

Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfmaor17
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slidesvaideheekore1
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfRTS corp
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorTier1 app
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonApplitools
 
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full RecordingOpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full RecordingShane Coughlan
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxAndreas Kunz
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
Best Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITBest Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITmanoharjgpsolutions
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLionel Briand
 
Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsJean Silva
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolsosttopstonverter
 
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...Bert Jan Schrijver
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringHironori Washizaki
 
Post Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on IdentityPost Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on Identityteam-WIBU
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingShane Coughlan
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...OnePlan Solutions
 

Recently uploaded (20)

Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdf
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slides
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryError
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
 
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full RecordingOpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
OpenChain Education Work Group Monthly Meeting - 2024-04-10 - Full Recording
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
Best Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITBest Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh IT
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and Repair
 
Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero results
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration tools
 
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their Engineering
 
Post Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on IdentityPost Quantum Cryptography – The Impact on Identity
Post Quantum Cryptography – The Impact on Identity
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
 

Power BI for O365 Self-Service BI and Data Visualization

  • 2. 2 Next hour.. oPower BI for O365 oData Discovery oData Analysis oData Visualization & Power Maps oNatural Language Search (Q&A) oPower BI Site oData Management oSelf Service in Power BI
  • 3. Microsoft Power BI for Office 365Self-service BI with the familiarity of Office and the power of the cloud1 in 4 enterprise customers on Office 365One billion Office users Analyze Visualize Share Find Q&A Mobile Discover Scalable | Manageable | Trusted Power BI is a hybrid solution which is partially implemented on-premises and partially in the cloud via Office 365.
  • 4. Key Components of Power BI –On Premise 4 Power Pivot Search organizational and Public (Cloud) data Import, merge, shape and cleanse Data Manage Shared Queries and Certify Queries Power View Discover Power Query Map Power Map Analyze Visualize Create in-memory data model Create hierarchies and KPI’s Create derived fields and calculations Analyze, visualize and display data Interactive data visualization tool Delivers intuitive ad- hoc reporting for business users Create maps and tours of data Enables story telling using 3-D data Uses “Bing Map Service” Free Excel 2013 Plug-ins | Office Pro Plus | Office Professional Plus
  • 5. Key Components of Power BI –O365 Cloud 5 Q & A View, Analyze and explore data & reports Share Workbooks and Collaborate Quick Edits in EWA or open in Excel Data Catalog Power BI Site Data Management Gateway Bing like Search across Power BI Workbooks Natural Language Queries System generated data visualization Metadata for facilitated search functionality Manage Shared Queries and Certify Queries Users can easily discover and reuse queries Data Refresh to On- Premsources Schedule periodic data refreshes Expose tables and views as OdataFeed to external consumers Cloud Service | Subscription Based | Collaborative Self Service BI Q&A
  • 6. Additional Functionalities in O365 Cloud 6 Use the Power BI Site to share workbooks with coworkers Perform Q&A searches on the workbooks Schedule automatic data refresh Utilize shared Power Queries (Enterprise Data Search) Utilize certified Power Queries (Data Stewardship) Open up corporate data sources via an OData feed (Enterprise Data Search) Mobile BI App
  • 7. Power BI Workflow 7 Excel Data Model / Power Pivot Data Storage Reports Excel Workbook Publish Workbook Power BI Admin Center Power BI App Text Database Web file O365 (Cloud) Data Refresh for On PremSources Corporate Data Refresh
  • 8. 8 Self Service BI using Power BI
  • 10. Powerful self-service BI with Excel 2013
  • 11. Why Power Query ? Enable self-service data discovery, query, transformation and mashup experiences Discovery and connectivity to a wide range of data sources, spanning volume as well as variety of data. Highly interactive and intuitive experience for rapidly and iteratively building queries over any data source, any size. Consistencyof experience, and parity of query capabilities over all data sources. Joinsacross different data sources; ability to create custom views over data that can then be shared with team/department.
  • 12. Data Shaping and Manipulation •Configure Data Types •Rename and remove columns •Insert Custom Columns •Split Columns (i.e. convert delimited text to columns) •Sort, Group, merge columns •Un-pivot Columns •Filter Data •Replace Value •Keep top ‘N’ rows or specific range of rows •Remove Duplicates Search data, many sources, many transformations, Extensible by code (M language) Share to Power BI by data catalog
  • 13. Data sources Windows Azure Marketplace Windows Active Directory Azure SQL Database Azure HDInsight
  • 14. Key Featured Highlights in Power Query 14 Repeatable Steps Shared Queries oSee the state of the data before and after each step was applied oRepeatable steps are repeatable for the same set of data oSharing of Queries with other users in the organization oSearch for "Organization" data to discover a shared Power Query
  • 16. Powerful self-service BI with Excel 2013
  • 17. Introducing PowerPivot •PowerPivot empowers business users to create self- service BI data models in Excel ‐Achieved with a client-side version of SQL Server Analysis Services, known as the In-Memory Analytics Engine ‐Columnar Storage: Can efficiently store data volumes far greater than what Excel worksheets can achieve ‐Data is highly compressed and stored ‐Queries are very fast •Can import and relate data from corporate, local, and ad hoc data stores •In Excel 2013 Professional Plus edition, PowerPivot is installed, but not enabled
  • 18. Power Query v/s Power Pivot 18
  • 19. DataSources Power Query Power Pivot Access X X Active Directory X Analysis Services X Date Feed X X Excel X X Facebook X File Folder X Hadoop File X OdataFeed X X Relational Databases X X SharePoint List X SQL Azure DB X X SQL Server X X Text File X X Web X Windows Azure HD Insight X Windows Azure Marketplace X X XML X Power Query v/s Power Pivot –Data Sources
  • 20. What is DAX ? 20 DAX (Data Analysis Expression) is a new calculation for Power Pivot It is a multi dimensional calculation language intended to: Make it easy to perform common calculations Make it easy for excel power users, hence Excel based syntax DAX expressions are designed to be limited as single line of code Need to understand the data logic built in power pivot data models Likely to be extended in the future versions of SSAS
  • 21. Types of Calculations in Power Pivot 21 Calculated Columns CalculatedFields (Measures) New Calculationin table which performs calculations on a “row by row” basis (row context) Example: = ‘Employee’[Fname] & “ “ & ‘Employee’[Lname] New measure in a table which calculatesan aggregated numeric value (not on "rowby row” basis –filter context) Example: =TOTALMTD ([SalesUnits], ‘Date’[Datekey]) Created in Power Pivot Modelson the columns Created in Power PivotModel in the “Calculation area” or in the Power Pivot ribbon menu in excel window Two type of Calculated Fields a)Explicit : Defined by the data modeler using DAX b) Implicit: Uses the “Summarize by” behavior specified in the data model An Explicit Field canbe further used to define a KPI in the data model
  • 23. Powerful self-service BI with Excel 2013
  • 24. Introducing Power View •Power View is an interactive data exploration, visualization, and presentation experience ‐Highly visual design experience ‐Rich meta-driven interactivity ‐Presentation-ready at all times •It delivers intuitive ad-hoc reporting for business users •Reports can be based on tabular data models, including PowerPivot data models •It is now also available in Excel 2013, and with new features:
  • 25. Bar and column charts are good for showing measurable values in a quick an direct way Pie Chart Pie charts are preferable when the user would like to see the percentage of a measurable value in different categories Line Chart Line charts are good for showing how a value changed over time Play Axis (scatter chart) Play axis charts are good when you are trying to show the relationship between two measurable values( e.g. profit and cost) ,that may or may not be linearly related, over time. Maps Maps are preferable for showing measurable values at specific locations. Chart Types and Usage
  • 29. Powerful self-service BI with Excel 2013
  • 30. Power Map for Microsoft Excel enables information workers to discover and share new insights from geographicaland temporal data through three-dimensional storytelling. What is Power Map?
  • 31. Map Data •Data in Excel •Geo-code •3-D visuals DiscoverInsights •Play over time •Annotate points •Capture scenes Share Stories •Cinematic effects •Interactive tours •Share workbook Power Map: Steps to 3-D insights
  • 33. Collaborate and stay connected with Office 365 Q&A
  • 35. Collaborate and stay connected with Office 365 Q&A
  • 37. Collaborate and stay connected with Office 365 Q&A
  • 39. Extend with hybrid cloud solutions
  • 40. Extend with hybrid cloud solutions
  • 41. Extend with hybrid cloud solutions
  • 42. Self Service in Power BI
  • 43. Features Power BI (Self Service on Cloud) On Premise (Self Services) On Premise (Enterprise) In memory Yes Yes Yes Data size 250MB Configurable up to SharePoint limit (2gb) Unlimited (or limited by RAM) Data Refresh Yes, using Gateway Yes, Power Pivot Gallery Yes Direct access to on premise data No Yes Yes Refresh from Power Query Yes No No Render Power Map in browser No No No Power View HTML5 support (+iPad support) Yes No No Render Power View Excel Sheets Yes Yes (SP 2013), No (SP 2010) Yes (SP 2013), No (SP 2010) Create Power View reports No (Not yet) Yes Yes Support for Power View in Power Point No (Not yet) Yes Yes Natural Language query support Yes No No Synonyms Yes No No Windows Authentication (corporate domain) Yes (DirSync) Yes Yes Self Service BI –On Premise v/s Cloud
  • 44. Power BI –A Powerful Self Service Tool 44 End Users oEnd-usershavelongwantedtheabilitytoeasilyaccessandanalyzedata oQ&A’snaturallanguagequeryandintelligentvisualizationenginewilldomoretoencourageeveryemployeetouseinformationasabasisfordecisions BI Analysts oPower Pivot gave power users the ability to build efficient data models over large data volumes, but that information needed to “fit” into clean data models oPower Query’s data transformation and flexibility further empower analysts to build their own end-to-end solutions quickly . IT & Data Stewards oThe data catalog underlying Power BI is exciting because it promotes self-service and governance simultaneously
  • 45. Thank You Microsoft Confidential 45 Connect with us! •www.netwoven.com •www.netwovenblogs.com •Email info@netwoven.comfor more information