Power BI. Melissa Coates. Atlanta SQLSaturday BI Edition 1/9/2016. Blog: sqlchick.com

Size: px
Start display at page:

Download "Power BI. Melissa Coates. Atlanta SQLSaturday BI Edition 1/9/2016. Blog: sqlchick.com"

Transcription

1 Power BI Architecture, Integration Points, Implementation Options Atlanta SQLSaturday BI Edition 1/9/2016 Melissa Coates Solution Architect, BlueGranite blue-granite.com Blog: sqlchick.com

2 Agenda: 1. Brief Overview and History of Power BI 2. Implementation Options & Architecture Service architecture Components & integration Authoring environments Types of datasets 3. Bimodal BI: Use Cases for Power BI 4. Things to Consider Getting Started Power BI Architecture, Integration Points, Implementation Options Reuse of objects Types of gateways Sharing & collaboration Free vs Pro licensing

3 Overview & Evolution of Power BI

4 Components of Power BI Set of tools targeted primarily at analysts & power users to facilitate acquiring, cleansing, standardizing, modeling, presenting & sharing of data Power BI Desktop Edit Queries Data & Relationships Report -- Web -- Power Query Power Pivot Power View, Excel PivotTable, Excel PivotChart Excel Reports, Dashboards, Sharing, Q&A Power BI Service Mobile Power BI Mobile Apps

5 Typical Users of Microsoft Reporting Tools Reporting Services Datazen PerformancePoint Visio Services Power BI Desktop Power Pivot Power Query Power Map Report Builder Power View Excel Corporate BI Self-Service BI

6 Evolution of Power BI V1: Power BI for Office 365 GA Release Feb 2014 Excel Add-Ins Integrated with Office SharePoint Online Data must be replicated in embedded data model (Power Pivot) Deprecated as of 3/31/2016; customers required to migrate to V2 V2: Power BI Dashboards GA Release July 2015 Excel Add-Ins or Power BI Desktop Independent Software as a Service Support for embedded data model or DirectQuery Toolsets are maturing; very fast release cycles Scope: Self-Service BI Scope: Self-Service BI + elements of Corporate BI, Analytics

7 Implementation Options & Architecture

8 Power BI V2 Primary Components Power BI Desktop Power BI Service Power BI Mobile Apps New tool of choice for creating queries, data model, and reports Excel Add-Ins The Software as a Service (SaaS) web portal component at powerbi.com for sharing & collaboration If someone says Power BI they may be referring to the Power BI Service specifically, or to the ecosystem as a whole. Native mobile apps (ios, Android, Windows) for viewing & interacting with dashboards

9 Power BI Service Architecture The Power BI Service is built on Azure. Azure 1 Web Front End cluster 1 handles connectivity & authentication 2 Back End cluster manages Power BI Service activities User data is uploaded to Blob storage 4 5 Metadata is stored in SQLDB Public internet boundary Enhanced In-Memory Tabular DB to service queries Image source: Info about In-Memory Tabular DB: Pg Applied Microsoft Power BI by Teo Lachev

10 Power BI Implementation Options On-Premises Cloud Services a 4b Power BI Desktop and/or Excel Add-Ins only Power Pivot for SharePoint Power BI for Office 365 (V1) Power BI (V2) with Power BI Service Pyramid Analytics Server (part of V2) V1 Deprecated 3/31/2016 4c Integrated with Custom Application (part of V2) Hybrid Environment

11 1 Excel Add-Ins &/or Power BI Desktop Only No usage of the Power BI Service or Mobile Apps

12 4a Power BI (V2) End-to-End

13 Authoring & Reuse of Power BI Objects A dashboard can contain elements from many reports. A report can reference data from one dataset. A single dataset can be reused among various reports.

14 Authoring Environments Power BI Desktop Excel Add-Ins Power BI Service New tool of choice for creating queries, data model, and reports Monthly release cycle for new features PBIX format Includes Power Query, Power Pivot, and Power View add-ins Much slower release cycle of new features due to deep Excel integration XLSX format The web portal component for sharing & collaboration Dashboards and Q&A must be created in the web; Reports can optionally be edited in the web Weekly release cycle for new features Tip: There s no download ability (PBIX or XLSX) yet from the Power BI Service. Since a report originally uploaded from PBI Desktop or Excel can be modified in the web, you need to be careful with where the original resides.

15 Deciding Which Tool to Use? Power BI Desktop Excel Add-Ins You run an older Excel version You have 32-bit Excel You want the newest features as quickly as possible You want to access SaaS connectors & other new sources Release cycle: new Power BI Desktop msi installer 1x / month * You already have an Excel 2013 click-torun version that supports the Power add-ins running in 64-bit mode Your analysts feel strongly about using Excel & don t mind waiting for features You want to use pivot tables, pivot charts, and cube functions (will require publishing to OneDrive) It s likely you ll upsize to SSAS Tabular * Although Power BI Desktop updates monthly, the Power BI Service (online) updates weekly. You have no control over new features being introduced to the Service.

16 Types of Datasets Embedded Dataset An in-memory columnar data structure. Limited to 250MB compressed in size which applies to storage limits. In this situation, the data is *stored* in the dataset and imported to the Power BI Service. Requires refresh schedule to stay current. Embedded datasets can be created various ways: Pull Power BI Desktop ( Get Data ) Power Pivot Excel add-in SaaS Connector (SaaS Content Pack) Push Streaming data (Azure Stream Analytics) API library Direct Query Live Connection Queries are live back to original data source. Useful for: Utilizing existing data investments Larger datasets that cannot or shouldn t be replicated When row-level security is required (via SSAS with EffectiveUserName) No refresh schedule is required. In this situation, the dataset in the Power BI service is a connection string only. DirectQuery is supported for: SQL Server (with Enterprise Gateway) SAP HANA (with Enterprise Gateway) Azure SQL DB Azure SQL DW Spark on HDInsight Live Connection is supported for: SSAS Tabular (with Enterprise Gateway) SSAS Multidimensional (with Enterprise Gateway)

