SlideShare uma empresa Scribd logo
1 de 26
Тема доклада
Тема доклада
Тема доклада
KYIV 2019
Eugene Polonichko
Power BI Embedded
.NET CONFERENCE #1 IN UKRAINE
About me
Eugene Polonichko has over 7 years of experience
with SQL Server. He mainly focused on BI projects
(SSAS, SSIS, PowerBI, Cognos, Informatica
PowerCenter, Pentaho, Tableau). Eugene is a
passionate speaker and SQL community volunteer
presenting regularly at PASS SQL Saturday events
and local user groups around Ukraine and Europe.
Eugene is PASS Chapter Leader and he has a status
MVP Data Platform
https://www.linkedin.com/in/eugenepolonichko/
https://twitter.com/EvgenPolonichko
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP
Agenda
.NET CONFERENCE #1 IN UKRAINE KYIV 2019
1. Getting started:
a. Ecosystem of Power BI
2. Power Bi Services ( configuration, publish)
a. Workspace
b. Publish PBI reports
c. Dashboards
f. Schedule
g. Subscribe
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP
Power BI
.NET CONFERENCE #1 IN UKRAINE KYIV 2019
Power BI is a suite of business
analytics tools to analyze data and
share insights, with tools for business
users to gain access to their most
important metrics in a single location
across all devices and platforms
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP
Tools & Platforms
.NET CONFERENCE #1 IN UKRAINE KYIV 2019
Desktop MobileServices Embedded
• Web-based
• Allplatforms
• Limiteddesign
tools
• Limiteddata
sources
• Dashboards
• Publishing
• Windowsonly
• Robustdesign
tools
• Queryand
modelingtools
• Cross-
platform
• Report
viewers
• Report
integration
• RESTservices
• Create
custom
visualizations
On-premises
• On-premises
• Support
paginated
reports
Power BI 2.0 Architecture
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP
Building Block Associations
.NET CONFERENCE #1 IN UKRAINE KYIV 2019
DATA
SOURCES
REPORTS VISUALIZATIONS
DEVICES
DASHBOARDS
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP
Architecture of Power BI
.NET CONFERENCE #1 IN UKRAINE KYIV 2019
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP
Overview of Power BI Desktop
.NET CONFERENCE #1 IN UKRAINE KYIV 2019
Power BI Desktop lets you build advanced
queries, models, and reports that visualize data.
With Power BI Desktop, you can build data
models, create reports, and share your work by
publishing to the Power BI service.
Power BI Desktop is a free download.
The common query tasks demonstrated here are
the following:
• Connect to data
• Shape and combine data
• Group rows
• Pivot columns
• Create custom columns
• Query formulas
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Demo
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP
Power BI Embedded
.NET CONFERENCE #1 IN UKRAINE KYIV 2019
Power BI Service integration is
facilitated via Power BI Embedded.
Power BI Embedded is an Azure
service that enables developers to
surface Power BI data experiences
within their applications.
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP
Embedded without coding
.NET CONFERENCE #1 IN UKRAINE KYIV 2019
Publish to web is supported for the vast majority of data
sources and reports in the Power BI service, however, the
following are not currently supported or available with
Publish to web:
• Reports using row level security.
• Reports using any Live Connection data source,
including Analysis Services Tabular hosted on-premises
Analysis Service Multidimensional, Azure Analysis
Services, and Power BI Service.
• Reports shared to you directly or through an
organizational content pack.
• Reports in a group in which you are not an edit member.
• "R" Visuals are not currently supported in Publish to web
reports.
• Very simple
• Not need authentication
• Not need to code
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Demo
Тема доклада
Тема доклада
Тема доклада
Typical SaaS application using Power BI embedded
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Applicationuser
Storage
Тема доклада
Тема доклада
Тема доклада
Application
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Use bi-directional API to increase engagement
Integrate analytics seamlessly into the app workflow
Тема доклада
Тема доклада
Тема доклада
Driven Tenacy model
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
When designing a multi-tenant SaaS application, you must
carefully choose the tenancy model that best fits the needs of
your SaaS application. This process is also valid for Power BI as
an embedded analytics part of your SaaS application. A
tenancy model determines how each tenant’s data is mapped
and managed within Power BI and the storage account. Your
tenancy model impacts application design and management.
Switching to a different model later may become costly
and disruptive.
• Defines separation level between customers (tenants)
• Impacts scalability, automation processes and cost
Тема доклада
Тема доклада
Тема доклада
Application UI Permission Logic/ Scenarios
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Embedding for your organization allows you to
extend the Power BI service. To do this,
implement the Embed for your organization
solution.
Embedding for your customers allows you to embed
dashboards and reports to users who don't have a
Power BI account. To do this, implement the Embed
for your customers solution.
Тема доклада
Тема доклада
Тема доклада
Application UI Permission Logic
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Embed for Power BI users
• End-users must be AAD & Power BI users
• User management is done in Power BI
• Only the consumption is through external applications
Embed for non-Power BI users
• End-users do not have to be Power BI users
• Authentication is done with a or ‘Service
Principal’
Тема доклада
Тема доклада
Тема доклада
Application UI Permission Logic
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Application authenticates users
The token your app issues determines:
Тема доклада
Тема доклада
Тема доклада
Authentication power bi embedded
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Power BI
Application
user
Application
authentication
Application
Front End
(browser)
1
Application
Back End
AAD (service
principal/Master
User)
2 Login and receive
AAD token
3 Calls generate Token API as
the service principal/master
user
4
Gives token
to the user’s browser
5
Gives token
To Power BI
• Access to Power BI
is through an
service/user
account
• Application is
responsible for a
authenticating the
user
• Application
authorizes access
to Power BI using
token (Generate
Token Api)
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP
Power BI Rest Api
.NET CONFERENCE #1 IN UKRAINE KYIV 2019
There are two main scenarios when embedding Power BI
content. Embedding for users in your organization (who
have licenses for Power BI) and embedding for your users
and customers without requiring them to have Power BI
licenses. The Power BI REST API allows for both scenarios.
Тема доклада
Тема доклада
Тема доклада
Start to build application with Power BI
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
• Analyst
Power BI Desktop
Create
• Developer or Devops
Setup embedded solution
Provision
• Developer
Rest & JS API
Embed and
build
• Users
Your SaaS
application
Deploy
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Demo
Тема доклада
Тема доклада
Тема доклада
Developer resources
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Developer resources http://bit.ly/2oTZpGw
Developer docs http://bit.ly/2J4Zy0Z
PBIE Playground http://bit.ly/2P1RTE8
App samples http://bit.ly/2MTkWqR
Power BI JavaScript http://bit.ly/2MQ1cEE
Power BI REST API http://bit.ly/35GuzBQ
Embed Setup tool http://bit.ly/2MYpexa
Тема доклада
Тема доклада
Тема доклада
Links
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Build 2019 http://bit.ly/2MUC8fH
Build 2019 http://bit.ly/2pxv3K0
Тема доклада
Тема доклада
Тема доклада
.NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019
Thank you

