Connecting Power BI to On-Premise Dynamics CRM/GP Data

Slides:



Advertisements
Similar presentations
Joe Homnick, MCITP: Business Intelligence Developer
Advertisements

Office 365 Identity June 2013 Microsoft Office365 4/2/2017
Agenda AD to Windows Azure AD Sync Options Federation Architecture
Core identity scenarios Federation and synchronization 2 3 Identity management overview 1 Additional features 4.
Power BI Sites and Mobile BI. What You Will Learn Sharing and Collaboration Introducing Power BI Exploring Power BI Features and Services Partner Opportunities.
Matt Masson| Senior Program Manager
OM. Brad Gall Senior Consultant
Timothy Heeney| Microsoft Corporation. Discuss the purpose of Identity Federation Explain how to implement Identity Federation Explain how Identity Federation.
TechEd /22/2017 5:40 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Intro to Datazen.
Configuring and Deploying Web Applications Lesson 7.
Purpose of this presentation: Describe the capabilities and value of Power BI for the IT Professional Target audience: Business Intelligence IT Professionals.
Introduction to the Power BI Platform Presented by Ted Pattison.
Share your Excel workbooks in the web Use slicer targets to optionally filter dashboard items Interact with your workbook with all of the rich.
Excel Services Displays all or parts of interactive Excel worksheets in the browser –Excel “publish” feature with optional parameters defined in worksheet.
Andy Roberts Data Architect
Microsoft Power BI Stack
Agenda Integration points between Excel and Power BI How can I decide between the two technologies Do I need to chose? Q&A.
Architecting Enterprise Workloads on AWS Mike Pfeiffer.
PowerApps and Microsoft Flow for SharePoint Developers Brian T. Jackett Sr. Premier Field Engineer, Microsoft.
Data Security with Power BI, SSAS, SQL Server 2016 and Active Directory June 10, 2017.
PowerBI for the common man!
It’s time to refresh your data in Power BI!
Getting started with Power BI and Dynamics CRM
Nithyamoorthy S Core Mind Technologies
Power BI for the Enterprise
Getting started with Power BI
Power BI for the Enterprise
Modern technology, craftsman quality.
What’s new in SQL Server 2017 for BI?
Make Power BI Your Own with the Power BI APIs
5/22/2018 1:39 AM BRK2156 Power BI Report Server: Self-service BI and enterprise reporting on-premises Christopher Finlan Senior Program Manager © Microsoft.
Embed Power BI in your Web application
Using a Gateway to Leverage On-Premises Data in Power BI
Power BI Architecture, Best Practices, and Performance Tuning
Microsoft Power BI with Azure Services
Using a Gateway to Leverage On-Premises data in Power BI
Microsoft - Managing Office 365 Identities and Requirements
6/17/2018 5:54 AM OSP322 Getting the best of both worlds, making the most of SharePoint hybrid search solutions Shyam Narayan Microsoft © 2013 Microsoft.
Data Platform and Analytics Foundational Training
Who am I Hector Villafuerte
Exam in just 24 hours!!! Pass your exam in first attempt by the help of our latest braindumps
Power BI – Exploring New Frontiers
Power BI Security Best Practices
Integrate Power BI with Microsoft Dynamics
Create and publish reports with Power BI for desktop
Victoria Power BI User Group Meeting
Using a Gateway to Leverage On-Premises Data in Power BI
Excel Services Deployment and Administration
Microsoft Power BI 30 updates in 30 minutes with Power BI
Power Apps & Flow for Microsoft Dynamics SL
Power BI – Exploring New Frontiers
Hybrid Search Technical Guidance.
Access and Information Protection Product Overview October 2013
Power BI in the Wild Power BI at Innovative Architects Julie Smith
Make Power BI Your Own with the Power BI APIs
SharePoint Online Hybrid – Configure Outbound Search
Power BI – Exploring New Frontiers
SharePoint Development
Power BI with Analysis Services
Power BI.
Welcome to SQLSaturday #767! Hosted by Lincoln SQL Server User Group
Hybrid Power BI With the on Premise Data Gateway
Power BI – Exploring New Frontiers
Bob Duffy 27 years in database sector, 250+ projects
Power BI Engagement Model
For Exchange Migrations
SQL Saturday Madison, April 8th
FLOW 101 Power BI User Group.
Keeping Data Secure In Azure
Presentation transcript:

Connecting Power BI to On-Premise Dynamics CRM/GP Data

Introduction - Your Presenter Steve Ivie Enterprise Solution Architect, Tribridge Over 50+ implementations Microsoft Dynamics 365, CRM, ERP and BI&A Author of Building Dynamics CRM 2015 Dashboards using Power BI Building Power BI Dashboards for Dynamics 365 (Winter 2017)

