Welcome to SQL Saturday Denmark

Slides:



Advertisements
Similar presentations
Patterns & practices Symposium 2013 Windows Azure Active Directory Vittorio
Advertisements

1 Trillion Azure AD authentications since the release of the service 50 M Office 365 users active every month >1 Billion authentications every.
Vienna/Austria Authenticate as entitled user or app for the individual service Authenticate as entitled user for our web portal Decide what.
Cross Platform Mobile Backend with Mobile Services James
Windows Azure Conference 2014 Windows Azure Mobile Services from ground up.
OM. Brad Gall Senior Consultant
SQL SERVER 2012 FOR THE NEW WORLD OF DATA Doug Leland General Manager SQL Server Marketing.
Building Connected Android Apps with Azure Chris Risner Technical Evangelist
BI Funcasts The Mac-Guyver Techniques BI - The Mac-Guyver Techniques : Office Sharepoint Excel Services Gunter Staes –
Intro to Datazen.
WINDOWS AZURE MOBILE SERVICES AN INTRODUCTION Bret Stateham Technical Evangelist
Power BI for Developers Rui Romano.   BI Pro / Soft. Architect / Developer  Blog 
Wes Hackett Principal Solutions Architect Chris O’Brien Head of Development.
Martina Grom MVP Office 365 How to (remote) control Office 365 with Azure Toni Pohl MVP Client Dev
Power BI for Developers Rui Romano SQLSaturday.com
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.
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.
Developers Introduction to the Power BI Platform.
A deep dive into Azure AD B2C
Welcome! Power BI User Group (PUG)
Energy Management Solution
Via the REST API and Power BI Embedded Jan Pieter Posthuma
It’s time to refresh your data in Power BI!
Connecting Power BI to On-Premise Dynamics CRM/GP Data
Data Platform and Analytics Foundational Training
Microsoft’s shiny dashboard-tool
Get your LOB application data into Microsoft Power BI
Make Power BI Your Own with the Power BI APIs
10 Amazing Things About Power BI You Don’t Know
Welcome! Power BI User Group (PUG)
Real Time Data with Azure and Power BI
Embed Power BI in your Web application
Using Azure Functions to Build Nanoservices
Let’s talk Power BI Premium /guyinacube Adam Saxton.
Power BI in the Wild Power BI at Innovative Architects Julie Smith
What has Azure to offer to IoT Developers?
Make Power BI Your Own with the Power BI APIs
Power BI Security Best Practices
Energy Management Solution
Building Cross-Platform Apps with Windows Azure Mobile Services
H*ckin Sweet Reports with Power BI
Azure Machine Learning & ML Studio
Administering and Deploying Power BI Solutions
Cloudy with a Chance of Data
SharePoint Online Management and Control
Microsoft Power BI 30 updates in 30 minutes with Power BI
Make Power BI Your Own with the Power BI APIs
Controlling and leveraging the power of the Microsoft Graph
Build a custom visual for Microsoft Power BI and Excel from scratch in 15 minutes
Migrating Your BI Platform To Azure
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
H*ckin Sweet Reports with Power BI
Welcome! Power BI User Group (PUG)
Power BI in the New Age!.
Power BI in the Wild Power BI at Innovative Architects Julie Smith
Make Power BI Your Own with the Power BI APIs
Moving advanced analytics to your SQL Server databases
2/27/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Introduction into the Power BI REST API Jan Pieter Posthuma
Power BI Embedded Bringing Analytics to your App
Welcome to SQLSaturday #767! Hosted by Lincoln SQL Server User Group
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
The SSRS RESTful API George Walkey Sr. DBA, Patient First Corp
September 12-14, 2018 Raleigh, NC.
Sessions about to start – Get your rig on!
Power BI Security Fundamentals
Embedding Power BI in your application
Power BI Embedded for Fun and Profit
Presentation transcript:

Welcome to SQL Saturday Denmark

Via the REST API and Power BI Embedded Jan Pieter Posthuma Extending Power BI Via the REST API and Power BI Embedded Jan Pieter Posthuma

Thanks you our PLATINUM sponsors

Thanks you our GOLD and SILVER sponsors

Agenda Who am I? Introduction Power BI REST API Power BI Embedded Demo Power BI Embedded Questions Resources

Who am I? Jan Pieter Posthuma – Microsoft Data Consultant Rubicon, local consultancy firm in the Netherlands Architect role at multiple projects Analysis Service, Reporting Service, Big Data, HDInsight (Hadoop), Cloud BI, Power BI jp.posthuma@rubicon.nl https://twitter.com/jppp https://linkedin.com/in/jpposthuma https://github.com/liprec https://docs.com/liprec

Introduction Introduced with the new Power BI service API (application programming interface): programmatically access to certain Power BI resources Ability to push data real-time via ‘Streaming Datasets’ Build on open REST API standards

Authentication Power BI uses Azure Active Directory (Azure AD) Azure AD handles User Authentication Permissions View all Datasets Read and Write all Datasets View users Groups Returns an Authorization Token [NEW] Streaming: direct push via URL with Key https://dev.powerbi.com/apps?type=web

Power BI REST API http://docs.powerbi.apiary.io/

Application authentication via https://dev.powerbi.com/apps?type=web ASP.NET (C#) Website showing Power BI dashboard tiles and report Connected cars directly adding location and speed to a streaming dashboard DEMO Power Bi rest api

Power BI Embedded Demo 1 Demo 2

Power BI Workspace Create workspace collection via Azure portal https://portal.azure.com Management (e.g. upload reports, change connections) https://github.com/Microsoft/PowerBI-Cli Pricing per month €4,2165 per 100 Sessions (first 100 sessions free)

Create and manage Power BI Embedded workspace via PowerShell NodeJS / JavaScript application with embedded Power BI dashboarding and reporting DEMO power bi embedded

Questions? Wrap Up: Power BI REST API: pushing data Power BI REST API: internal embedding Power BI Embedded: external embedding Questions?

THANK YOU EVENT SESSION Don’t forget you evaluation forms http://speakerscore.com/ZGVX EVENT http://speakerscore.com/MMSN SESSION Don’t forget you evaluation forms THANK YOU

Resources Power BI Developer Center https://powerbi.microsoft.com/en-us/developers/ Register an Application for Power BI https://dev.powerbi.com/apps?type=web (or native) Power BI REST API http://docs.powerbi.apiary.io/ Power BI Embedded https://azure.microsoft.com/en-us/services/power-bi-embedded/ Power BI CLI – Management commands https://github.com/Microsoft/PowerBI-Cli