17 Using a Dataset Published to Power BI Data stored & refreshed in the Power BI Service

18 Using DirectQuery or Live Connection Live queries to source (Note: tiles are cached in the Power BI Service as images in order to improve performance)

19 Power BI Gateways Personal Gateway Handles data refresh for data imported into the Power BI Service via Azure Service Bus. Each individual user sets up their own data refresh schedule. One gateway can be installed per user. Typically only needed for on-premises data sources (not usually for cloud sources). If user is admin on machine: runs as Service. Otherwise, runs on Application (which requires user to be logged in for refresh to succeed). In public preview. Enterprise Gateway Handles DirectQuery: SQL Server SAP HANA Handles Live Connection (explore live): SSAS (Tabular and Multidimensional) Will replace the SSAS Connector early reports are that speed is *significantly* better with Enterprise Gateway. Data refresh capabilities (in addition to DirectQuery & Live Connection) are coming soon.

20 Options for Sharing Content Share Dashboard Share a read-only dashboard from My Workspace with another user Intended for sharing with a few select colleagues Recommendation: use minimally; if employee leaves Group Group workspace for datasets, reports, and dashboards Intended for team collaboration O365 unified groups All group members are set to read or edit permissions 10GB size limit Organizational Content Pack Sets of datasets, reports, and dashboards Intended for broad delivery across numerous groups User discovers via Get Data User can personalize a copy in My Workspace (and even re-share) 1 person 1 group many groups

21 Workspaces, Sharing, and Collaboration

22 Power BI Service Limits Per user account or group: # of reports per dataset: 200 (Multi-page reports still count as 1) # of datasets: 200 Size for embedded dataset (non-direct connect): 250MB compressed # of dashboards: 100 # of reports: 40,000 Workspace data storage: 1 GB (Free license) 10 GB (Pro license) API calls: Single push: 10,000 rows Continuous push: 500 rows once per second Max rows per table: 5,000,000 (or 2,000,000 if continuous) Pending requests: 5 Per tenant: Global data storage: 10 GB x # of Pro licenses purchased Sharing to a group > 500 members is not supported

23 Who Needs a Pro License? Freemium model: Free license & Pro license Retail pricing of a Power BI Pro license is $9.99 / user / month Both producers and consumers need a Pro license if any paid features are being utilized. Paid features include: Data refresh more frequently than daily Data streams in excess of 10k rows/hour Data accessed via DirectQuery (ex: SSAS or SQL Server with Enterprise Gateway) Data accessed and refreshed via the Personal Gateway Storage > 1GB for data models published and refreshed in Power BI Service Publishing via organizational content packs Publishing to a group workspace Shared queries via the Data Catalog (not yet available in V2)

24 Power BI (V2) End-to-End

25 Bimodal BI

26 Bimodal BI & Analytics Two modes for development & delivery of information Agile Self-Service BI Business-driven Rapid delivery Less governance Exploration freedom Traditional Corporate BI Defined IT-driven processes Reliable Governed & secured Standardized

27 Use Cases for Power BI Power BI used for reporting only (data queries only; not replicated in Power BI) Report Only Requires direct connection to source data Reports from source w/ higher data volumes Reports from source w/ row level security (SSAS Tabular) Power BI used for data shaping, modeling, and reporting (data typically is replicated & refreshed in Power BI) Query Model Report Small individual self-service projects Data mashups (up to 250MB compressed in web) One-time or infrequent analysis On the fly reporting with Q&A Standalone SaaS connectors APIs to programmatically push data to Power BI

28 Bimodal BI: Where Power BI Can Fit Self-Service BI Corporate BI Excel Data Model (Power Pivot) Upsize Prototype SSAS Tabular Model Mashup of different data sources One-time or infrequent analysis Supply info needed very quickly Augment corporate BI solutions Standalone SaaS Connectors (ex: SalesForce, CRM) Application Integration (APIs) DW & Analytics Environment Analytical Machine Learning Data Warehouse Streaming Power BI Reporting Data Lake

29 Recap + Questions

30 Recap of Main Points Various options, each with its own strengths and shortcomings, will remain as viable choices for delivery: Power BI Desktop and/or Excel Add-Ins Only (no portal) Power Pivot for SharePoint (on-premises) Pyramid Analytics (3 rd Party on-premises) Power BI Service (SaaS) Evolving: Application integration and embedding in websites The Power BI ecosystem is continually evolving and growing in its role as a self-service BI tool, as well as elements of corporate BI A hybrid approach can be utilized to take advantage of existing BI/DW assets A purposeful Bimodal BI approach can attempt to balance many different agile and traditional needs

31 Things to Consider Getting Started Decision on using Power BI Desktop, or Excel, or both + training needs Use of Groups, including integration of O365 unified groups with AD Organizing content into Groups by subject area and/or user security boundaries Securing access to content and row-level security needs which can be met using Live Connection to SSAS using EffectiveUserName via Enterprise Gateway Types of users; who will be consumers vs publishers and is there a process for verification/approval of data models published Data source types and usage (imported to Service vs DirectQuery) Options for distributing, publishing, sharing content (file system, Power BI Service, application integration, mobile apps)

