SlideShare a Scribd company logo
1 of 41
Download to read offline
Primer on Power BI
Mark Tabladillo, PhD, MVP
Senior Data Scientist
Predictix / LogicBlox
June 3, 2015
Networking
Mark Tab
Consulting
Training
Teaching
Presenting
SQL Server MVP
Linked In
@MarkTabNet
The World of Data is Changing
Process
Efficiency
Cost
Reduction
Bringing Big Data
to ONE BILLION
people
Develop
New Business
Models
1 in 4 enterprise customers on Office 3651 Billion Office Users
Analyze Visualize Share Find
Q&A
MobileDiscover
Scalable | Manageable | Trusted
Self-service BI with the familiarity of Office and the power of the service
Distribution Options
Cloud
Hybrid
On-premise
MarkTab Analysis
Outline
◾What makes Power BI different from the Microsoft Office I have known for years?
◾What are the major Power BI features in Excel 2013 and 2010?
◾What are the major features for Power BI for Office 365?
◾How can our team license Power BI?
How is Power BI
Different
Major Power BI
Features in Excel
Excel 2010 and Excel 2013
Major Power BI Features in Excel
Power Query
Power Pivot
Power View
Power Map
Discover
Analyze
Visualize
Explore
Analyzing data with Excel
Connectors
Why Power Query?
Enables self-service data discovery, query, transformation and mashup experiences in Excel
Discovery and connectivity to a wide range of data sources, including publicly
available data of all sizes & shapes.
Highly interactive and intuitive experience for rapidly and iteratively building queries
over any data source, any size.
Consistency of experience, and parity of query capabilities over all data sources.
Joins across different data sources; ability to create custom views over data that can
then be shared with team/department.
Syntax for a Simple Query
SELECT Orders.OrderDate, Products.OrderID, Products.ProductSKU
FROM Products
INNER JOIN Orders ON Products.OrderID = Orders.OrderID
ORDER BY Products.ProductSKU
from p in Products
join o in Orders on p.OrderID equals o.OrderID
orderby p.ProductSKU
select new { o.OrderDate, p.OrderID, p.ProductSKU }
Products.Join(Orders, Products,
o => o.OrderID, p => p.OrderID,
(p, o) => new { o.OrderDate, p.OrderID, p.ProductSKU }
).OrderBy( p => p.ProductSKU )
let
Joined = Table.Join( Products, "OrderID", Orders, "OrderID" ),
Columns = Table.SelectColumns(Joined, {"OrderDate", "OrderID", "ProductSKU"}),
Sorted = Table.Sort( Columns, "ProductSKU" ),
in
Sorted
Query Folding
Power Query pushes work back to the source system whenever it can.
SELECT ProductKey, EnglishProductName as [Product]
FROM [dbo].[DimProduct]
WHERE [ProductKey] < 10
Analyzing data with Excel
Discover
Analyze
Visualize
Explore
BI Semantic Model
Analyzing data with Excel
Discover
Analyze
Visualize
Explore
Analyzing data with Excel
Discover
Analyze
Visualize
Explore
2
2
Power Map – Geospatial Capabilities
Pros
 Bubble Maps, Column Maps, Region Maps and HeatMaps
 Interactive and time-play axis
 Ability to create and share visual tours
 Ability to add multiple layers
 Storytelling tool, not just visualization
Cons
 Unable to filter data
 Unable to drill-down (though can switch between layers)
 Unable to customize or add custom shapes
 Unable to handle hierarchies
