What if your app could put the power of analytics everywhere decisions are made? Modern apps with data visualizations built-in have the power to inform.

Slides:



Advertisements
Similar presentations
Power BI Sites and Mobile BI. What You Will Learn Sharing and Collaboration Introducing Power BI Exploring Power BI Features and Services Partner Opportunities.
Advertisements

Cross Platform Mobile Backend with Mobile Services James
Microsoft Public Cloud Services
Purpose of this presentation: Describe the capabilities and value of Power BI for the IT Professional Target audience: Business Intelligence IT Professionals.
Agility Dev TestDeploy Learn Agility.
Power BI for Developers Rui Romano SQLSaturday.com
Microsoft Power BI Stack
Real-Time Dashboards on Power BI
What if your app could put the power of analytics everywhere decisions are made? Modern apps with data visualizations built-in have the power to inform.
TOUR ,000,000,000 1,000,000, ,000,000 10,000,000 1,000, ,000 10,000 1,000 Transistors Moore’s Law Metcalf‘s Law.
Journey to the Cloud DIFFERENTIATION AGILITY COST SaaS Solutions Higher-level services Cloud Infrastructure.
Welcome! Power BI User Group (PUG)
Via the REST API and Power BI Embedded Jan Pieter Posthuma
Mobile Application Solution
Connected Infrastructure
AuraPortal Cloud Helps Empower Organizations to Organize and Control Their Business Processes via Applications on the Microsoft Azure Cloud Platform MICROSOFT.
Fan Engagement Solution
Data Platform and Analytics Foundational Training
Smart Building Solution
Make Power BI Your Own with the Power BI APIs
Examine information management in Cortana Intelligence
Real Time Data with Azure and Power BI
Embed Power BI in your Web application
Parcel Tracking Solution Parcel Tracking What to look for Architecture
Creating Enterprise Grade BI Models with Azure Analysis Services
Nicho Joins Microsoft Azure Certified Program to Transform Brand Engagement, Boost Customer Acquisition and Conversions with Scalable Ease MICROSOFT AZURE.
Partner Logo Veropath Offers a Next-Gen Expense Management SaaS Technology Solution, Built Specifically to Harness Big Data Analytics Capabilities in Azure.
What’s new with Power BI /guyinacube.
Let’s talk Power BI Premium /guyinacube Adam Saxton.
What has Azure to offer to IoT Developers?
Make Power BI Your Own with the Power BI APIs
Smart Building Solution
Wonderware Online Cost-Effective SaaS Solution Powered by the Microsoft Azure Cloud Platform Delivers Industrial Insights to Users and OEMs MICROSOFT AZURE.
Welcome! Power BI User Group (PUG)
Connected Infrastructure
Power BI Security Best Practices
Mobile Application Solution
9/6/2018 7:14 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Add intelligence to Dynamics AX with Cortana Intelligence suite
Azure Infrastructure as a Service
Microsoft Bot Framework: changing how we communicate with users
Microsoft Power BI 30 updates in 30 minutes with Power BI
Welcome! Power BI User Group (PUG)
Migrating Your BI Platform To Azure
Designed for Big Data Visual Analytics, Zoomdata Allows Business Users to Quickly Connect, Stream, and Visualize Data in the Microsoft Azure Platform MICROSOFT.
Yellowfin: An Azure-Compatible Business Intelligence Platform That Connects People with Their Data for Better Decision Making MICROSOFT AZURE APP BUILDER.
Auth0 Is Identity Made Simple for Developers, Built by Developers and Supported by the High Availability and Performance of Microsoft Azure MICROSOFT AZURE.
Microsoft Ignite /22/2018 3:58 PM BRK2254
Accelerate Your Self-Service Data Analytics
Welcome! Power BI User Group (PUG)
MyCloudIT Enables Partners to Drive Their Cloud Profitability Using CSP-Enabled Desktop Hosting Automation with Microsoft Azure and Office 365 MICROSOFT.
Power BI in the Wild Power BI at Innovative Architects Julie Smith
Make Power BI Your Own with the Power BI APIs
Welcome to SQL Saturday Denmark
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
Power Apps Canvas and Model-Driven
Power BI and SharePoint – the road ahead
Analytics in the Cloud using Microsoft Azure
Technical Capabilities
2/24/2019 6:15 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
CSG, Power BI & Embedded.
Introduction into the Power BI REST API Jan Pieter Posthuma
Power BI with Analysis Services
Welcome to SQLSaturday #767! Hosted by Lincoln SQL Server User Group
ETL Patterns in the Cloud with Azure Data Factory
Data Wrangling for ETL enthusiasts
Customer 360.
Architecture of modern data warehouse
Embedding Power BI in your application
Power BI Embedded for Fun and Profit
Presentation transcript:

What if your app could put the power of analytics everywhere decisions are made? Modern apps with data visualizations built-in have the power to inform decisions in context— for any user on any device