32 Resources To Follow Power BI Team Blog: Weekly Power BI Service Updates Monthly Power BI Desktop Updates Power BI Support Blog: Power BI Community Site: Support & Documentation User Voice (ideas for product team) File Downloads GuyInACube YouTube Channel: aka.ms/guyinacube Short videos from Adam Saxton

33 Thanks for Attending! Melissa Coates Blog: sqlchick.com Check Presentations & Downloads at sqlchick.com for this slide deck. Creative Commons License: Attribution-NonCommercial-NoDerivative Works 3.0

Distributing Power BI Content

Distributing Power BI Content Distributing Power BI Content Distributing Power BI Content Heidi Enho Microsoft MVP (Data Platform & Excel) Microsoft Certified Trainer, MCSA heidi.enho@sulava.com HExcelligent.fi, vilahdus.fi Objectives

More information

CONFIGMGR DATA SOLUTIONS

CONFIGMGR DATA SOLUTIONS CONFIGMGR DATA SOLUTIONS Benjamin Reynolds blogs.technet.microsoft.com/ benjamin/ Microsoft Steve Thompson www.stevethompsonmvp.wordpress.com Senior Consultant Softchoice Benjamin Reynolds Steve Thompson?

More information

POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE. Khilitchandra Prajapati

POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE. Khilitchandra Prajapati POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE Khilitchandra Prajapati www.bigator.com COMMON BI CHALLENGES Lots of data to analyze Getting complete picture is very difficult Many types of data Structured,

More information

Sharing and collaborating in Power BI:

Sharing and collaborating in Power BI: Andrea Martorana Tusa Sharing and collaborating in Power BI: How to fulfill your audience Event Sponsors Expo Sponsors Expo Light Sponsors Speaker Info First name: Andrea. Last name: Martorana Tusa. Italian,

More information

POWER BI BOOTCAMP. COURSE INCLUDES: 4-days of instructor led discussion, Hands-on Office labs and ebook.

POWER BI BOOTCAMP. COURSE INCLUDES: 4-days of instructor led discussion, Hands-on Office labs and ebook. Course Code: AUDIENCE: FORMAT: LENGTH: POWER BI BOOTCAMP O365-410-PBI (CP PBI365) Data Analyst and BI Professionals Instructor-led training with hands-on labs 4 Days COURSE INCLUDES: 4-days of instructor

More information

SQL Server Course Analyzing Data with Power BI Length. Audience. What You'll Learn. Course Outline. 3 days

SQL Server Course Analyzing Data with Power BI Length. Audience. What You'll Learn. Course Outline. 3 days SQL Server Course - 20778 Analyzing Data with Power BI 2017 Length 3 days Audience The course will likely be attended by SQL Server report creators who are interested in alternative methods of presenting

More information

The Importance of good data management and Power BI

The Importance of good data management and Power BI The Importance of good data management and Power BI The BI Iceberg Visualising Data is only the tip of the iceberg Data Preparation and provisioning is a complex process Streamlining this process is key

More information

Power BI. The shift to business-led self-service analytics. Gogula Aryalingam. Senior Architect Data Analytics Brandix i3, SRI LANKA

Power BI. The shift to business-led self-service analytics. Gogula Aryalingam. Senior Architect Data Analytics Brandix i3, SRI LANKA Power BI The shift to business-led self-service analytics Gogula Aryalingam Senior Architect Data Analytics Brandix i3, SRI LANKA About Me Microsoft MVP, Data Platform PASS Regional Mentor South Asia Community

More information

Delivery Options for Planning a Solution

Delivery Options for Planning a Solution Delivery Options for Planning a Solution Paul Turley Data Platform MVP Paul Turley Microsoft Data Platform MVP Principal Consultant, Intelligent Business LLC paul@intelligentbiz.net @paul_turley Sqlserverbi.blog

More information

Power BI for the Developer Integrate, Extend, Embed!

Power BI for the Developer Integrate, Extend, Embed! SQLSaturday #630 Brisbane 27 May, 2017 Power BI for the Developer Integrate, Extend, Embed! Peter Myers Bitwise Solutions Thanks to the Sponsors Presenter introduction Peter Myers Independent BI Expert,

More information

Power BI for the Developer Integrate, Extend, Embed!

Power BI for the Developer Integrate, Extend, Embed! Czech Republic Windows User Group 2 November, 2017 Power BI for the Developer Integrate, Extend, Embed! Peter Myers Bitwise Solutions Presenter introduction Peter Myers Independent BI Expert, Bitwise Solutions

More information

Power BI for the Developer

Power BI for the Developer VIC.NET User Group Power BI for the Developer Integrate, Embed, Extend Peter Myers 12 July, 2016 1 Presenter introduction Peter Myers Independent BI Expert, Bitwise Solutions BBus, SQL Server MCSE, Data

More information

Analyzing Data with Power BI

Analyzing Data with Power BI Course 20778A: Analyzing Data with Power BI Course Outline Module 1: Introduction to Self-Service BI Solutions Introduces business intelligence (BI) and how to self-serve with BI. Introduction to business

More information

PowerUp Echo Webinar Series

PowerUp Echo Webinar Series PowerUp Echo Webinar Series 1 WELCOME Power BI Showcase Tad Thompson Sr. Technical Advancement Developer Meet Your Presenter Facebook.com/PowerObjects @TadMT Image Tad Thompson Sr. Technical Advancement

More information

ETL (extract, transform and load) Architect ETL development using various ETL tools: DTS / SSIS, Hummungbird Genio, Informatica, Datastage DW

ETL (extract, transform and load) Architect ETL development using various ETL tools: DTS / SSIS, Hummungbird Genio, Informatica, Datastage DW Whoami ETL (extract, transform and load) Architect ETL development using various ETL tools: DTS / SSIS, Hummungbird Genio, Informatica, Datastage DW Experience in various domains: Pharmaceutical, finance,