Power BI and Excel 2010
Software Solution
Power Pivot A version one of Power Pivot is available for Excel 2010. Microsoft’s website provides video, demos, and hands-on
labs to try out the software.
Opening up an Excel 2010 Power Pivot workbook in Excel 2013 requires an irreversible upgrade (meaning that
collaboration between Excel 2010 and Excel 2013 users is not possible – pick one version or the other). There are
some technical details involved in upgrading, which you can study by clicking this link.
Power Map Power Map is not available for Excel 2010.
Versions of Excel previous to 2002 had a native map feature. Though, advanced Excel users will know about
Microsoft MapPoint, which has gone through nineteen versions since its debut. Sadly, MapPoint is being
discontinued as of December 31, 2014. You might be able to obtain a copy now, or through some MSDN
subscriptions.
Power Query Power Query is available for Microsoft Office 2010 Professional Plus with Software Assurance. There are two
versions, one for 32-bit (x86) and one for 64-bit (x64).
Power View Power View is not available for Excel 2010.
Major Power BI
Features O365
A powerful new way to work with data
Self-service business intelligence with familiar Excel and the power of the cloud
Sample Architecture
SQL Server Warehouse
(Issues IS)
Active Directory
(People)
Azure Information
(Data Centers)
Power BI for Office 365
Corporate
Data Catalogue
Admin
Center
Manage Data
Portal
SPO team sites, BI
Sites, Q&A
Data Management Gateway
APS Warehouse
(Issues BI)
Shared Queries
Data Refresh
Data Search
Mobile Access
BI Sites
Natural Language
Questions
Share & collaborate with Power BI for Office 365
Shared Queries
Data Refresh
Data Search
Mobile Access
BI Sites
Natural Language
Questions
Share & collaborate with Power BI for Office 365
Power BI
for Office 365
Data Management Gateway
Installed on-premises
Workbook
Cloud
On Premise
Share & collaborate with Power BI for Office 365
Shared Queries
Data Refresh
Data Search
Mobile Access
BI Sites
Natural Language
Questions
Share & collaborate with Power BI for Office 365
Shared Queries
Data Refresh
Data Search
Mobile Access
BI Sites
Natural Language
Questions
Search for:
• Public Data
• Corporate Data
• Shared Queries
Share & collaborate with Power BI for Office 365
Shared Queries
Data Refresh
Data Search
Mobile Access
BI Sites
Natural Language
Questions
Share & collaborate with Power BI for Office 365
Shared Queries
Data Refresh
Data Search
Mobile Access
BI Sites
Natural Language
Questions
Sample Working Architecture
O365 Power BI
Corporate Data
Sources
IT Admin
Data Management
Gateway
Corporate
Data Catalog
Power BI
Admin Center
Data Management
Portal
SPO team sites,
BI Sites, Q&A
Cloud Data
Sources
Public
Data Catalog
Data Steward IW
(Author)
IW
(Consumer)
Manage Data
Publish raw
data sources
or expose
them as
OData feeds
Publish queries
Data Refresh
Data Refresh
Power Query
Power Pivot
Power View
Power Map
Publish reports &
create featured
questions, configure
scheduled refresh
Import data,
Publish queries
Excel,
Tablet/Mobile,
Browser –
Silverlight,
HTML5
Consume interactive
reports, ask questions
Configure
Import Data
Import Data
Import Data
Import Data
Public Cloud
Data Sources
Index
Licensing Power BI
MarkTab Recommendation
•Office 2010Possible
•Office 2013 x64Recommended
Free Microsoft Software
For Students https://www.dreamspark.com/
For Startups http://www.microsoft.com/bizspark/
Recommended Links
Free eBooks http://blogs.msdn.com/b/mssmallbiz/archive/2014/07/07/largest-
collection-of-free-microsoft-ebooks-ever-including-windows-8-1-windows-8-
windows-7-office-2013-office-365-office-2010-sharepoint-2013-dynamics-crm-
powershell-exchange-server-lync-2013-system-center-azure-cloud-sql.aspx
Documentation http://msdn.Microsoft.com
Channel 9 Videos http://channel9.msdn.com/Search?term=power%20bi#ch9Search
PASS http://sqlpass.org
MarkTab Blog http://marktab.net
Connect with MarkTab
LinkedIn
Twitter @marktabnet
Appendix
Cool stuff
Books
Collie, R. (2012). DAX Formulas for PowerPivot: A Simple Guide to the Excel Revolution: Holy
Macro! Books.
de Jonge, K. (2014). Dashboarding and Reporting with Power Pivot and Excel: How to Design
and Create a Financial Dashboard with PowerPivot – End to End: Holy Macro! Books.
Ferrari, A., & Russo, M. (2013). Microsoft Excel 2013 Building Data Models with PowerPivot:
Microsoft Press.
Jelen, B., & Collie, R. (2014). PowerPivot Alchemy: Patterns and Techniques for Excel: Holy
Macro! Books.
Larson, B., Davis, M., English, D., & Purington, P. (2012). Visualizing Data with Microsoft Power
View: McGraw-Hill/Osborne Media.
Webb, C. (2014). Power Query for Power BI and Excel: Apress.