Announcing Microsoft Power BI Embedded preview An Azure service for Power BI

Create compelling interactive reports Embed easily for faster time to value Deploy quickly and manage with ease You have the app. You have the data. Bring data to life inside your app with Power BI Embedded

Demo Power BI Embedded

Microsoft Azure subscription Embed End users Workspace Workspace collection 1,N Developer Name Admin Users Endpoints Keys Gateways Credentials Geo Location Tags Name Reports Datasets Tags Your app Azure SQL Data Warehouse Azure SQL Database 1,N on Azure HDInsight

Create compelling interactive reports that are always up to date Author interactive reports without writing any code Choose modern visualizations out-of-the-box or customize without building them from scratch Visualize any data from a variety of cloud sources Keep your data always-up-to-date with DirectQuery EmbedCreateDeploy

Shape data into the format and structure you need Produce rich data models using formulas and relationships Explore data through a freeform, drag-and-drop canvas Publish interactive data visualizations to your app Easily author interactive reports for free in Power BI Desktop EmbedCreateDeploy

Power BI report Keep visuals up to date using DirectQuery Connect directly to the source without moving your data Build visualizations over very large datasets Azure SQL Data Warehouse Azure SQL Database on Azure HDInsight Your app EmbedCreateDeploy

Demo Create Reports

Get started quickly with Microsoft’s open- sourced, production- quality visualization code Leverage the visualization framework, test suite and tooling to build the right custom visuals for your app EmbedCreateDeploy

Demo Visualize data your way

Embed data experiences easily on any device for immediate value Easily embed interactive visuals in your app using REST APIs and the Power BI SDK Ensure consistent high-fidelity data experiences across any device Provide friction-free authentication and authorization experiences Realize faster time-to-value without redesigning your app EmbedCreateDeploy

Discovery : Enumerate datasets and reports Content Creation : Provision datasets and reports Embed : Embed reports Utility : Set connection strings and credentials Power BI APIs Azure APIs for automation Provision workspace collections De-provision workspace collections Manage API keys Data Platform Programmatic Azure SQL Data Warehouse Spark on Azure HDInsight Azure SQL Database Microsoft Azure REST APIsAzure Resource Manager API Your app Power BI Embedded Power BI Embedded API surface EmbedCreateDeploy

API.PowerBI.com {Workspace Collection Name} Betacollections collection name}/

collection name}/workspaces…

collection name}/workspaces/{workspace id}/imports…

collection name}/workspaces/{workspace id}/datasets… collection name}/workspaces/{workspace id}/reports…

// find the iFrame on the page and handle the loaded event. var iframe = document.getElementById('iFrameEmbedReport'); iframe.src = embedReportUrl; iframe.onload = postActionLoadReport; // post the access token to the iFrame to load the tile function postActionLoadReport() { // get the app token. accessToken = {generate app token}; // construct the push message structure var m = { action: "loadReport", accessToken: accessToken}; message = JSON.stringify(m); // push the message. iframe = document.getElementById('iFrameEmbedReport'); iframe.contentWindow.postMessage(message, "*"); }

Application AuthZ AuthN Power BI Workspace Collection

Users Application Permissions Auth. providers Power BI API keys Report 2 Workspace Report 1 Token + Claim: Can view Report 1 + Expiration: 5 minutes API keys Copy API keys to your application Sign token Provide seamless authentication experiences EmbedCreateDeploy

Power BI Users Permissions Auth. providers API keys Token + Claim: Can view Report 1 + Expiration: 5 minutes User requests to view Report 1 Validate token API keys Report 2 Workspace Report 1 Application Provide seamless authentication experiences EmbedCreateDeploy

Provide seamless authentication experiences Power BI Users Permissions Auth. providers API keys Report 2 Workspace Report 1 Application EmbedCreateDeploy

Deploy quickly at cloud scale while managing costs and resources Automate deployment via Power BI and Azure Resource Management APIs Automatically scale as your app grows Pay as you go with consumption- based pricing EmbedCreateDeploy

Demo E2E Getting Started Power BI Add Power BI reports and datasets to your application

Power BI Embedded Data Lake Analytics Data Lake Store HDInsight Stream Analytics Azure services Your app Access management Data and storage AnalyticsInternet of things Azure Active Directory Multi-factor authentication IoT Hub Event Hubs Machine Learning Notification Hubs SQL DB Document DB Blob Storage StorSimple SQL Data Warehouse Change the game with the complete array of Azure Services EmbedCreateDeploy

Author interactive reports in Power BI Desktop for free Enjoy simple pricing with no upfront costs, hidden maintenance fees or customization charges Control costs with pay- as-you-go, render- based pricing Free 1000+$2.50/1k renders What is one render? When a Power BI visualization displayed and it queries your data Your data Query Your users Cache Price per render, per month EmbedCreateDeploy

Get started for free, today dev.PowerBI.com

Developer blog Samples Visuals gallery Developer center Open source visuals Ask us questions Home page Developer resources