More information

SQL Server Analysis Services Tabular Models and Power BI

SQL Server Analysis Services Tabular Models and Power BI SQL Server Analysis Services Tabular Models and Power BI Course ISI-1487 4 Days Instructor-led, Hands-on Introduction This four-day instructor-led course is aimed at database professionals who fulfill

More information

Power BI behind the scenes: security and users management. Andrea Martorana Tusa BI Specialist

Power BI behind the scenes: security and users management. Andrea Martorana Tusa BI Specialist Power BI behind the scenes: security and users management Andrea Martorana Tusa BI Specialist Speaker info First name: Andrea. Last name: Martorana Tusa. Italian, working by Widex a danish company which

More information

Data Insights with Power BI. Phua Chiu Kiang MVP, SQL Server

Data Insights with Power BI. Phua Chiu Kiang MVP, SQL Server Data Insights with Power BI Phua Chiu Kiang MVP, SQL Server (ckphua@pckconsulting.com) Agenda Power BI Power Pivot Power View Power Map Power BI Site SQL Server 2014 and the data platform Microsoft Power

More information

Dave Ruijter Lead Consultant Data & Analytics

Dave Ruijter Lead Consultant Data & Analytics Gebruikersdag 2018 Dave Ruijter Lead Consultant Data & Analytics Helping customers to go from data to insights to intelligent actions. Creating the best solution, no matter the challenges. Combining multiple

More information

HOW TO NAVIGATE THROUGH THE CORNUCOPIA OF POWER BI ARCHITECTURE OPTIONS

HOW TO NAVIGATE THROUGH THE CORNUCOPIA OF POWER BI ARCHITECTURE OPTIONS 1 HOW TO NAVIGATE THROUGH THE CORNUCOPIA OF POWER BI ARCHITECTURE OPTIONS GREG SHARROW DIRECTOR COMMERCIAL DIGITAL SOLUTIONS October 6, 2018 Visit the Sponsor Booths Lots of Raffle Prizes! Get your parking

More information

Getting Started with Power BI 8 Easy Steps

Getting Started with Power BI 8 Easy Steps Getting Started with Power BI 8 Easy Steps Getting Started with Microsoft Power BI An easy to follow guide for beginners and end users like me! This guide is designed for end users like me, to help you

More information

Analyzing Data with Power BI (20778)

Analyzing Data with Power BI (20778) Analyzing Data with Power BI (20778) Duration: 3 Days Live Course Delivery Price: $1795 MOC On-Demand Price: $895 Discounts: We offer multiple discount options. Click here for more info. Delivery Options:

More information

Analyzing Data with Power BI

Analyzing Data with Power BI Analyzing Data with Power BI Course 20778B 3 Days Instructor-led, Hands-on Course Description The main purpose of this three-day instructor-led course is to give students a good understanding of data analysis

More information

Member of Western Europe Data Insights & AI. 14 years of SQL Server and 7 years of consultany.

Member of Western Europe Data Insights & AI. 14 years of SQL Server and 7 years of consultany. About Member of Western Europe Data Insights & AI 14 years of SQL Server and 7 years of consultany Steve.verschaeve@microsoft.com Overview How to acquire Power BI Report Server for the BI user Power BI

More information

SQL Server 2016/2017. What s new in SSRS

SQL Server 2016/2017. What s new in SSRS SQL Server 2016/2017 What s new in SSRS WhoAmI BI Tech Leader at McGill University ETL development using various ETL tools: DTS / SSIS, Hummungbird Genio, Informatica, Datastage DW Experience in various

More information

Audience Profile The course will likely be attended by SQL Server report creators who are interested in alternative methods of presenting data.

Audience Profile The course will likely be attended by SQL Server report creators who are interested in alternative methods of presenting data. [MS20778]: Analyzing Data with Power BI Length : 3 Days Audience(s) : Information Workers Level : 300 Technology : Power BI Delivery Method : Instructor-led (Classroom) Course Overview The main purpose

More information

Exceed your business with SharePoint Server 2010

Exceed your business with SharePoint Server 2010 Exceed your business with SharePoint Server 2010 Alexandre Mendeiros alexandre.mendeiros@microsoft.com Alexandre Mendeiros Premier Field Engineer for SQL Server & Business Intelligence area. Working with

More information

SharePoint 2013 Business Intelligence

SharePoint 2013 Business Intelligence SharePoint 2013 Business Intelligence 55042; 4 Days, Instructor-led Course Description This 4-day instructor-led course provides students with the necessary knowledge to work with all the associated SharePoint

More information

Microsoft BI Product Suite

Microsoft BI Product Suite Microsoft BI Product Suite On Premises and In the Cloud What is Business Intelligence? How is the BI industry evolving? What are the typical components of a BI solution? How can BI be deployed within your

More information

SharePoint 2013 PerformancePoint Services

SharePoint 2013 PerformancePoint Services SharePoint 2013 PerformancePoint Services Course 55057; 3 Days, Instructor-led Course Description This three-day instructor-led course provides students with the necessary knowledge to work with PerformancePoint

More information

Welcome! Power BI User Group (PUG) San Francisco

Welcome! Power BI User Group (PUG) San Francisco Welcome! Power BI User Group (PUG) San Francisco Notes to the Presenter Slides 2-4 contain notes for the presenter and are hidden. You may include your picture and company logo on the intro slide only

More information

POWER BI INTEGRATION U S E R G U IDE