More Related Content

What's hot

Welcome to PowerBI and Tableau
Welcome to PowerBI and TableauWelcome to PowerBI and Tableau
Welcome to PowerBI and Tableau
Ashwin Dinoriya
 
Microsoft Power BI Demo
Microsoft Power BI DemoMicrosoft Power BI Demo
Microsoft Power BI Demo
James Riley
 

What's hot (19)

PowerBI - Porto.Data - 20150219
PowerBI - Porto.Data - 20150219PowerBI - Porto.Data - 20150219
PowerBI - Porto.Data - 20150219
 
Modern business intelligence
Modern business intelligenceModern business intelligence
Modern business intelligence
 
Power BI Made Simple
Power BI Made SimplePower BI Made Simple
Power BI Made Simple
 
What is Power BI
What is Power BIWhat is Power BI
What is Power BI
 
Welcome to PowerBI and Tableau
Welcome to PowerBI and TableauWelcome to PowerBI and Tableau
Welcome to PowerBI and Tableau
 
Power BI for CEO
Power BI for CEOPower BI for CEO
Power BI for CEO
 
Intro for Power BI
Intro for Power BIIntro for Power BI
Intro for Power BI
 
Self-Service BI: Excel & Power BI - Microsoft ITPro AirLift - 20150122
Self-Service BI: Excel & Power BI - Microsoft ITPro AirLift - 20150122Self-Service BI: Excel & Power BI - Microsoft ITPro AirLift - 20150122
Self-Service BI: Excel & Power BI - Microsoft ITPro AirLift - 20150122
 
Power bi
Power biPower bi
Power bi
 
vOffice365 - May 2016 - Overview of Microsoft's Power BI - Sean Wallbridge
vOffice365 - May 2016 - Overview of Microsoft's Power BI -  Sean WallbridgevOffice365 - May 2016 - Overview of Microsoft's Power BI -  Sean Wallbridge
vOffice365 - May 2016 - Overview of Microsoft's Power BI - Sean Wallbridge
 
Dynamics Day 2014: Microsoft Dynamics AX - Business Insight Leveraging Analytics
Dynamics Day 2014: Microsoft Dynamics AX - Business Insight Leveraging AnalyticsDynamics Day 2014: Microsoft Dynamics AX - Business Insight Leveraging Analytics
Dynamics Day 2014: Microsoft Dynamics AX - Business Insight Leveraging Analytics
 
Power BI - WHat It Is, How It Works, and Why It Matters
Power BI -  WHat It Is, How It Works, and Why It MattersPower BI -  WHat It Is, How It Works, and Why It Matters
Power BI - WHat It Is, How It Works, and Why It Matters
 
Power bi introduction
Power bi introductionPower bi introduction
Power bi introduction
 
Implementing and managing power bi for the business
Implementing and managing power bi for the businessImplementing and managing power bi for the business
Implementing and managing power bi for the business
 
Microsoft Power BI Overview
Microsoft Power BI OverviewMicrosoft Power BI Overview
Microsoft Power BI Overview
 