Objectives Options for connecting to your On-Premise CRM and ERP data using Power BI Review a few joined datasets and reports Share your data by pushing it to the Cloud for end users to view In this session we will look at a few options for connecting to your On-Premise CRM and ERP data using Power BI. Once connected, we will create a few joined datasets and reports, then Show you how to share your data by pushing it to the Cloud for end users to view.

Data Gateway On-premises data gateway: Personal: Direct Access to Dynamics CRM & ERP SQL Databases Multiple users can share and reuse a gateway in this mode. This gateway can be used by Power BI, PowerApps, Flow or Logic Apps along with SQL Access to the Dynamics CRM database. Includes support for both schedule refresh and DirectQuery Personal: This is for Power BI only and can be used as an individual without any administrator configuration. This can only be used for on-demand refresh and schedule refresh. This will launch the installation of the personal gateway Personal SQL Access to the Dynamics CRM Database https://powerbi.microsoft.com/en-us/documentation/powerbi-gateway-onprem/

Excel Use Exported Dynamics CRM Excel files on premise, data files can be stored Locally, on OneDrive or SharePoint and used a data sources in Power BI. Set up On-Premise Data Refresh in Power BI will help refresh data directly from the data source to dataset. https://community.dynamics.com/crm/b/microsoftdynamicscrmsolutions/archive/2015/08/13/on-premise-data-refresh-in-power-bi

Azure Copy & Synchronize Dynamics CRM databases to Azure Straightforward connection to an Azure SQL Database Using the Power BI Desktop, connected to Azure SQL Database, you can Create & Publish reports Power BI has a multitude of Azure connections available DirectQuery with Azure SQL Database gives real-time data visualization. https://docs.microsoft.com/en-us/azure/sql-database/sql-database-get-started

ADFS / IFD Enable OAuth on the Microsoft Dynamics 365 Server. To do this, open a Windows PowerShell window and run the following PowerShell commands. Add-PSSnapin Microsoft.Crm.PowerShell$fedurl = Get-CrmSetting -SettingType ClaimsSettings$fedurl.FederationProviderType = 1Set-CrmSetting $fedurl

ADFS / IFD After you run the previous commands you need to restart IIS. In a command window, type IISReset, and then press ENTER. Register the Power BI Desktop OAuth 2.0 client with ADFS. To do this, open a Windows PowerShell window and run the following PowerShell command on the PC where you are running Power BI Desktop that will be used to publish your reports to the Power BI service. Add-AdfsClient -ClentId "a672d62c-fc7b-4e81-a576-e60dc46e951d" -Name "Microsoft Power BI" -RedirectUri @("https://de-users-preview.sqlazurelabs.com/account/reply/", "https://preview.powerbi.com/views/oauthredirect.html") -Description "ADFS OAuth 2.0 client for Microsoft Power BI"

ADFS / IFD In Power BI Desktop sign in to Power BI, and then use the standard OData Feed connector to connect to your Dynamics 365 (on-premises) system by using Windows or OAuth authentication. To do this… Connect to a data source in Power BI Desktop or Excel using the OData Feed connector. For internal (non-IFD) deployments enter the URL for the OData feed similar to https://server/crmorganization/api/data/vn.0 where server/crmorganization is the web app path for the Microsoft Dynamics 365 organization and vn.0 is the version of Microsoft Dynamics 365, such as v8.0 for Microsoft Dynamics 365. For example, https://contoso1/contosocrm/api/data/v8.0. When you are prompted to sign-in to access the OData feed, select Windows from the list of authentication types, and then enter your Dynamics 365 (on-premises) credentials. For IFD deployments, enter the URL for the OData feed similar to https://[organization_URI]/api/data/vn.0, where organization_URI is your Internet accessible full domain name and vn.0 is the version of Microsoft Dynamics 365, such as v8.0 for Microsoft Dynamics 365. For example, the Contoso organization has this URL: https://crmweb.contoso.com/api/data/v8.0. When you are prompted to sign-in to access the OData feed, select Organizational account from the list of authentication types, and then enter your Dynamics 365 (on-premises) credentials.

Multi-Source Dataset The organization CRM & ERP database tables are loaded from which you can build reports. Publish your multi-source reports to Power BI and build dashboards. Refresh your reports by publishing them again with Power BI Desktop or Excel on a frequent basis.

Embed Power BI Tiles Embed Power BI tiles on your personal dashboard Add a Power BI dashboard on your personal dashboard Sharing a personal dashboard that contains Power BI visualizations Applies to Dynamics CRM 2016 and Dynamics 365 Online

Embed Power BI Reports Purpose of this setup is to embed interactive Power BI reports in CRM Online Dashboard so that it can be viewed by end users directly within CRM instance Create an HTML webpage for accessing Power BI Reports

Publish to the Web Power BI “publish to web” allows you to easily expose a Power BI report to the world through an iframe that can be embedded wherever you like