POWER BI INTEGRATION U S E R G U IDE POWER BI INTEGRATION Monitor your most critical reporting data in Web or Mobile app. EXTEN S ION FOR MAG EN T O 2 U S E R G U IDE June 2017 Version 1.0.0 Kyrylo Kostiukov kostiukov@bimproject.net COPYRIGHT

More information

Welcome! Power BI User Group (PUG) London

Welcome! Power BI User Group (PUG) London Welcome! Power BI User Group (PUG) London Power BI Report Server: Self-Service BI and Enterprise Reporting On-Premises Alejandro Leguizamo Principal Consultant Alejandro Leguizamo @AlejoSQL SQL Server

More information

SSRS and Izenda: Comparing an Enterprise Reporting Tool and an Embedded BI Platform. 1

SSRS and Izenda: Comparing an Enterprise Reporting Tool and an Embedded BI Platform. 1 SSRS and Izenda: Comparing an Enterprise Reporting Tool and an Embedded BI Platform 1 www.izenda.com Introduction The reporting tools that come with the relational database management system your organization

More information

Data Insights. with Power BI and SSRS Look at More A THInc.IT Conference. Kevin Carter February 22, 2018.

Data Insights. with Power BI and SSRS Look at More A THInc.IT Conference. Kevin Carter February 22, 2018. Data Insights with Power BI and SSRS Speaker Kevin Carter kevin.carter@thincit.com 2018 Look at More A THInc.IT Conference February 22, 2018 Meet the Speaker Kevin Carter Director, THInc.IT Business Intelligence

More information

ORYX GTL Business Intelligence Platform Evolution Jordi Bartual Paris

ORYX GTL Business Intelligence Platform Evolution Jordi Bartual Paris http://jbartual.wordpress.com/ ORYX GTL Business Intelligence Platform Evolution 2010 2015 Jordi Bartual Paris Agenda 1. 2011 2014 (20 min) 2. 2015 and beyond (10 min) 3. Q&A (15 min) 2010 2014 Architecture

More information

OBIEE12c New Features for End-Users, Developers and Sys Admins

OBIEE12c New Features for End-Users, Developers and Sys Admins OBIEE12c New Features for End-Users, Developers and Sys Admins Mark Rittman, CTO, Rittman Mead OTN EMEA Tour, May 2016 info@rittmanmead.com www.rittmanmead.com @rittmanmead About the Speaker Mark Rittman,

More information

MCSA BI Reporting. A Success Guide to Prepare- Analyzing and Visualizing Data with Microsoft Power BI. edusum.com

MCSA BI Reporting. A Success Guide to Prepare- Analyzing and Visualizing Data with Microsoft Power BI. edusum.com 70-778 MCSA BI Reporting A Success Guide to Prepare- Analyzing and Visualizing Data with Microsoft Power BI edusum.com Table of Contents Introduction to 70-778 Exam on Analyzing and Visualizing Data with

More information

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

Course 20467C: Designing Self-Service Business Intelligence and Big Data Solutions Course 20467C: Designing Self-Service Business Intelligence and Big Data Solutions Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

More information

Article from. CompAct. April 2017 Issue 55

Article from. CompAct. April 2017 Issue 55 Article from CompAct April 2017 Issue 55 Power BI: Reporting and Dashboards Taken to the Next Level By Tim Heng BUSINESS INTELLIGENCE AT YOUR FINGERTIPS There s a certain irony about having something at

More information

7 October Rolf Tesmer. SQL & BI Solutions Architect. b https://mrfoxsql.wordpress.com/ in https://au.linkedin.

7 October Rolf Tesmer. SQL & BI Solutions Architect. b https://mrfoxsql.wordpress.com/ in https://au.linkedin. 7 October 2015 Rolf Tesmer SQL & BI Solutions Architect b https://mrfoxsql.wordpress.com/ in https://au.linkedin.com/in/rolftesmer Agenda BI Refresher What is Datazen Managing the Datazen Server Client

More information

Realizing the Power of Microsoft Reporting

Realizing the Power of Microsoft Reporting Realizing the Power of Microsoft Reporting SQL Saturday #187 - Richmond 1118 West Main Street Richmond, Virginia 23230 804.355.0511 2012 CapTech Ventures, Inc. IT Management Consulting Systems Integration

More information

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 ABOUT THIS COURSE This five-day course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus include implementing high availability, disaster

More information

Transitioning Guide. Important information to help you transition to Microsoft Dynamics 365 from Dynamics CRM THE MICROSOFT SUITE CONSISTS OF.

Transitioning Guide. Important information to help you transition to Microsoft Dynamics 365 from Dynamics CRM THE MICROSOFT SUITE CONSISTS OF. Transitioning Guide Important information to help you transition to Microsoft Dynamics 365 from Dynamics CRM THE MICROSOFT SUITE CONSISTS OF Office 365 Microsoft Dynamics 365 Power BI Sales Customer Service

More information

REPORT BUILDER AND PERFORMANCEPOINT 2013 COMBO PACK

REPORT BUILDER AND PERFORMANCEPOINT 2013 COMBO PACK CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: REPORT BUILDER AND PERFORMANCEPOINT 2013 COMBO PACK Course: 55060A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This five-day instructor-led course

More information

SAMPLE. Regardless of which definition you follow, Power BI can help you with your data analytics needs.

SAMPLE. Regardless of which definition you follow, Power BI can help you with your data analytics needs. Chapter 1 Introducing Power BI 1.1 What is Microsoft Power BI? 1 1.2 Understanding the Power BI Products 10 1.3 Power BI and You 20 1.4 Summary 27 Without supporting data, you are just another person with

More information

Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom

Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom Course Overview This five-day course examines how to plan, configure,

More information

Emerging Technologies Innovations and Evolutions in BI, Analytics, and Data Warehousing