Power bi software
Power bi softwarePower bi software
Power bi software
 
Learn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&A
Learn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&ALearn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&A
Learn Power BI with Power Pivot, Power Query, Power View, Power Map and Q&A
 
Microsoft Power BI Demo
Microsoft Power BI DemoMicrosoft Power BI Demo
Microsoft Power BI Demo
 
Excel to Power BI
Excel to Power BIExcel to Power BI
Excel to Power BI
 

Viewers also liked

Viewers also liked (7)

Bring your data to life with Power BI
Bring your data to life with Power BIBring your data to life with Power BI
Bring your data to life with Power BI
 
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 in 5 stappen
Power BI in 5 stappenPower BI in 5 stappen
Power BI in 5 stappen
 
Self service BI overview + Power BI
Self service BI overview + Power BISelf service BI overview + Power BI
Self service BI overview + Power BI
 
Power bi vs tableau
Power bi vs tableauPower bi vs tableau
Power bi vs tableau
 
Power BI Architecture
Power BI ArchitecturePower BI Architecture
Power BI Architecture
 

Similar to Primer on Power BI 201506

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
 

Similar to Primer on Power BI 201506 (20)

Primer on Power BI 201501
Primer on Power BI 201501Primer on Power BI 201501
Primer on Power BI 201501
 
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
 
Power BI
Power BIPower BI
Power BI
 
Primer on Power BI 20151003
Primer on Power BI 20151003Primer on Power BI 20151003
Primer on Power BI 20151003
 
powerBI_theguy.ppt
powerBI_theguy.pptpowerBI_theguy.ppt
powerBI_theguy.ppt
 
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
 
Conheça o Power BI
Conheça o Power BIConheça o Power BI
Conheça o Power BI
 
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
 
Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components
 
Power BI: From the Basics
Power BI: From the BasicsPower BI: From the Basics
Power BI: From the Basics
 
Bringing your data to life using Power BI - SPS London 2016
Bringing your data to life using Power BI - SPS London 2016Bringing your data to life using Power BI - SPS London 2016
Bringing your data to life using Power BI - SPS London 2016
 
Business Reporting with SharePoint And Self-service BI with PowerPivot
Business Reporting with SharePoint And Self-service BI with PowerPivotBusiness Reporting with SharePoint And Self-service BI with PowerPivot
Business Reporting with SharePoint And Self-service BI with PowerPivot
 
Self-Service Data Integration with Power Query - SQLSaturday #364 Boston
Self-Service Data Integration with Power Query - SQLSaturday #364 Boston  Self-Service Data Integration with Power Query - SQLSaturday #364 Boston
Self-Service Data Integration with Power Query - SQLSaturday #364 Boston
 
Power BI - Bring your data together
Power BI - Bring your data togetherPower BI - Bring your data together
Power BI - Bring your data together
 
Business Intelligent (BI) for Office 365
Business Intelligent (BI) for Office 365Business Intelligent (BI) for Office 365
Business Intelligent (BI) for Office 365
 
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...
 
Making Smarter Business Decisions with Power BI
Making Smarter Business Decisions with Power BIMaking Smarter Business Decisions with Power BI
Making Smarter Business Decisions with Power BI
 
MICROSOFT POWER BI PPT.pptx
MICROSOFT POWER BI PPT.pptxMICROSOFT POWER BI PPT.pptx
MICROSOFT POWER BI PPT.pptx
 
SPS-Power BI Introduction
SPS-Power BI IntroductionSPS-Power BI Introduction
SPS-Power BI Introduction
 
Power BI Overview
Power BI OverviewPower BI Overview
Power BI Overview
 

More from Mark Tabladillo

More from Mark Tabladillo (20)

How to find low-cost or free data science resources 202006
How to find low-cost or free data science resources 202006How to find low-cost or free data science resources 202006
How to find low-cost or free data science resources 202006
 