Mais conteúdo relacionado

Mais procurados

Bdi Systems
Bdi SystemsBdi Systems
Bdi Systems
aryan990
 
CVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFireCVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFire
ryanaoliveira
 
Waqar Ahmed CV
Waqar Ahmed CVWaqar Ahmed CV
Waqar Ahmed CV
SSUET
 
Empower Your Users with Advanced Analytics On-the-Fly
Empower Your Users with Advanced Analytics On-the-FlyEmpower Your Users with Advanced Analytics On-the-Fly
Empower Your Users with Advanced Analytics On-the-Fly
www.panorama.com
 

Mais procurados (20)

Migrating from IBM API Connect v5 to v2018
Migrating from IBM API Connect v5 to v2018Migrating from IBM API Connect v5 to v2018
Migrating from IBM API Connect v5 to v2018
 
Power BI Report Server: a Deep Dive for PASS Business Analytics Virtual Group
Power BI Report Server: a Deep Dive for PASS Business Analytics Virtual GroupPower BI Report Server: a Deep Dive for PASS Business Analytics Virtual Group
Power BI Report Server: a Deep Dive for PASS Business Analytics Virtual Group
 
Office 365 Addressing Adoption Challenges in SharePoint Online Infographic
Office 365 Addressing Adoption Challenges in SharePoint Online InfographicOffice 365 Addressing Adoption Challenges in SharePoint Online Infographic
Office 365 Addressing Adoption Challenges in SharePoint Online Infographic
 
Patterns and Practices in Building Office Add-ins
Patterns and Practices in Building Office Add-insPatterns and Practices in Building Office Add-ins
Patterns and Practices in Building Office Add-ins
 