Emerging Technologies Innovations and Evolutions in BI, Analytics, and Data Warehousing Emerging Technologies Innovations and Evolutions in BI, Analytics, and Data Warehousing By TDWI Research Directors: Philip Russom, David Stodder, and Fern Halper October 14, 2015 TDWI would like to thank

More information

ADVANCED ANALYTICS & IOT ARCHITECTURES

ADVANCED ANALYTICS & IOT ARCHITECTURES ADVANCED ANALYTICS & IOT ARCHITECTURES Presented by: Orion Gebremedhin Director of Technology, Data & Analytics Marc Lobree National Architect, Advanced Analytics EDW THE RIGHT TOOL FOR THE RIGHT WORKLOAD

More information

Getting Started with Amazon QuickSight

Getting Started with Amazon QuickSight Getting Started with QuickSight Matt McClean Solutions Architect, AWS April 14, 2016 2016, Web Services, Inc. or its Affiliates. All rights reserved. What to Expect from the Session Overview of Big Data

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 20332 - Advanced Solutions of Microsoft SharePoint Server 2013 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This five-day training course examines

More information

Mobile BI with Microsoft Tools

Mobile BI with Microsoft Tools Mobile BI with Microsoft Tools Andrea Martorana Tusa @bruco441 andrea.martoranatusa@gmail.com Thank you to our AWESOME sponsors! 2 10/12/2016 SQL Saturday Slovenia About me Andrea Martorana Tusa Analyst

More information

Advanced Analytics in Azure

Advanced Analytics in Azure Explore What s Possible. Advanced Analytics in Azure Amie Mason, Practice Lead Data Science & Analytics amiem@attunix.com The Attunix Difference business technology Attunix delivers results at the intersection

More information

Microsoft SharePoint 2013 Business Intelligence

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

More information

This tutorial covers all the important concepts in Power BI and provides a foundational understanding on how to use Power BI.

This tutorial covers all the important concepts in Power BI and provides a foundational understanding on how to use Power BI. About the Tutorial Power BI is a Data Visualization and Business Intelligence tool that converts data from different data sources to interactive dashboards and BI reports. Power BI suite provides multiple

More information

Power BI Governance and Deployment Approaches

Power BI Governance and Deployment Approaches Power BI Governance and Deployment Approaches Whitepaper Summary: Sections 1-3 introduce governance concepts related to three types of business intelligence: Corporate BI, IT-Managed Self-Service BI, and

More information

CRM Business Intelligence Wizard for Dynamics 365

CRM Business Intelligence Wizard for Dynamics 365 CRM Business Intelligence Wizard for Dynamics 365 Course Level: 200 This class reviews the unique CRM reporting capabilities of Advanced Find views & charts, reports using the built-in report wizard, custom

More information

Fast Start Business Analytics with Power BI

Fast Start Business Analytics with Power BI Fast Start Business Analytics with Power BI Accelerate Through classroom, challenging, training and a quick proof of concept, learn about Power BI and how it can help speed up your decision making and

More information

Implementing Mobile BI Dashboards. with Datazen

Implementing Mobile BI Dashboards. with Datazen Implementing Mobile BI Dashboards with Datazen Mobility Is the New Normal 52% of information workers across 17 countries report using three or more devices for work. (FORRESTER RESEARCH, BT FUTURES REPORT)

More information

Mihail Mateev. Creating Custom BI Solutions with Power BI Embedded

Mihail Mateev. Creating Custom BI Solutions with Power BI Embedded Mihail Mateev Creating Custom BI Solutions with Power BI Embedded SQLSat Kyiv Team Yevhen Nedashkivskyi Alesya Zhuk Eugene Polonichko Oksana Borysenko Oksana Tkach Mykola Pobyivovk Sponsor Sessions Starts

More information

Exam /Course 20332B Advanced Solutions of Microsoft SharePoint Server 2013

Exam /Course 20332B Advanced Solutions of Microsoft SharePoint Server 2013 Exam 70-332/Course 20332B Advanced Solutions of Microsoft SharePoint Server 2013 Prerequisites Before attending this course, students must have: Completed Course 20331: Core Solutions of Microsoft SharePoint

More information

SharePoint 2013 Business Intelligence

SharePoint 2013 Business Intelligence SharePoint 2013 Business Intelligence Duration: 5 Days Course Code: M55042 Overview: This three-day instructor-led course provides students with the necessary knowledge to work with all the associated

More information

DETAILED COURSE AGENDA

DETAILED COURSE AGENDA DETAILED COURSE AGENDA Dynamics 365 University: Business Intelligence Wizard Detailed Agenda Course Level: 200 Microsoft Dynamics CRM Online offers powerful reporting and analytics. This class will review

More information

POWER BI WHAT S INSIDE ABOUT THE AUTHOR APPLIED MICROSOFT. Bring Your Data to Life! Teo Lachev EDITION MICROSOFT DATA ANALYTICS.

POWER BI WHAT S INSIDE ABOUT THE AUTHOR APPLIED MICROSOFT. Bring Your Data to Life! Teo Lachev EDITION MICROSOFT DATA ANALYTICS. POWER BI FOR PROS Get instant insights from cloud services & files Enable sharing and collaboration Explore data with interactive reports Deploy to cloud and on premises Assemble dashboards with a few

More information

9º Encuentro Danysoft en Microsoft º Encuentro Danysoft en Microsoft

9º Encuentro Danysoft en Microsoft º Encuentro Danysoft en Microsoft SharePoint is the business collaboration platform for the enterprise and the Internet SharePoint enables Deliver the best productivity experience Cut costs with a unified infrastructure Rapidly adapt to

