Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using a Gateway to Leverage On-Premises data in Power BI

Similar presentations


Presentation on theme: "Using a Gateway to Leverage On-Premises data in Power BI"— Presentation transcript:

1 Using a Gateway to Leverage On-Premises data in Power BI
/guyinacube Adam Saxton

2 Thanks to our sponsors! Please add this slide in your presentation

3 Please add this slide in your presentation

4 I write stuff and create videos…
6/10/2018 8:03 AM Adam Saxton I write stuff and create videos… /guyinacube @guyinacube /guyinacube © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

5 Starting with Power BI Desktop
6/10/2018 8:03 AM Starting with Power BI Desktop © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6 Getting data into PBI Desktop
6/10/2018 8:03 AM Getting data into PBI Desktop Data pulled into PBI Desktop Three options: Import DirectQuery Live connections (SSAS only) Data is streamed from source SQL Server Analysis Services Live Power BI reports & dashboards Live query Cloud On-premises Data Source Direct query Scheduled refresh © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

7 Supported import sources
6/10/2018 8:03 AM Supported import sources More added regularly! Supported cloud sources: SaaS sources Azure – SQL, DW, Blob, Table, HDInsight, Marketplace SharePoint, web sources, Odata OneDrive Supported on-prem sources: SQL Server, Teradata, Oracle, DB2, MySQL, PostgreSQL, SAP BW, SAP HANA Sybase, Access, Custom SQL, Custom ODBC Drivers SQL Server Analysis Services Files/folder, SharePoint on-premises © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8 What this looks like… 6/10/2018 8:03 AM
© 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9 File location and freshness
6/10/2018 8:03 AM File location and freshness © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

10 Files from your computer
6/10/2018 8:03 AM File locations Files from your computer Files in the cloud © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

11 What location means… Local Files: Only copy the model to the cloud
6/10/2018 8:03 AM What location means… Local Files: Only copy the model to the cloud Local files is never updated or pulled from About hourly Files in the cloud: Model is copied to Azure BI backend Poll original file for updates Refresh will update model and original file © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

12 Refresh & Gateways 6/10/2018 8:03 AM
© 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

13 Personal mode v/s On-premises data gateway
6/10/2018 8:03 AM Personal mode v/s On-premises data gateway Personal mode On-premises data gateway (Enterprise mode - default) Target Persona Business analyst sets up and uses the gateway for her data sources BI Admins set up the gateway for their department/ company Multiple users use the gateway setup by the admins Features Import with scheduled refresh Direct query and scheduled refresh No additional data source configuration to set up a refresh Gateway admin needs to configure each data source explicitly Data source connections managed per user Central data source management and access control Services supported Power BI Power BI, PowerApps, Microsoft Flow, Azure Logic Apps and Azure Analysis Services © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

14 How do you want to refresh data?
6/10/2018 8:03 AM How do you want to refresh data? Import (cached mode) DirectQuery or Live connection Refresh frequency Scheduled – hourly (8x a day) Premium allows for 48x a day Real-time Performance No noticeable delay since data is already cached Depends on how fast the data source is as queries are executed in real-time Data storage in Power BI Since it is cached mode, data is stored in the cloud No data is stored in Power BI. Data is always on-premises* Data size Current limit of 1GB (compressed) per model The on-premises database is the limit; no Power BI limitation Security Can create row-level security on the Power BI dataset (Import and DirectQuery) Re-use on-prem role based row level security for Analysis Services. Non-SSAS supports Cloud RLS. Data sources All on-prem data sources supported can be used in import mode Select data sources *Some data is cached for optimizing first-time load performance © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

15 On-premises Data Gateway
6/10/2018 8:03 AM On-premises Data Gateway Centralized way to refresh on-premises content in Power BI and other services Access control to data sources Monitor and track usage Live, interactive query with on-premises data sources © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

16 On-Premises Data Gateway (Personal mode)
6/10/2018 8:03 AM On-Premises Data Gateway (Personal mode) New, enhanced version of the personal gateway New features in the June release include: Improved Fast Combine experience Ability to delete the gateway from the Power BI portal Export logs functionality Enhanced overall reliability and performance. © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

17 How this works… Power BI Gateway service Install & configure gateway
6/10/2018 8:03 AM Power BI Scheduler Service How this works… creds Install & configure gateway Create a data source or schedule refresh Interact with report, schedule refresh or refresh now Gateway Service pushes to Service Bus Gateway polls bus looking for requests Gateway takes request and decrypts creds Gateway connects and runs query Gateway sends results back up stack Gateway service Cloud On-premises DB © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

18 Data gateway and Analysis Services
6/10/2018 8:03 AM Data gateway and Analysis Services Gateway Service Account needs to be Admin on AS Instance Org Account sent via Effective User Name connection property address address has to match UPN for account in local domain May need to use Azure AD DirSync or can use alternate UPN Suffix © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

19 Single Sign-on / RLS for Power BI via Gateway
6/10/2018 8:03 AM Single Sign-on / RLS for Power BI via Gateway Power BI Service: Power BI Passes along UPN with query e.g. Cloud On-premises On-Premises Data Gateway Map UPN to a local user (if needed) Execute query on behalf of the original users. On-premises data sources SQL Server SAP Oracle SQL Server Analysis Services © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

20 Single Sign-on / RLS for Power BI via Gateway
6/10/2018 8:03 AM Single Sign-on / RLS for Power BI via Gateway Power BI Service: Power BI Passes along UPN with query e.g. Cloud On-premises On-Premises Data Gateway Map UPN to a local user (if needed) Execute query on behalf of the original users. On-premises data sources SQL Server SAP Oracle SQL Server Analysis Services © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

21 Troubleshooting 6/10/2018 8:03 AM
© 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

22 Firewall Outbound connection from gateway to Azure Service Bus
6/10/2018 8:03 AM Firewall Outbound connection from gateway to Azure Service Bus Outbound Ports: 443 5671, 5672 Azure Service Buss Port settings - © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

23 Tools of the trade Make sure on latest version of the gateway
6/10/2018 8:03 AM Tools of the trade Make sure on latest version of the gateway Refresh history Event Logs Trace logs for gateway Performance Counters Proxy configuration Fiddler Troubleshooting articles Personal Gateway - power-bi-personal-gateway/ On-premises Data Gateway – tshoot/ Configure Proxy - Tile refresh errors - errors/ © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

24 Roadmap SSO via Kerberos for SQL Server DirectQuery – Coming soon
6/10/2018 8:03 AM Roadmap SSO via Kerberos for SQL Server DirectQuery – Coming soon Additional data sources coming (Oracle, Teradata, SAP BW, SAP HANA, Impala) OAuth support for data mashup scenarios High Availability Automatic Load Balancing Support for third-party extensibility with data connectors SDK © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

25 asaxton@microsoft.com 6/10/2018 8:03 AM
© 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

26 6/10/2018 8:03 AM © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "Using a Gateway to Leverage On-Premises data in Power BI"

Similar presentations


Ads by Google