Microsoft Build 2020: Data Science Recap
Microsoft Build 2020: Data Science RecapMicrosoft Build 2020: Data Science Recap
Microsoft Build 2020: Data Science Recap
 
201909 Automated ML for Developers
201909 Automated ML for Developers201909 Automated ML for Developers
201909 Automated ML for Developers
 
201908 Overview of Automated ML
201908 Overview of Automated ML201908 Overview of Automated ML
201908 Overview of Automated ML
 
201906 01 Introduction to ML.NET 1.0
201906 01 Introduction to ML.NET 1.0201906 01 Introduction to ML.NET 1.0
201906 01 Introduction to ML.NET 1.0
 
201906 04 Overview of Automated ML June 2019
201906 04 Overview of Automated ML June 2019201906 04 Overview of Automated ML June 2019
201906 04 Overview of Automated ML June 2019
 
201906 03 Introduction to NimbusML
201906 03 Introduction to NimbusML201906 03 Introduction to NimbusML
201906 03 Introduction to NimbusML
 
201906 02 Introduction to AutoML with ML.NET 1.0
201906 02 Introduction to AutoML with ML.NET 1.0201906 02 Introduction to AutoML with ML.NET 1.0
201906 02 Introduction to AutoML with ML.NET 1.0
 
201905 Azure Databricks for Machine Learning
201905 Azure Databricks for Machine Learning201905 Azure Databricks for Machine Learning
201905 Azure Databricks for Machine Learning
 
201905 Azure Certification DP-100: Designing and Implementing a Data Science ...
201905 Azure Certification DP-100: Designing and Implementing a Data Science ...201905 Azure Certification DP-100: Designing and Implementing a Data Science ...
201905 Azure Certification DP-100: Designing and Implementing a Data Science ...
 
Big Data Advanced Analytics on Microsoft Azure 201904
Big Data Advanced Analytics on Microsoft Azure 201904Big Data Advanced Analytics on Microsoft Azure 201904
Big Data Advanced Analytics on Microsoft Azure 201904
 
Managing Enterprise Data Science 201904
Managing Enterprise Data Science 201904Managing Enterprise Data Science 201904
Managing Enterprise Data Science 201904
 
Training of Python scikit-learn models on Azure
Training of Python scikit-learn models on AzureTraining of Python scikit-learn models on Azure
Training of Python scikit-learn models on Azure
 
Big Data Adavnced Analytics on Microsoft Azure
Big Data Adavnced Analytics on Microsoft AzureBig Data Adavnced Analytics on Microsoft Azure
Big Data Adavnced Analytics on Microsoft Azure
 
Advanced Analytics with Power BI 201808
Advanced Analytics with Power BI 201808Advanced Analytics with Power BI 201808
Advanced Analytics with Power BI 201808
 
Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)
Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)
Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)
 
Machine learning services with SQL Server 2017
Machine learning services with SQL Server 2017Machine learning services with SQL Server 2017
Machine learning services with SQL Server 2017
 
Microsoft Technologies for Data Science 201612
Microsoft Technologies for Data Science 201612Microsoft Technologies for Data Science 201612
Microsoft Technologies for Data Science 201612
 
How Big Companies plan to use Our Big Data 201610
How Big Companies plan to use Our Big Data 201610How Big Companies plan to use Our Big Data 201610
How Big Companies plan to use Our Big Data 201610
 
Georgia Tech Data Science Hackathon September 2016
Georgia Tech Data Science Hackathon September 2016Georgia Tech Data Science Hackathon September 2016
Georgia Tech Data Science Hackathon September 2016
 

Recently uploaded

Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
amitlee9823
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
only4webmaster01
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
amitlee9823
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
karishmasinghjnh
 

Recently uploaded (20)

Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Detecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachDetecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning Approach
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...
➥🔝 7737669865 🔝▻ Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
 