More information

Building Your Own Solution with Power Apps and Flow Steve Knutson

Building Your Own Solution with Power Apps and Flow Steve Knutson Building Your Own Solution with Power Apps and Flow Steve Knutson 2017 About me Managing Director of Stratos Technology Partners Microsoft MVP for Office Servers & Services 25+ years IT industry experience

More information

Administering Microsoft System Center Configuration Manager and Cloud Services Integration (beta) (703)

Administering Microsoft System Center Configuration Manager and Cloud Services Integration (beta) (703) Administering Microsoft System Center Configuration Manager and Cloud Services Integration (beta) (703) Configure and Maintain a Configuration Manager Management Infrastructure Configure the management

More information

Request for Proposals for a Business Intelligence and Analytics Platform Q&A

Request for Proposals for a Business Intelligence and Analytics Platform Q&A Request for Proposals for a Business Intelligence and Analytics Platform Q&A 1. What's the timeframe on the estimated "50-100 GB of data"? Is that day 1 starting volume? What is it expected to look like

More information

20332B: Advanced Solutions of Microsoft SharePoint Server 2013

20332B: Advanced Solutions of Microsoft SharePoint Server 2013 20332B: Advanced Solutions of Microsoft SharePoint Course Details Course Code: Duration: Notes: 20332B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

Microsoft Azure Essentials

Microsoft Azure Essentials Microsoft Azure Essentials Azure Essentials Track Summary Data Analytics Explore the Data Analytics services in Azure to help you analyze both structured and unstructured data. Azure can help with large,

More information

Business Applications. Power Platform October Release Notes

Business Applications. Power Platform October Release Notes Business Applications Power Platform October Release Notes 1 Empower everyone to innovate Power Platform 2 Contents Microsoft PowerApps...4 Continued innovation for app makers...4 PowerApps Platform provides

More information

Building a Modern Data Warehouse in Azure for Power BI

Building a Modern Data Warehouse in Azure for Power BI Building a Modern Data Warehouse in Azure for Power BI About Us Phil Spokas email phil@intellitect.com Web Intellitect.com/phil Twitter Linked In @philspokas /in/philspokas web Twitter Intellitect.com

More information

Business is being transformed by three trends

Business is being transformed by three trends Business is being transformed by three trends Big Cloud Intelligence Stay ahead of the curve with Cortana Intelligence Suite Business apps People Custom apps Apps Sensors and devices Cortana Intelligence

More information

Business Application Platform Turn business expertise into solutions with ease

Business Application Platform Turn business expertise into solutions with ease Business Application Platform Turn business expertise into solutions with ease Tobias Triebe Dynamics Platform Product Marketing Manager Microsoft Western Europe Business software is hard - Everyone who

More information

Concise Licensing Guide

Concise Licensing Guide Concise Licensing Guide Important information to help you license Microsoft Dynamics 365 THE MICROSOFT TECHNOLOGY STACK CONSISTS OF Office 365 Microsoft Dynamics 365 Power BI Sales Customer Service Field

More information

SAMPLE. Regardless of which definition you follow, Power BI can help you with your data analytics needs.

SAMPLE. Regardless of which definition you follow, Power BI can help you with your data analytics needs. Chapter 1 Introducing Power BI 1.1 What is Microsoft Power BI? 1 1.2 Understanding the Power BI Products 12 1.3 Understanding the Power BI Service Architecture 21 1.4 Power BI and You 24 1.5 Summary 31

More information

Agenda. Microsoft s Mission. What is Microsoft 365 & Office 365 ProPlus and how is it different from the On-premise Client?

Agenda. Microsoft s Mission. What is Microsoft 365 & Office 365 ProPlus and how is it different from the On-premise Client? Agenda Microsoft s Mission What is Microsoft 365 & Office 365 ProPlus and how is it different from the On-premise Client? Why should customers deploy ProPlus? Why ProPlus when Microsoft is releasing Office

More information

COURSE OUTLINE MOC 20332: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 MODULE 1: UNDERSTANDING THE SHAREPOINT SERVER 2013 ARCHITECTURE

COURSE OUTLINE MOC 20332: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 MODULE 1: UNDERSTANDING THE SHAREPOINT SERVER 2013 ARCHITECTURE COURSE OUTLINE MOC 20332: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 MODULE 1: UNDERSTANDING THE SHAREPOINT SERVER 2013 ARCHITECTURE This module introduces the architectural features that underpin

More information

SAP BI Roadmap and Convergence Frequently Asked Questions (FAQs)

SAP BI Roadmap and Convergence Frequently Asked Questions (FAQs) SAP BI Roadmap and Convergence Frequently Asked Questions (FAQs) February 2018 1 The purpose of this document is to provide SAP employees with the answers to frequently asked questions about the SAP BI

More information

HPE Flexible Capacity with Microsoft Azure & Azure Stack

HPE Flexible Capacity with Microsoft Azure & Azure Stack HPE Flexible Capacity with Microsoft Azure & Azure Stack The vision behind making Hybrid IT consumption a reality Reuben Melville Version 2.0 Compliance Recent outages of Public Cloud solutions, major

More information

AZURE HDINSIGHT. Azure Machine Learning Track Marek Chmel

AZURE HDINSIGHT. Azure Machine Learning Track Marek Chmel AZURE HDINSIGHT Azure Machine Learning Track Marek Chmel SESSION AGENDA Understanding different scenarios of Hadoop Building an end to end pipeline using HDInsight Using in-memory techniques to analyze

More information

Course Content Advanced Solutions of Microsoft SharePoint Server Course ID#: W Hours: 35. Course Description:

Course Content Advanced Solutions of Microsoft SharePoint Server Course ID#: W Hours: 35. Course Description: Course Content Course Description: This course examines how to plan, configure, and manage a environment. Special areas of focus include implementing high availability, disaster recovery, service application

More information

What you need to know about Reporting & BI for AX2012 & D365

What you need to know about Reporting & BI for AX2012 & D365 What you need to know about Reporting & BI for AX2012 & D365 Gina Pabalan Edgewater Fullscope, Data & Analytics Practice Managing Director, Business Intelligence https://www.linkedin.com/in/ginapabalan/

More information

MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro. Core Infrastructure: IT Pro & Developer. Productivity: IT Pro

MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro. Core Infrastructure: IT Pro & Developer. Productivity: IT Pro MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro Core Infrastructure: IT Pro & Developer Productivity: IT Pro Data management & analytics: IT Pro & Developer App Builder: Developer Business

More information

Cloud & Datacenter Monitoring with System Center Operations Manager

Cloud & Datacenter Monitoring with System Center Operations Manager Cloud & Datacenter Monitoring with System Center Operations Manager Course 10964B - Five days - Instructor-led - Hands-on Introduction This five-day course will provide students with the key knowledge

More information

Azure ML Data Camp. Ivan Kosyakov MTC Architect, Ph.D. Microsoft Technology Centers Microsoft Technology Centers. Experience the Microsoft Cloud

Azure ML Data Camp. Ivan Kosyakov MTC Architect, Ph.D. Microsoft Technology Centers Microsoft Technology Centers. Experience the Microsoft Cloud Microsoft Technology Centers Microsoft Technology Centers Experience the Microsoft Cloud Experience the Microsoft Cloud ML Data Camp Ivan Kosyakov MTC Architect, Ph.D. Top Manager IT Analyst Big Data Strategic

More information

MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro. Cloud platform: IT Pro & Developer. Productivity: IT Pro

MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro. Cloud platform: IT Pro & Developer. Productivity: IT Pro MICROSOFT CERTIFICATION PATH COMPETENCY AREAS Mobility: IT Pro Cloud platform: IT Pro & Developer Productivity: IT Pro Data management & analytics: IT Pro & Developer App Builder: Developer Business Applications:

More information

Alexander Klein. ETL meets Azure

Alexander Klein. ETL meets Azure Alexander Klein ETL meets Azure Thanks to our sponsors: Who am I? Independent BI Consultant > 15 years experience of SQL Server Focus on Microsoft BI Stack & AI & Azure a.klein@consulting-bi.de @SQL_Alex

More information

Corporate BI + Self Service BI: Friends or Foes? April 2, 2013 Facilitated by Javier Guillén & Melissa Coates

Corporate BI + Self Service BI: Friends or Foes? April 2, 2013 Facilitated by Javier Guillén & Melissa Coates Corporate BI + Self Service BI: Friends or Foes? April 2, 2013 Facilitated by Javier Guillén & Melissa Coates Agenda Brief introduction to Self Service BI ~10 minutes Brief introduction to Corporate BI

More information

Power BI Certification Bootcamp

Power BI Certification Bootcamp PBI365 Power BI Certification Bootcamp Mastering the Power BI Platform Version 1.6 Complying with all applicable copyright laws is the responsibility of the user. All rights reserved. Without limiting

More information

Stuck with Power BI? Get Pyramid Starting at $0/month. Start Moving with the Analytics OS

Stuck with Power BI? Get Pyramid Starting at $0/month. Start Moving with the Analytics OS Stuck with Power BI? Start Moving with the Analytics OS Get Pyramid 2018 Starting at $0/month Start Moving with Pyramid 2018 Break Away from Power BI Many organizations struggle to meet their analytic

More information

Results Software FAQ. July Mass Ingenuity LLC Pearl West 1455 NW Irving Street Suite 200 Portland, OR massingenuity.

Results Software FAQ. July Mass Ingenuity LLC Pearl West 1455 NW Irving Street Suite 200 Portland, OR massingenuity. July 2018 Q1: What is Results Software? A: Results Software 1 easily manages and connects all employees to your performance management measures. As a single source of all performance data, Results Software

More information

Your Technology Partner Offshore and Onsite. Services Portfolio

Your Technology Partner Offshore and Onsite. Services Portfolio Services Portfolio OFFSHORE SOFTWARE DEVELOPMENT SERVICES Product Development for ISVs Custom Application Development for End-clients Application Development Application Maintenance & Support Application

More information

BI360 for Salesforce.com. Enabling World-class Reporting for Salesforce Customers. A Solver White Paper. Document Version 4.0

BI360 for Salesforce.com. Enabling World-class Reporting for Salesforce Customers. A Solver White Paper. Document Version 4.0 BI360 for Salesforce.com Enabling World-class Reporting for Salesforce Customers A Solver White Paper Document Version 4.0 Table of Contents Introduction... 2 Advantages of BI360 Reporting for Salesforce...

More information

Juan Rafael. PowerApps & Microsoft Flow

Juan Rafael. PowerApps & Microsoft Flow Juan Rafael PowerApps & Microsoft Flow Sobre mi: MVP en Business Solutions desde el 2015 MCT en Infraestructura Microsoft desde el 2011 Líder de Equipo Dynamics 365 (AX y CRM) para ER CLOUD 4 U. C Líder

More information

IT117: Microsoft Power Business Intelligence

IT117: Microsoft Power Business Intelligence IT117: Microsoft Power Business Intelligence IT117 Rev.001 CMCT COURSE OUTLINE Page 1 of 9 Training Description: This five-day instructor-led course is a complete high-level tour of the Microsoft Business

More information