Governance in PowerBI Enjoy your power responssibly
Governance in PowerBI Enjoy your power responssiblyGovernance in PowerBI Enjoy your power responssibly
Governance in PowerBI Enjoy your power responssibly
 
Power bi software
Power bi softwarePower bi software
Power bi software
 
Poushali_Mukherjee
Poushali_MukherjeePoushali_Mukherjee
Poushali_Mukherjee
 
Microsoft Reporting Dashboarding and visual Analytics January 2016
Microsoft Reporting Dashboarding and visual Analytics January 2016Microsoft Reporting Dashboarding and visual Analytics January 2016
Microsoft Reporting Dashboarding and visual Analytics January 2016
 
Bdi Systems
Bdi SystemsBdi Systems
Bdi Systems
 
Power Platform Tools of Office 365 What to Use When
Power Platform Tools of Office 365 What to Use WhenPower Platform Tools of Office 365 What to Use When
Power Platform Tools of Office 365 What to Use When
 
SharePoint 2010 and SQL Server 2012 Business Intelligence (Serge Luca, Isabel...
SharePoint 2010 and SQL Server 2012 Business Intelligence (Serge Luca, Isabel...SharePoint 2010 and SQL Server 2012 Business Intelligence (Serge Luca, Isabel...
SharePoint 2010 and SQL Server 2012 Business Intelligence (Serge Luca, Isabel...
 
Architectural Guidance Connecting HANA Live to Power BI
Architectural Guidance Connecting HANA Live to Power BIArchitectural Guidance Connecting HANA Live to Power BI
Architectural Guidance Connecting HANA Live to Power BI
 
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
 
Brochure - Microsoft Business Intelligence and Analytics
Brochure - Microsoft Business Intelligence and AnalyticsBrochure - Microsoft Business Intelligence and Analytics
Brochure - Microsoft Business Intelligence and Analytics
 
CVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFireCVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFire
 
Power Platform Architecture Corrections
Power Platform Architecture CorrectionsPower Platform Architecture Corrections
Power Platform Architecture Corrections
 
Waqar Ahmed CV
Waqar Ahmed CVWaqar Ahmed CV
Waqar Ahmed CV
 
Empower Your Users with Advanced Analytics On-the-Fly
Empower Your Users with Advanced Analytics On-the-FlyEmpower Your Users with Advanced Analytics On-the-Fly
Empower Your Users with Advanced Analytics On-the-Fly
 
Creating custom visuals with Power BI Visuals CLI
Creating custom visuals with Power BI Visuals CLICreating custom visuals with Power BI Visuals CLI
Creating custom visuals with Power BI Visuals CLI
 
Enterprise Security: Tableau vs. Power BI
Enterprise Security: Tableau vs. Power BIEnterprise Security: Tableau vs. Power BI
Enterprise Security: Tableau vs. Power BI
 

Semelhante a .NET Fest 2019. Евгений Полоничко. Power BI embedded

Embed Interactive Reports in Your Apps
Embed Interactive Reports in Your AppsEmbed Interactive Reports in Your Apps
Embed Interactive Reports in Your Apps
Teo Lachev
 

Semelhante a .NET Fest 2019. Евгений Полоничко. Power BI embedded (20)

Introducing Power BI Embedded
Introducing Power BI EmbeddedIntroducing Power BI Embedded
Introducing Power BI Embedded
 
Build Interactive Analytics using Power BI
Build Interactive Analytics using Power BIBuild Interactive Analytics using Power BI
Build Interactive Analytics using Power BI
 
Power Bi Dashboard for Data Analysis
Power Bi Dashboard for Data AnalysisPower Bi Dashboard for Data Analysis
Power Bi Dashboard for Data Analysis
 
Power BI for Developers
Power BI for DevelopersPower BI for Developers
Power BI for Developers
 
Power bi proof of concept
Power bi proof of conceptPower bi proof of concept
Power bi proof of concept
 
Power BI 01-1.pptx
Power BI 01-1.pptxPower BI 01-1.pptx
Power BI 01-1.pptx
 
Power BI vs Tableau - An Overview from EPC Group.pptx
Power BI vs Tableau - An Overview from EPC Group.pptxPower BI vs Tableau - An Overview from EPC Group.pptx
Power BI vs Tableau - An Overview from EPC Group.pptx
 
what is power BI.pdf
what is power BI.pdfwhat is power BI.pdf
what is power BI.pdf
 
Deploy PowerPivot Enterprise Wide
Deploy PowerPivot Enterprise WideDeploy PowerPivot Enterprise Wide
Deploy PowerPivot Enterprise Wide
 
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...
Power bi (1)Power BI Online Training Hyderabad | power bi online training ben...
 
A powerful visualization and analysis tool with power apps update power bi
A powerful visualization and analysis tool with power apps update  power biA powerful visualization and analysis tool with power apps update  power bi
A powerful visualization and analysis tool with power apps update power bi
 
Power-BI-Deployment.pptx
Power-BI-Deployment.pptxPower-BI-Deployment.pptx
Power-BI-Deployment.pptx
 
Leveraging Microsoft Power BI To Support Enterprise Business Intelligence
Leveraging Microsoft Power BI To Support Enterprise Business IntelligenceLeveraging Microsoft Power BI To Support Enterprise Business Intelligence
Leveraging Microsoft Power BI To Support Enterprise Business Intelligence
 
Power BI Online Training hyderabad | Power BI online Course
Power BI Online Training hyderabad   | Power BI online Course Power BI Online Training hyderabad   | Power BI online Course
Power BI Online Training hyderabad | Power BI online Course
 
Power BI GW合宿 第伍夜
Power BI GW合宿 第伍夜Power BI GW合宿 第伍夜
Power BI GW合宿 第伍夜
 
Embed Interactive Reports in Your Apps
Embed Interactive Reports in Your AppsEmbed Interactive Reports in Your Apps
Embed Interactive Reports in Your Apps
 
Lesson 1 - Introduction to Power BI.pptx
Lesson 1 - Introduction to Power BI.pptxLesson 1 - Introduction to Power BI.pptx
Lesson 1 - Introduction to Power BI.pptx
 
Microsoft & Pyramid Analytics: What the Microsoft and Pyramid Analytics' Stra...
Microsoft & Pyramid Analytics: What the Microsoft and Pyramid Analytics' Stra...Microsoft & Pyramid Analytics: What the Microsoft and Pyramid Analytics' Stra...
Microsoft & Pyramid Analytics: What the Microsoft and Pyramid Analytics' Stra...
 
Top 60 Power BI Interview Questions and Answers for 2023.pdf
Top 60 Power BI Interview Questions and Answers for 2023.pdfTop 60 Power BI Interview Questions and Answers for 2023.pdf
Top 60 Power BI Interview Questions and Answers for 2023.pdf
 
Power BI by Lamees El-Ghazily.pptx
Power BI by Lamees El-Ghazily.pptxPower BI by Lamees El-Ghazily.pptx
Power BI by Lamees El-Ghazily.pptx
 

Mais de NETFest

Mais de NETFest (20)

.NET Fest 2019. Николай Балакин. Микрооптимизации в мире .NET
.NET Fest 2019. Николай Балакин. Микрооптимизации в мире .NET.NET Fest 2019. Николай Балакин. Микрооптимизации в мире .NET
.NET Fest 2019. Николай Балакин. Микрооптимизации в мире .NET
 
.NET Fest 2019. Сергей Калинец. Efficient Microservice Communication with .NE...
.NET Fest 2019. Сергей Калинец. Efficient Microservice Communication with .NE....NET Fest 2019. Сергей Калинец. Efficient Microservice Communication with .NE...
.NET Fest 2019. Сергей Калинец. Efficient Microservice Communication with .NE...
 
.NET Fest 2019. Оля Гавриш. .NET Core 3.0 и будущее .NET
.NET Fest 2019. Оля Гавриш. .NET Core 3.0 и будущее .NET.NET Fest 2019. Оля Гавриш. .NET Core 3.0 и будущее .NET
.NET Fest 2019. Оля Гавриш. .NET Core 3.0 и будущее .NET
 
.NET Fest 2019. Оля Гавриш. Машинное обучение для .NET программистов
.NET Fest 2019. Оля Гавриш. Машинное обучение для .NET программистов.NET Fest 2019. Оля Гавриш. Машинное обучение для .NET программистов
.NET Fest 2019. Оля Гавриш. Машинное обучение для .NET программистов
 
.NET Fest 2019. Roberto Freato. Provisioning Azure PaaS fluently with Managem...
.NET Fest 2019. Roberto Freato. Provisioning Azure PaaS fluently with Managem....NET Fest 2019. Roberto Freato. Provisioning Azure PaaS fluently with Managem...
.NET Fest 2019. Roberto Freato. Provisioning Azure PaaS fluently with Managem...
 
.NET Fest 2019. Halil Ibrahim Kalkan. Implementing Domain Driven Design
.NET Fest 2019. Halil Ibrahim Kalkan. Implementing Domain Driven Design.NET Fest 2019. Halil Ibrahim Kalkan. Implementing Domain Driven Design
.NET Fest 2019. Halil Ibrahim Kalkan. Implementing Domain Driven Design
 
.NET Fest 2019. Сергій Бута. Feature Toggles: Dynamic Configuration at Wirex
.NET Fest 2019. Сергій Бута. Feature Toggles: Dynamic Configuration at Wirex.NET Fest 2019. Сергій Бута. Feature Toggles: Dynamic Configuration at Wirex
.NET Fest 2019. Сергій Бута. Feature Toggles: Dynamic Configuration at Wirex
 
.NET Fest 2019. Michael Staib. Hot Chocolate: GraphQL Schema Stitching with A...
.NET Fest 2019. Michael Staib. Hot Chocolate: GraphQL Schema Stitching with A....NET Fest 2019. Michael Staib. Hot Chocolate: GraphQL Schema Stitching with A...
.NET Fest 2019. Michael Staib. Hot Chocolate: GraphQL Schema Stitching with A...
 
.NET Fest 2019. Андрей Литвинов. Async lifetime tests with xUnit and AutoFixture
.NET Fest 2019. Андрей Литвинов. Async lifetime tests with xUnit and AutoFixture.NET Fest 2019. Андрей Литвинов. Async lifetime tests with xUnit and AutoFixture
.NET Fest 2019. Андрей Литвинов. Async lifetime tests with xUnit and AutoFixture
 
.NET Fest 2019. Анатолий Колесник. Love, Death & F# Tests
.NET Fest 2019. Анатолий Колесник. Love, Death & F# Tests.NET Fest 2019. Анатолий Колесник. Love, Death & F# Tests
.NET Fest 2019. Анатолий Колесник. Love, Death & F# Tests
 
.NET Fest 2019. Алексей Голуб. Монадные парсер-комбинаторы в C# (простой спос...
.NET Fest 2019. Алексей Голуб. Монадные парсер-комбинаторы в C# (простой спос....NET Fest 2019. Алексей Голуб. Монадные парсер-комбинаторы в C# (простой спос...
.NET Fest 2019. Алексей Голуб. Монадные парсер-комбинаторы в C# (простой спос...
 
.NET Fest 2019. Roberto Freato. Azure App Service deep dive
.NET Fest 2019. Roberto Freato. Azure App Service deep dive.NET Fest 2019. Roberto Freato. Azure App Service deep dive
.NET Fest 2019. Roberto Freato. Azure App Service deep dive
 
.NET Fest 2019. Леонид Молотиевский. DotNet Core in production
.NET Fest 2019. Леонид Молотиевский. DotNet Core in production.NET Fest 2019. Леонид Молотиевский. DotNet Core in production
.NET Fest 2019. Леонид Молотиевский. DotNet Core in production
 
.NET Fest 2019. Александр Демчук. How to measure relationships within the Com...
.NET Fest 2019. Александр Демчук. How to measure relationships within the Com....NET Fest 2019. Александр Демчук. How to measure relationships within the Com...
.NET Fest 2019. Александр Демчук. How to measure relationships within the Com...
 
.NET Fest 2019. Anna Melashkina та Philipp Bauknecht. Dragons in a Mixed Real...
.NET Fest 2019. Anna Melashkina та Philipp Bauknecht. Dragons in a Mixed Real....NET Fest 2019. Anna Melashkina та Philipp Bauknecht. Dragons in a Mixed Real...
.NET Fest 2019. Anna Melashkina та Philipp Bauknecht. Dragons in a Mixed Real...
 
.NET Fest 2019. Alex Thissen. Architecting .NET solutions in a Docker ecosystem
.NET Fest 2019. Alex Thissen. Architecting .NET solutions in a Docker ecosystem.NET Fest 2019. Alex Thissen. Architecting .NET solutions in a Docker ecosystem
.NET Fest 2019. Alex Thissen. Architecting .NET solutions in a Docker ecosystem
 
.NET Fest 2019. Stas Lebedenko. Practical serverless use cases in Azure with ...
.NET Fest 2019. Stas Lebedenko. Practical serverless use cases in Azure with ....NET Fest 2019. Stas Lebedenko. Practical serverless use cases in Azure with ...
.NET Fest 2019. Stas Lebedenko. Practical serverless use cases in Azure with ...
 
.NET Fest 2019. Сергей Медведев. How serverless makes Integration TDD a reali...
.NET Fest 2019. Сергей Медведев. How serverless makes Integration TDD a reali....NET Fest 2019. Сергей Медведев. How serverless makes Integration TDD a reali...
.NET Fest 2019. Сергей Медведев. How serverless makes Integration TDD a reali...
 
.NET Fest 2019. Сергей Корж. Natural Language Processing in .NET
.NET Fest 2019. Сергей Корж. Natural Language Processing in .NET.NET Fest 2019. Сергей Корж. Natural Language Processing in .NET
.NET Fest 2019. Сергей Корж. Natural Language Processing in .NET
 
.NET Fest 2019. Eran Stiller. Create Your Own Serverless PKI with .NET & Azur...
.NET Fest 2019. Eran Stiller. Create Your Own Serverless PKI with .NET & Azur....NET Fest 2019. Eran Stiller. Create Your Own Serverless PKI with .NET & Azur...
.NET Fest 2019. Eran Stiller. Create Your Own Serverless PKI with .NET & Azur...
 

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Último (20)

TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 

.NET Fest 2019. Евгений Полоничко. Power BI embedded

  • 1. Тема доклада Тема доклада Тема доклада KYIV 2019 Eugene Polonichko Power BI Embedded .NET CONFERENCE #1 IN UKRAINE
  • 2. About me Eugene Polonichko has over 7 years of experience with SQL Server. He mainly focused on BI projects (SSAS, SSIS, PowerBI, Cognos, Informatica PowerCenter, Pentaho, Tableau). Eugene is a passionate speaker and SQL community volunteer presenting regularly at PASS SQL Saturday events and local user groups around Ukraine and Europe. Eugene is PASS Chapter Leader and he has a status MVP Data Platform https://www.linkedin.com/in/eugenepolonichko/ https://twitter.com/EvgenPolonichko
  • 3. Тема доклада Тема доклада Тема доклада .NET LEVEL UP Agenda .NET CONFERENCE #1 IN UKRAINE KYIV 2019 1. Getting started: a. Ecosystem of Power BI 2. Power Bi Services ( configuration, publish) a. Workspace b. Publish PBI reports c. Dashboards f. Schedule g. Subscribe
  • 4. Тема доклада Тема доклада Тема доклада .NET LEVEL UP Power BI .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Power BI is a suite of business analytics tools to analyze data and share insights, with tools for business users to gain access to their most important metrics in a single location across all devices and platforms
  • 5. Тема доклада Тема доклада Тема доклада .NET LEVEL UP Tools & Platforms .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Desktop MobileServices Embedded • Web-based • Allplatforms • Limiteddesign tools • Limiteddata sources • Dashboards • Publishing • Windowsonly • Robustdesign tools • Queryand modelingtools • Cross- platform • Report viewers • Report integration • RESTservices • Create custom visualizations On-premises • On-premises • Support paginated reports
  • 6. Power BI 2.0 Architecture
  • 7. Тема доклада Тема доклада Тема доклада .NET LEVEL UP Building Block Associations .NET CONFERENCE #1 IN UKRAINE KYIV 2019 DATA SOURCES REPORTS VISUALIZATIONS DEVICES DASHBOARDS
  • 8. Тема доклада Тема доклада Тема доклада .NET LEVEL UP Architecture of Power BI .NET CONFERENCE #1 IN UKRAINE KYIV 2019
  • 9. Тема доклада Тема доклада Тема доклада .NET LEVEL UP Overview of Power BI Desktop .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Power BI Desktop lets you build advanced queries, models, and reports that visualize data. With Power BI Desktop, you can build data models, create reports, and share your work by publishing to the Power BI service. Power BI Desktop is a free download. The common query tasks demonstrated here are the following: • Connect to data • Shape and combine data • Group rows • Pivot columns • Create custom columns • Query formulas
  • 10. Тема доклада Тема доклада Тема доклада .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Demo
  • 11. Тема доклада Тема доклада Тема доклада .NET LEVEL UP Power BI Embedded .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Power BI Service integration is facilitated via Power BI Embedded. Power BI Embedded is an Azure service that enables developers to surface Power BI data experiences within their applications.
  • 12. Тема доклада Тема доклада Тема доклада .NET LEVEL UP Embedded without coding .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Publish to web is supported for the vast majority of data sources and reports in the Power BI service, however, the following are not currently supported or available with Publish to web: • Reports using row level security. • Reports using any Live Connection data source, including Analysis Services Tabular hosted on-premises Analysis Service Multidimensional, Azure Analysis Services, and Power BI Service. • Reports shared to you directly or through an organizational content pack. • Reports in a group in which you are not an edit member. • "R" Visuals are not currently supported in Publish to web reports. • Very simple • Not need authentication • Not need to code
  • 13. Тема доклада Тема доклада Тема доклада .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Demo
  • 14. Тема доклада Тема доклада Тема доклада Typical SaaS application using Power BI embedded .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Applicationuser Storage
  • 15. Тема доклада Тема доклада Тема доклада Application .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Use bi-directional API to increase engagement Integrate analytics seamlessly into the app workflow
  • 16. Тема доклада Тема доклада Тема доклада Driven Tenacy model .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 When designing a multi-tenant SaaS application, you must carefully choose the tenancy model that best fits the needs of your SaaS application. This process is also valid for Power BI as an embedded analytics part of your SaaS application. A tenancy model determines how each tenant’s data is mapped and managed within Power BI and the storage account. Your tenancy model impacts application design and management. Switching to a different model later may become costly and disruptive. • Defines separation level between customers (tenants) • Impacts scalability, automation processes and cost
  • 17. Тема доклада Тема доклада Тема доклада Application UI Permission Logic/ Scenarios .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Embedding for your organization allows you to extend the Power BI service. To do this, implement the Embed for your organization solution. Embedding for your customers allows you to embed dashboards and reports to users who don't have a Power BI account. To do this, implement the Embed for your customers solution.
  • 18. Тема доклада Тема доклада Тема доклада Application UI Permission Logic .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Embed for Power BI users • End-users must be AAD & Power BI users • User management is done in Power BI • Only the consumption is through external applications Embed for non-Power BI users • End-users do not have to be Power BI users • Authentication is done with a or ‘Service Principal’
  • 19. Тема доклада Тема доклада Тема доклада Application UI Permission Logic .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Application authenticates users The token your app issues determines:
  • 20. Тема доклада Тема доклада Тема доклада Authentication power bi embedded .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Power BI Application user Application authentication Application Front End (browser) 1 Application Back End AAD (service principal/Master User) 2 Login and receive AAD token 3 Calls generate Token API as the service principal/master user 4 Gives token to the user’s browser 5 Gives token To Power BI • Access to Power BI is through an service/user account • Application is responsible for a authenticating the user • Application authorizes access to Power BI using token (Generate Token Api)
  • 21. Тема доклада Тема доклада Тема доклада .NET LEVEL UP Power BI Rest Api .NET CONFERENCE #1 IN UKRAINE KYIV 2019 There are two main scenarios when embedding Power BI content. Embedding for users in your organization (who have licenses for Power BI) and embedding for your users and customers without requiring them to have Power BI licenses. The Power BI REST API allows for both scenarios.
  • 22. Тема доклада Тема доклада Тема доклада Start to build application with Power BI .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 • Analyst Power BI Desktop Create • Developer or Devops Setup embedded solution Provision • Developer Rest & JS API Embed and build • Users Your SaaS application Deploy
  • 23. Тема доклада Тема доклада Тема доклада .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Demo
  • 24. Тема доклада Тема доклада Тема доклада Developer resources .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Developer resources http://bit.ly/2oTZpGw Developer docs http://bit.ly/2J4Zy0Z PBIE Playground http://bit.ly/2P1RTE8 App samples http://bit.ly/2MTkWqR Power BI JavaScript http://bit.ly/2MQ1cEE Power BI REST API http://bit.ly/35GuzBQ Embed Setup tool http://bit.ly/2MYpexa
  • 25. Тема доклада Тема доклада Тема доклада Links .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Build 2019 http://bit.ly/2MUC8fH Build 2019 http://bit.ly/2pxv3K0
  • 26. Тема доклада Тема доклада Тема доклада .NET LEVEL UP .NET CONFERENCE #1 IN UKRAINE KYIV 2019 Thank you