Primer on Power BI 201506

  • 1. Primer on Power BI Mark Tabladillo, PhD, MVP Senior Data Scientist Predictix / LogicBlox June 3, 2015
  • 4. The World of Data is Changing
  • 5. Process Efficiency Cost Reduction Bringing Big Data to ONE BILLION people Develop New Business Models
  • 6. 1 in 4 enterprise customers on Office 3651 Billion Office Users Analyze Visualize Share Find Q&A MobileDiscover Scalable | Manageable | Trusted Self-service BI with the familiarity of Office and the power of the service
  • 9. Outline ◾What makes Power BI different from the Microsoft Office I have known for years? ◾What are the major Power BI features in Excel 2013 and 2010? ◾What are the major features for Power BI for Office 365? ◾How can our team license Power BI?
  • 10. How is Power BI Different
  • 11. Major Power BI Features in Excel Excel 2010 and Excel 2013
  • 12. Major Power BI Features in Excel Power Query Power Pivot Power View Power Map
  • 15. Why Power Query? Enables self-service data discovery, query, transformation and mashup experiences in Excel Discovery and connectivity to a wide range of data sources, including publicly available data of all sizes & shapes. Highly interactive and intuitive experience for rapidly and iteratively building queries over any data source, any size. Consistency of experience, and parity of query capabilities over all data sources. Joins across different data sources; ability to create custom views over data that can then be shared with team/department.
  • 16. Syntax for a Simple Query SELECT Orders.OrderDate, Products.OrderID, Products.ProductSKU FROM Products INNER JOIN Orders ON Products.OrderID = Orders.OrderID ORDER BY Products.ProductSKU from p in Products join o in Orders on p.OrderID equals o.OrderID orderby p.ProductSKU select new { o.OrderDate, p.OrderID, p.ProductSKU } Products.Join(Orders, Products, o => o.OrderID, p => p.OrderID, (p, o) => new { o.OrderDate, p.OrderID, p.ProductSKU } ).OrderBy( p => p.ProductSKU ) let Joined = Table.Join( Products, "OrderID", Orders, "OrderID" ), Columns = Table.SelectColumns(Joined, {"OrderDate", "OrderID", "ProductSKU"}), Sorted = Table.Sort( Columns, "ProductSKU" ), in Sorted
  • 17. Query Folding Power Query pushes work back to the source system whenever it can. SELECT ProductKey, EnglishProductName as [Product] FROM [dbo].[DimProduct] WHERE [ProductKey] < 10
  • 18. Analyzing data with Excel Discover Analyze Visualize Explore
  • 20. Analyzing data with Excel Discover Analyze Visualize Explore
  • 21. Analyzing data with Excel Discover Analyze Visualize Explore
  • 22. 2 2 Power Map – Geospatial Capabilities Pros  Bubble Maps, Column Maps, Region Maps and HeatMaps  Interactive and time-play axis  Ability to create and share visual tours  Ability to add multiple layers  Storytelling tool, not just visualization Cons  Unable to filter data  Unable to drill-down (though can switch between layers)  Unable to customize or add custom shapes  Unable to handle hierarchies
  • 23. Power BI and Excel 2010 Software Solution Power Pivot A version one of Power Pivot is available for Excel 2010. Microsoft’s website provides video, demos, and hands-on labs to try out the software. Opening up an Excel 2010 Power Pivot workbook in Excel 2013 requires an irreversible upgrade (meaning that collaboration between Excel 2010 and Excel 2013 users is not possible – pick one version or the other). There are some technical details involved in upgrading, which you can study by clicking this link. Power Map Power Map is not available for Excel 2010. Versions of Excel previous to 2002 had a native map feature. Though, advanced Excel users will know about Microsoft MapPoint, which has gone through nineteen versions since its debut. Sadly, MapPoint is being discontinued as of December 31, 2014. You might be able to obtain a copy now, or through some MSDN subscriptions. Power Query Power Query is available for Microsoft Office 2010 Professional Plus with Software Assurance. There are two versions, one for 32-bit (x86) and one for 64-bit (x64). Power View Power View is not available for Excel 2010.
  • 25. A powerful new way to work with data Self-service business intelligence with familiar Excel and the power of the cloud
  • 26. Sample Architecture SQL Server Warehouse (Issues IS) Active Directory (People) Azure Information (Data Centers) Power BI for Office 365 Corporate Data Catalogue Admin Center Manage Data Portal SPO team sites, BI Sites, Q&A Data Management Gateway APS Warehouse (Issues BI)
  • 27. Shared Queries Data Refresh Data Search Mobile Access BI Sites Natural Language Questions Share & collaborate with Power BI for Office 365
  • 28. Shared Queries Data Refresh Data Search Mobile Access BI Sites Natural Language Questions Share & collaborate with Power BI for Office 365
  • 29. Power BI for Office 365 Data Management Gateway Installed on-premises Workbook Cloud On Premise Share & collaborate with Power BI for Office 365 Shared Queries Data Refresh Data Search Mobile Access BI Sites Natural Language Questions
  • 30. Share & collaborate with Power BI for Office 365 Shared Queries Data Refresh Data Search Mobile Access BI Sites Natural Language Questions Search for: • Public Data • Corporate Data • Shared Queries
  • 31. Share & collaborate with Power BI for Office 365 Shared Queries Data Refresh Data Search Mobile Access BI Sites Natural Language Questions
  • 32. Share & collaborate with Power BI for Office 365 Shared Queries Data Refresh Data Search Mobile Access BI Sites Natural Language Questions
  • 33. Sample Working Architecture O365 Power BI Corporate Data Sources IT Admin Data Management Gateway Corporate Data Catalog Power BI Admin Center Data Management Portal SPO team sites, BI Sites, Q&A Cloud Data Sources Public Data Catalog Data Steward IW (Author) IW (Consumer) Manage Data Publish raw data sources or expose them as OData feeds Publish queries Data Refresh Data Refresh Power Query Power Pivot Power View Power Map Publish reports & create featured questions, configure scheduled refresh Import data, Publish queries Excel, Tablet/Mobile, Browser – Silverlight, HTML5 Consume interactive reports, ask questions Configure Import Data Import Data Import Data Import Data Public Cloud Data Sources Index
  • 36. Free Microsoft Software For Students https://www.dreamspark.com/ For Startups http://www.microsoft.com/bizspark/
  • 37. Recommended Links Free eBooks http://blogs.msdn.com/b/mssmallbiz/archive/2014/07/07/largest- collection-of-free-microsoft-ebooks-ever-including-windows-8-1-windows-8- windows-7-office-2013-office-365-office-2010-sharepoint-2013-dynamics-crm- powershell-exchange-server-lync-2013-system-center-azure-cloud-sql.aspx Documentation http://msdn.Microsoft.com Channel 9 Videos http://channel9.msdn.com/Search?term=power%20bi#ch9Search PASS http://sqlpass.org MarkTab Blog http://marktab.net
  • 39.
  • 41. Books Collie, R. (2012). DAX Formulas for PowerPivot: A Simple Guide to the Excel Revolution: Holy Macro! Books. de Jonge, K. (2014). Dashboarding and Reporting with Power Pivot and Excel: How to Design and Create a Financial Dashboard with PowerPivot – End to End: Holy Macro! Books. Ferrari, A., & Russo, M. (2013). Microsoft Excel 2013 Building Data Models with PowerPivot: Microsoft Press. Jelen, B., & Collie, R. (2014). PowerPivot Alchemy: Patterns and Techniques for Excel: Holy Macro! Books. Larson, B., Davis, M., English, D., & Purington, P. (2012). Visualizing Data with Microsoft Power View: McGraw-Hill/Osborne Media. Webb, C. (2014). Power Query for Power BI and Excel: Apress.