SlideShare a Scribd company logo
1 of 36
Senior Technical Architect
Yugo Shimizu / 2ndFACTORY Co., Ltd.
@yugoes1021
yugoes1021 Microsoft MVP
for Data Platform - Power BI
(2017.02 -)
Let’s add Power BI
to your IT-Systems or Apps…
~How to use Real-time streaming in Power BI~
2017-09-19
Tokyo .NET Developers Meetup #25
https://www.slideshare.net/yugoes1021/lets-add-power-bi-to-your-itsystems-or-apps
http://bit.ly/0919-Meetup-pbi
Today’s goal
You usually use Cloud services, right?
It’s just now the “cloud era”.
If it is not possible to see the data until
tomorrow, it can not be in this cloud
era?
2017/09/19 Tokyo .NET Developers Meetup #25 2
Today’s goal
It’s “now” that we want that.
“current” sales.
“current” data that is sent by sensors.
“current” situations of our business.
“current” status of our services.
For our decision making.
2017/09/19 Tokyo .NET Developers Meetup #25 3
Today’s goal
So, my session’s goal is
We all here understand how to show
current data on real-time with Power
BI Service.
OK, let’s get started!!2017/09/19 Tokyo .NET Developers Meetup #25 4
Self introduce:
Yugo Shimizu (清水 優吾) ♂
2ndFACTORY Co., Ltd.
Senior technical architect
• Former developer of Financial systems, my first career.
• Now tech architect.
• Sometimes write a source code, C# with .NET.
Specialty:
Power BI, Web API, “Not to build, but to connect.”
Twitter: @yugoes1021
Facebook: https://www.facebook.com/yugoes1021
Power BI Study: https://powerbi.connpass.com
Japan Web API Community: https://jwacom.connpass.com
2017/09/19 Tokyo .NET Developers Meetup #25
Microsoft MVP
for Data Platform -
Power BI
(2017.02 - )
5
[reference] if you have an MSDN account…
If you have a Visual Studio with MSDN subscription,
you have a benefit of using a Power BI Pro for free for one
year.
https://my.visualstudio.com/
2017/09/19 Tokyo .NET Developers Meetup #25 6
How to build a real-time streaming dashboard
■What to decide
1. Which data to get on real time.
2. How to connect the data to Power BI Service.
I mean...
1. =Data source
2. =Architecture
2017/09/19 Tokyo .NET Developers Meetup #25 7
Power BI
What is Real-time streaming?
2017/09/19 Tokyo .NET Developers Meetup #25 8
Cortana Intelligence Suite
2017/09/19 Tokyo .NET Developers Meetup #25 9
Real-time streaming
According to an official page,
With Power BI real-time streaming, you can stream data and update dashboards in
real-time. Any visual or dashboard that can be created in Power BI can also be
created to display and update real-time data and visuals. The devices and sources of
streaming data can be factory sensors, social media sources, service usage metrics,
and anything else from which time-sensitive data can be collected or transmitted.
Azure
Web Apps
Power BI ServiceClient
Application
Azure
Stream Analytics
Clouds、SaaS、SNS, and so on.
Azure
Logic Apps
2017/09/19 Tokyo .NET Developers Meetup #25 10
(参考)PubNub streaming dataset
You can easily try it now just by making the following settings.
[Real-time streaming in Power BI]
https://powerbi.microsoft.com/en-us/documentation/powerbi-service-real-time-streaming/
2017/09/19 Tokyo .NET Developers Meetup #25 11
Demo 1 - PubNub
2017/09/19 Tokyo .NET Developers Meetup #25 12
Creating Streaming Dataset
2017/09/19 Tokyo .NET Developers Meetup #25 13
Creating Streaming Dataset
[Two kinds of Real-time datasets]
When visualizing Real-time data with using Power BI, there are two kinds of Real-
time datasets.
You can push your data with JSON format to both datasets by REST API.
• Push dataset
There are an internal database.
Pushed Data is saved.
You can create not only dashboards, but reports.
You can analyze the data later in Power BI Service.
• Streaming dataset
There are no internal database. Data is temporarily chached.
For example, it’s useful to check data for the past hour.
Optimized for real-time data.
You cannot create reports from this dataset. You can visualize on only dashboard.
2017/09/19 Tokyo .NET Developers Meetup #25 14
Creating Streaming Dataset
[Streaming datasets matrix – three types]
2017/09/19 Tokyo .NET Developers Meetup #25 15
Creating Streaming Dataset
1. Click [Datasets] in [My Workspace]
Click here
2017/09/19 Tokyo .NET Developers Meetup #25 16
Creating Streaming Dataset
2. Click [+ Create], and then [Streaming dataset].
Click here
2017/09/19 Tokyo .NET Developers Meetup #25
Click here
17
Creating Streaming Dataset
3. Select [API] in [New streaming dataset], [Next].
4. Input [Dataset name] and [Values from stream].
[Values from stream] defines JSON data format and types.
2017/09/19 Tokyo .NET Developers Meetup #25 18
Creating Streaming Dataset
※You can choose three types of values by dropdown – DateTime, Number, Text.
2017/09/19 Tokyo .NET Developers Meetup #25
[DateTime] and [Number] is required for streaming
timeline on dashboard.
No DateTime, no visualization of timeline.
No Number, no values for timeline.
[Text] is for an optional value.
If IoT solution, names of edge devices, places.
If Sales analytics, customer name, age, Email address.
[Historic data analysis] is recommended to be turned on.
On: in case you need to analyze the data later.
(Creates both streaming dataset and push dataset)
Off: in case you don’t need to analyze the data later.
(Creates only streaming dataset)
19
Creating Streaming Dataset
6. Streaming dataset created. Copy [Push URL] and JSON format.
2017/09/19 Tokyo .NET Developers Meetup #25 20
Add real-time tiles to Dashboard
7. If you have not created dashboard yet, please create dashboard as the following.
Click here
2017/09/19 Tokyo .NET Developers Meetup #25
Click here
21
Add real-time tiles to Dashboard
7. If you have not created dashboard yet, please create dashboard as the following.
2017/09/19 Tokyo .NET Developers Meetup #25
Click here
22
Add real-time tiles to Dashboard
8. Add real-time tiles to dashboard.
Click
2017/09/19 Tokyo .NET Developers Meetup #25
• Shows streaming
dataset list.
• Select your target
dataset.
23
Demo 2 – Push by HttpClient
2017/09/19 Tokyo .NET Developers Meetup #25 24
Let’s use easily.
2017/09/19 Tokyo .NET Developers Meetup #25 25
Three examples to try real-time streaming
1. The easiest way to use real-time streaming
Get and Visualize Temperature & Humidity in your room.
• Sony MESH Temperature & Humidity Tag
• iPad MESH App
• IFTTT(MESH ⇒ Maker Webhooks)
• Power BI Service
2017/09/19 Tokyo .NET Developers Meetup #25 26
Demo 3 – write no code.
2017/09/19 Tokyo .NET Developers Meetup #25 27
1. The easiest way to use real-time streaming
2017/09/19
Sony MESH
Temperature
&
Humidity
Sensor
IFTTT
App
MESH
App
Power BI Service
Web API
notification
JSON
JSON
Tokyo .NET Developers Meetup #25 28
(Reference)What is IFTTT ~from Wikipedia~
IFTTT is a free web-based service that people use to create chains of simple
conditional statements, called applets. An applet is triggered by changes that occur
within other web services such as Gmail, Facebook, Instagram, or Pinterest.
For example, an applet may send an e-mail message if the user tweets using a
hashtag, or copy a photo on Facebook to a user's archive if someone tags a user in
a photo. IFTTT is an initialism for If This Then That.
https://en.wikipedia.org/wiki/IFTTT
https://ifttt.com/2017/09/19 Tokyo .NET Developers Meetup #25 29
2. One-step advanced way
Sony MESH
Temperature
&
Humidity
Sensor
IFTTT
App
MESH
App
JSON
Azure
Logic Apps
JSON
Power BI Service
Web API
JSON
notification
2017/09/19 Tokyo .NET Developers Meetup #25 30
2. One-step advanced way
Sony MESH
Temperature
&
Humidity
Sensor
IFTTT
App
MESH
App
JSON
Azure
Logic Apps
JSON
JSON
Power BI Service
Web API
notification
Microsoft Flow
2017/09/19 Tokyo .NET Developers Meetup #25 31
3. An actual case
2017/09/19
Azure
SQL Database
Visualization
Self-service BI
Situation prediction
Azure
Machine Learning
Environment sensor
Bluetooth
Wi-SUN
IoT Hub
Stream
Analytics
App
Servicer AdminShops
Chat Bot
Azure
Web Apps
Sensors
Sensor
CC2650STK
Other sensors
Tokyo .NET Developers Meetup #25 32
3. An advanced actual case
2017/09/19
Azure
SQL Database
Visualization
Self-service BI
Situation prediction
Azure
Machine Learning
Stream
Analytics
管理者
Web AppsClients
Mobile
Apps
API
Management
Web
Apps
Azure
SQL Database Azure
Functions
IoT Hub
Management
Tokyo .NET Developers Meetup #25 33
Summary
1. Real-time streaming is easy.
To try it is possible without coding.
(Money is a little needed)
2. Make a fascinating dashboard.
3. Suitable for a demo / a presentation.
4. Attention required for data life cycle.
5. Anyway try it!!
2017/09/19 Tokyo .NET Developers Meetup #25 34
(Reference)URLs
[MESH Temperature & Humidity Tag]
http://meshprj.com/en/
http://meshprj.com/en/tag/MESH-100TH-TemperatureAndHumidity.html
[SimpleLink Bluetooth low energy/Multi-standard SensorTag]
http://www.ti.com/tool/cc2650stk
2017/09/19 Tokyo .NET Developers Meetup #25 35
Thank you once again
for taking the time
to join today’s presentation.
If you have any question, please ask me anything
2017/09/19 Tokyo .NET Developers Meetup #25 36

More Related Content

What's hot

Introduction to Power BI and Data Visualization
Introduction to Power BI and Data VisualizationIntroduction to Power BI and Data Visualization
Introduction to Power BI and Data VisualizationSwapnil Jadhav
 
Visual guidance calgary user group
Visual guidance calgary user groupVisual guidance calgary user group
Visual guidance calgary user groupBerkovich Consulting
 
Bring your data to life with Power BI
Bring your data to life with Power BIBring your data to life with Power BI
Bring your data to life with Power BIMicrosoft Österreich
 
Power BI for Data Science and Machine Learning - Data Science Portugal meetup
Power BI for Data Science and Machine Learning  - Data Science Portugal meetupPower BI for Data Science and Machine Learning  - Data Science Portugal meetup
Power BI for Data Science and Machine Learning - Data Science Portugal meetupRui Quintino
 
Is Power BI faster than Excel?
Is Power BI faster than Excel?Is Power BI faster than Excel?
Is Power BI faster than Excel?Ravendra Singh
 
Data for everyone! - Microsoft Power BI
Data for everyone! - Microsoft Power BIData for everyone! - Microsoft Power BI
Data for everyone! - Microsoft Power BICobweb
 
Power BI Governance, Why it is important?
Power BI Governance, Why it is important?Power BI Governance, Why it is important?
Power BI Governance, Why it is important?Soheil Bakhshi
 
Power BI for Developers @ SQLSaturday #369
Power BI for Developers @ SQLSaturday #369Power BI for Developers @ SQLSaturday #369
Power BI for Developers @ SQLSaturday #369Rui Romano
 
Power BI Days - Power Bi and PowerShell
Power BI Days - Power Bi and PowerShellPower BI Days - Power Bi and PowerShell
Power BI Days - Power Bi and PowerShellGaston Cruz
 
PowerBI - Porto.Data - 20150219
PowerBI - Porto.Data - 20150219PowerBI - Porto.Data - 20150219
PowerBI - Porto.Data - 20150219Rui Romano
 
Dynamics365Saturday-Interactive Data Visualisation with Power BI
Dynamics365Saturday-Interactive Data Visualisation with Power BI Dynamics365Saturday-Interactive Data Visualisation with Power BI
Dynamics365Saturday-Interactive Data Visualisation with Power BI Stefan Bekker
 
Power BI Full Course | Power BI Tutorial for Beginners | Edureka
Power BI Full Course | Power BI Tutorial for Beginners | EdurekaPower BI Full Course | Power BI Tutorial for Beginners | Edureka
Power BI Full Course | Power BI Tutorial for Beginners | EdurekaEdureka!
 
2020-06-25 Valofest - Introduction to SharePoint Spaces
2020-06-25 Valofest - Introduction to SharePoint Spaces2020-06-25 Valofest - Introduction to SharePoint Spaces
2020-06-25 Valofest - Introduction to SharePoint SpacesPatrick Guimonet
 
2020-02-29 Scottish Summit - Integrate Power Platform with SharePoint and Teams
2020-02-29 Scottish Summit - Integrate Power Platform with SharePoint and Teams2020-02-29 Scottish Summit - Integrate Power Platform with SharePoint and Teams
2020-02-29 Scottish Summit - Integrate Power Platform with SharePoint and TeamsPatrick Guimonet
 
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce Data
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce DataLearn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce Data
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce DataNetwoven Inc.
 
Philly codecamp oct2010
Philly codecamp oct2010Philly codecamp oct2010
Philly codecamp oct2010Mark Kromer
 
Power BI Technical Dive
Power BI Technical DivePower BI Technical Dive
Power BI Technical DiveBhavna K
 

What's hot (20)

Introduction to Power BI and Data Visualization
Introduction to Power BI and Data VisualizationIntroduction to Power BI and Data Visualization
Introduction to Power BI and Data Visualization
 
Power bi overview
Power bi overview Power bi overview
Power bi overview
 
Visual guidance calgary user group
Visual guidance calgary user groupVisual guidance calgary user group
Visual guidance calgary user group
 
Bring your data to life with Power BI
Bring your data to life with Power BIBring your data to life with Power BI
Bring your data to life with Power BI
 
Power BI for Data Science and Machine Learning - Data Science Portugal meetup
Power BI for Data Science and Machine Learning  - Data Science Portugal meetupPower BI for Data Science and Machine Learning  - Data Science Portugal meetup
Power BI for Data Science and Machine Learning - Data Science Portugal meetup
 
Is Power BI faster than Excel?
Is Power BI faster than Excel?Is Power BI faster than Excel?
Is Power BI faster than Excel?
 
Data for everyone! - Microsoft Power BI
Data for everyone! - Microsoft Power BIData for everyone! - Microsoft Power BI
Data for everyone! - Microsoft Power BI
 
Power BI Governance, Why it is important?
Power BI Governance, Why it is important?Power BI Governance, Why it is important?
Power BI Governance, Why it is important?
 
Power BI for Developers @ SQLSaturday #369
Power BI for Developers @ SQLSaturday #369Power BI for Developers @ SQLSaturday #369
Power BI for Developers @ SQLSaturday #369
 
Power BI Days - Power Bi and PowerShell
Power BI Days - Power Bi and PowerShellPower BI Days - Power Bi and PowerShell
Power BI Days - Power Bi and PowerShell
 
PowerBI - Porto.Data - 20150219
PowerBI - Porto.Data - 20150219PowerBI - Porto.Data - 20150219
PowerBI - Porto.Data - 20150219
 
Dynamics365Saturday-Interactive Data Visualisation with Power BI
Dynamics365Saturday-Interactive Data Visualisation with Power BI Dynamics365Saturday-Interactive Data Visualisation with Power BI
Dynamics365Saturday-Interactive Data Visualisation with Power BI
 
Power BI Full Course | Power BI Tutorial for Beginners | Edureka
Power BI Full Course | Power BI Tutorial for Beginners | EdurekaPower BI Full Course | Power BI Tutorial for Beginners | Edureka
Power BI Full Course | Power BI Tutorial for Beginners | Edureka
 
2020-06-25 Valofest - Introduction to SharePoint Spaces
2020-06-25 Valofest - Introduction to SharePoint Spaces2020-06-25 Valofest - Introduction to SharePoint Spaces
2020-06-25 Valofest - Introduction to SharePoint Spaces
 
Ai in power platform
Ai in power platform Ai in power platform
Ai in power platform
 
Power bi
Power biPower bi
Power bi
 
2020-02-29 Scottish Summit - Integrate Power Platform with SharePoint and Teams
2020-02-29 Scottish Summit - Integrate Power Platform with SharePoint and Teams2020-02-29 Scottish Summit - Integrate Power Platform with SharePoint and Teams
2020-02-29 Scottish Summit - Integrate Power Platform with SharePoint and Teams
 
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce Data
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce DataLearn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce Data
Learn How to Use Microsoft Power BI for Office 365 to Analyze Salesforce Data
 
Philly codecamp oct2010
Philly codecamp oct2010Philly codecamp oct2010
Philly codecamp oct2010
 
Power BI Technical Dive
Power BI Technical DivePower BI Technical Dive
Power BI Technical Dive
 

Similar to Let's add Power BI to your IT-Systems or Apps

DataLive conference in Geneva 2018 - Bringing AI to the Data
DataLive conference in Geneva 2018 - Bringing AI to the DataDataLive conference in Geneva 2018 - Bringing AI to the Data
DataLive conference in Geneva 2018 - Bringing AI to the DataSasha Lazarevic
 
Make your application stand out with bi that blends in
Make your application stand out with bi that blends inMake your application stand out with bi that blends in
Make your application stand out with bi that blends inTIBCO Jaspersoft
 
Introduction to jaspersoft7 customer webinar
Introduction to jaspersoft7 customer webinarIntroduction to jaspersoft7 customer webinar
Introduction to jaspersoft7 customer webinarTIBCO Jaspersoft
 
TechEvent DWH Modernization
TechEvent DWH ModernizationTechEvent DWH Modernization
TechEvent DWH ModernizationTrivadis
 
AI Foundations: Simpler Technologies, Smarter Business
AI Foundations: Simpler Technologies, Smarter BusinessAI Foundations: Simpler Technologies, Smarter Business
AI Foundations: Simpler Technologies, Smarter BusinessTIBCO_Software
 
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application EditionAD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application EditionRay Bilyk
 
Xbim flex webinar 20 Jan 2021
Xbim flex webinar 20 Jan 2021Xbim flex webinar 20 Jan 2021
Xbim flex webinar 20 Jan 2021Andy Ward
 
Public v1 real world example of azure functions serverless conf london 2016
Public v1 real world example of azure functions serverless conf london 2016 Public v1 real world example of azure functions serverless conf london 2016
Public v1 real world example of azure functions serverless conf london 2016 Yochay Kiriaty
 
ibm-zconnect-mule.pdf
ibm-zconnect-mule.pdfibm-zconnect-mule.pdf
ibm-zconnect-mule.pdfLaLa788688
 
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...Codemotion Tel Aviv
 
Solutions to reduce Total Cost of Setup (TCS) and simplify your life! - #iJac...
Solutions to reduce Total Cost of Setup (TCS) and simplify your life! - #iJac...Solutions to reduce Total Cost of Setup (TCS) and simplify your life! - #iJac...
Solutions to reduce Total Cost of Setup (TCS) and simplify your life! - #iJac...Andrea Fontana
 
November 2022 CIAOPS Need to Know Webinar
November 2022 CIAOPS Need to Know WebinarNovember 2022 CIAOPS Need to Know Webinar
November 2022 CIAOPS Need to Know WebinarRobert Crane
 
Getting Started: How to Set Up Your "Data as a Feature" Project
Getting Started: How to Set Up Your "Data as a Feature" ProjectGetting Started: How to Set Up Your "Data as a Feature" Project
Getting Started: How to Set Up Your "Data as a Feature" ProjectTIBCO Jaspersoft
 
R, Spark, Tensorflow, H20.ai Applied to Streaming Analytics
R, Spark, Tensorflow, H20.ai Applied to Streaming AnalyticsR, Spark, Tensorflow, H20.ai Applied to Streaming Analytics
R, Spark, Tensorflow, H20.ai Applied to Streaming AnalyticsKai Wähner
 
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...Codemotion
 
Custom Reports & Integrations with GraphQL
Custom Reports & Integrations with GraphQLCustom Reports & Integrations with GraphQL
Custom Reports & Integrations with GraphQLLeanIX GmbH
 
Serverless Single Page Apps with React and Redux at ItCamp 2017
Serverless Single Page Apps with React and Redux at ItCamp 2017Serverless Single Page Apps with React and Redux at ItCamp 2017
Serverless Single Page Apps with React and Redux at ItCamp 2017Melania Andrisan (Danciu)
 
Integration and IoT
Integration and IoTIntegration and IoT
Integration and IoTBizTalk360
 
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...Toradex
 

Similar to Let's add Power BI to your IT-Systems or Apps (20)

DataLive conference in Geneva 2018 - Bringing AI to the Data
DataLive conference in Geneva 2018 - Bringing AI to the DataDataLive conference in Geneva 2018 - Bringing AI to the Data
DataLive conference in Geneva 2018 - Bringing AI to the Data
 
Make your application stand out with bi that blends in
Make your application stand out with bi that blends inMake your application stand out with bi that blends in
Make your application stand out with bi that blends in
 
Introduction to jaspersoft7 customer webinar
Introduction to jaspersoft7 customer webinarIntroduction to jaspersoft7 customer webinar
Introduction to jaspersoft7 customer webinar
 
TechEvent DWH Modernization
TechEvent DWH ModernizationTechEvent DWH Modernization
TechEvent DWH Modernization
 
AI Foundations: Simpler Technologies, Smarter Business
AI Foundations: Simpler Technologies, Smarter BusinessAI Foundations: Simpler Technologies, Smarter Business
AI Foundations: Simpler Technologies, Smarter Business
 
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application EditionAD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
 
Xbim flex webinar 20 Jan 2021
Xbim flex webinar 20 Jan 2021Xbim flex webinar 20 Jan 2021
Xbim flex webinar 20 Jan 2021
 
Public v1 real world example of azure functions serverless conf london 2016
Public v1 real world example of azure functions serverless conf london 2016 Public v1 real world example of azure functions serverless conf london 2016
Public v1 real world example of azure functions serverless conf london 2016
 
ibm-zconnect-mule.pdf
ibm-zconnect-mule.pdfibm-zconnect-mule.pdf
ibm-zconnect-mule.pdf
 
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
 
Solutions to reduce Total Cost of Setup (TCS) and simplify your life! - #iJac...
Solutions to reduce Total Cost of Setup (TCS) and simplify your life! - #iJac...Solutions to reduce Total Cost of Setup (TCS) and simplify your life! - #iJac...
Solutions to reduce Total Cost of Setup (TCS) and simplify your life! - #iJac...
 
November 2022 CIAOPS Need to Know Webinar
November 2022 CIAOPS Need to Know WebinarNovember 2022 CIAOPS Need to Know Webinar
November 2022 CIAOPS Need to Know Webinar
 
Getting Started: How to Set Up Your "Data as a Feature" Project
Getting Started: How to Set Up Your "Data as a Feature" ProjectGetting Started: How to Set Up Your "Data as a Feature" Project
Getting Started: How to Set Up Your "Data as a Feature" Project
 
R, Spark, Tensorflow, H20.ai Applied to Streaming Analytics
R, Spark, Tensorflow, H20.ai Applied to Streaming AnalyticsR, Spark, Tensorflow, H20.ai Applied to Streaming Analytics
R, Spark, Tensorflow, H20.ai Applied to Streaming Analytics
 
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
How to Leverage Machine Learning (R, Hadoop, Spark, H2O) for Real Time Proces...
 
Custom Reports & Integrations with GraphQL
Custom Reports & Integrations with GraphQLCustom Reports & Integrations with GraphQL
Custom Reports & Integrations with GraphQL
 
Serverless Single Page Apps with React and Redux at ItCamp 2017
Serverless Single Page Apps with React and Redux at ItCamp 2017Serverless Single Page Apps with React and Redux at ItCamp 2017
Serverless Single Page Apps with React and Redux at ItCamp 2017
 
Integration and IoT
Integration and IoTIntegration and IoT
Integration and IoT
 
Tdx highlights
Tdx highlightsTdx highlights
Tdx highlights
 
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...
Azure IoT Hub on a Toradex Colibri VF61 – Part 3: Using Cloud Services to col...
 

More from Yugo Shimizu

Microsoft Power Platform release wave
Microsoft Power Platform release waveMicrosoft Power Platform release wave
Microsoft Power Platform release waveYugo Shimizu
 
RPA勉強会 Power BI を学ぶ特別編!
RPA勉強会 Power BI を学ぶ特別編!RPA勉強会 Power BI を学ぶ特別編!
RPA勉強会 Power BI を学ぶ特別編!Yugo Shimizu
 
Power BI Architecture Dojo 02
Power BI Architecture Dojo 02Power BI Architecture Dojo 02
Power BI Architecture Dojo 02Yugo Shimizu
 
あなたが作るレポートに不要なデータは含まれていませんか?~レポートリテラシー:ビジュアルから考える逆算
あなたが作るレポートに不要なデータは含まれていませんか?~レポートリテラシー:ビジュアルから考える逆算あなたが作るレポートに不要なデータは含まれていませんか?~レポートリテラシー:ビジュアルから考える逆算
あなたが作るレポートに不要なデータは含まれていませんか?~レポートリテラシー:ビジュアルから考える逆算Yugo Shimizu
 
ノーコードだよ!全員集合!! ~ 技術者も業務担当者も大歓迎 ~(仮)
ノーコードだよ!全員集合!! ~ 技術者も業務担当者も大歓迎 ~(仮)ノーコードだよ!全員集合!! ~ 技術者も業務担当者も大歓迎 ~(仮)
ノーコードだよ!全員集合!! ~ 技術者も業務担当者も大歓迎 ~(仮)Yugo Shimizu
 
Ignite で発表された内容とそれ以降のアップデートを確認してみる
Ignite で発表された内容とそれ以降のアップデートを確認してみるIgnite で発表された内容とそれ以降のアップデートを確認してみる
Ignite で発表された内容とそれ以降のアップデートを確認してみるYugo Shimizu
 
コロナ禍におけるあたらしいカタチ - 私の思う ICT 業界のこれから
コロナ禍におけるあたらしいカタチ - 私の思う ICT 業界のこれからコロナ禍におけるあたらしいカタチ - 私の思う ICT 業界のこれから
コロナ禍におけるあたらしいカタチ - 私の思う ICT 業界のこれからYugo Shimizu
 
あのセッションの作り方を LT で可能な限りお伝えします
あのセッションの作り方を LT で可能な限りお伝えしますあのセッションの作り方を LT で可能な限りお伝えします
あのセッションの作り方を LT で可能な限りお伝えしますYugo Shimizu
 
情報の伝え方が変わる!Power BIでレポートを作ってみよう(前半戦)
情報の伝え方が変わる!Power BIでレポートを作ってみよう(前半戦)情報の伝え方が変わる!Power BIでレポートを作ってみよう(前半戦)
情報の伝え方が変わる!Power BIでレポートを作ってみよう(前半戦)Yugo Shimizu
 
CDS が DirectQuery をサポートしたのでそれを紹介しながら新機能を紹介していきます
CDS が DirectQuery をサポートしたのでそれを紹介しながら新機能を紹介していきますCDS が DirectQuery をサポートしたのでそれを紹介しながら新機能を紹介していきます
CDS が DirectQuery をサポートしたのでそれを紹介しながら新機能を紹介していきますYugo Shimizu
 
毎月更新されるデータを Excel で集計してレポートを作ってるですって? それ、Power BI と SharePoint フォルダーで自動化できますよー
毎月更新されるデータを Excel で集計してレポートを作ってるですって? それ、Power BI と SharePoint フォルダーで自動化できますよー毎月更新されるデータを Excel で集計してレポートを作ってるですって? それ、Power BI と SharePoint フォルダーで自動化できますよー
毎月更新されるデータを Excel で集計してレポートを作ってるですって? それ、Power BI と SharePoint フォルダーで自動化できますよーYugo Shimizu
 
フォルダー系コネクタを使ったほんとの自動化
フォルダー系コネクタを使ったほんとの自動化フォルダー系コネクタを使ったほんとの自動化
フォルダー系コネクタを使ったほんとの自動化Yugo Shimizu
 
人前で話すことは “特別” ではない!~ 特別にしない方法について ~
人前で話すことは “特別” ではない!~ 特別にしない方法について ~人前で話すことは “特別” ではない!~ 特別にしない方法について ~
人前で話すことは “特別” ではない!~ 特別にしない方法について ~Yugo Shimizu
 
Power Automate の他では聞けない使い方 (UI flows は除く)
Power Automate の他では聞けない使い方 (UI flows は除く)Power Automate の他では聞けない使い方 (UI flows は除く)
Power Automate の他では聞けない使い方 (UI flows は除く)Yugo Shimizu
 
RPA 機能の UI flows が話題の Power Automate を理解せよ
RPA 機能の UI flows が話題の Power Automate を理解せよRPA 機能の UI flows が話題の Power Automate を理解せよ
RPA 機能の UI flows が話題の Power Automate を理解せよYugo Shimizu
 
もうすぐ来る新しい DirectQuery の自動更新をいま可能なモノで模倣してみた!~ 誕生日のパラドックスを使って体験するのだ ~
もうすぐ来る新しい DirectQuery の自動更新をいま可能なモノで模倣してみた!~ 誕生日のパラドックスを使って体験するのだ ~もうすぐ来る新しい DirectQuery の自動更新をいま可能なモノで模倣してみた!~ 誕生日のパラドックスを使って体験するのだ ~
もうすぐ来る新しい DirectQuery の自動更新をいま可能なモノで模倣してみた!~ 誕生日のパラドックスを使って体験するのだ ~Yugo Shimizu
 
Teams の”チーム”と Office 365 グループを理解して Power Platform を活用せよ
Teams の”チーム”と Office 365 グループを理解して Power Platform を活用せよTeams の”チーム”と Office 365 グループを理解して Power Platform を活用せよ
Teams の”チーム”と Office 365 グループを理解して Power Platform を活用せよYugo Shimizu
 
Power Platform Summary
Power Platform  SummaryPower Platform  Summary
Power Platform SummaryYugo Shimizu
 
Do you wanna be a V-ROCK star?
Do you wanna be a V-ROCK star?Do you wanna be a V-ROCK star?
Do you wanna be a V-ROCK star?Yugo Shimizu
 

More from Yugo Shimizu (20)

Microsoft Power Platform release wave
Microsoft Power Platform release waveMicrosoft Power Platform release wave
Microsoft Power Platform release wave
 
RPA勉強会 Power BI を学ぶ特別編!
RPA勉強会 Power BI を学ぶ特別編!RPA勉強会 Power BI を学ぶ特別編!
RPA勉強会 Power BI を学ぶ特別編!
 
Two Dataflows
Two DataflowsTwo Dataflows
Two Dataflows
 
Power BI Architecture Dojo 02
Power BI Architecture Dojo 02Power BI Architecture Dojo 02
Power BI Architecture Dojo 02
 
あなたが作るレポートに不要なデータは含まれていませんか?~レポートリテラシー:ビジュアルから考える逆算
あなたが作るレポートに不要なデータは含まれていませんか?~レポートリテラシー:ビジュアルから考える逆算あなたが作るレポートに不要なデータは含まれていませんか?~レポートリテラシー:ビジュアルから考える逆算
あなたが作るレポートに不要なデータは含まれていませんか?~レポートリテラシー:ビジュアルから考える逆算
 
ノーコードだよ!全員集合!! ~ 技術者も業務担当者も大歓迎 ~(仮)
ノーコードだよ!全員集合!! ~ 技術者も業務担当者も大歓迎 ~(仮)ノーコードだよ!全員集合!! ~ 技術者も業務担当者も大歓迎 ~(仮)
ノーコードだよ!全員集合!! ~ 技術者も業務担当者も大歓迎 ~(仮)
 
Ignite で発表された内容とそれ以降のアップデートを確認してみる
Ignite で発表された内容とそれ以降のアップデートを確認してみるIgnite で発表された内容とそれ以降のアップデートを確認してみる
Ignite で発表された内容とそれ以降のアップデートを確認してみる
 
コロナ禍におけるあたらしいカタチ - 私の思う ICT 業界のこれから
コロナ禍におけるあたらしいカタチ - 私の思う ICT 業界のこれからコロナ禍におけるあたらしいカタチ - 私の思う ICT 業界のこれから
コロナ禍におけるあたらしいカタチ - 私の思う ICT 業界のこれから
 
あのセッションの作り方を LT で可能な限りお伝えします
あのセッションの作り方を LT で可能な限りお伝えしますあのセッションの作り方を LT で可能な限りお伝えします
あのセッションの作り方を LT で可能な限りお伝えします
 
情報の伝え方が変わる!Power BIでレポートを作ってみよう(前半戦)
情報の伝え方が変わる!Power BIでレポートを作ってみよう(前半戦)情報の伝え方が変わる!Power BIでレポートを作ってみよう(前半戦)
情報の伝え方が変わる!Power BIでレポートを作ってみよう(前半戦)
 
CDS が DirectQuery をサポートしたのでそれを紹介しながら新機能を紹介していきます
CDS が DirectQuery をサポートしたのでそれを紹介しながら新機能を紹介していきますCDS が DirectQuery をサポートしたのでそれを紹介しながら新機能を紹介していきます
CDS が DirectQuery をサポートしたのでそれを紹介しながら新機能を紹介していきます
 
毎月更新されるデータを Excel で集計してレポートを作ってるですって? それ、Power BI と SharePoint フォルダーで自動化できますよー
毎月更新されるデータを Excel で集計してレポートを作ってるですって? それ、Power BI と SharePoint フォルダーで自動化できますよー毎月更新されるデータを Excel で集計してレポートを作ってるですって? それ、Power BI と SharePoint フォルダーで自動化できますよー
毎月更新されるデータを Excel で集計してレポートを作ってるですって? それ、Power BI と SharePoint フォルダーで自動化できますよー
 
フォルダー系コネクタを使ったほんとの自動化
フォルダー系コネクタを使ったほんとの自動化フォルダー系コネクタを使ったほんとの自動化
フォルダー系コネクタを使ったほんとの自動化
 
人前で話すことは “特別” ではない!~ 特別にしない方法について ~
人前で話すことは “特別” ではない!~ 特別にしない方法について ~人前で話すことは “特別” ではない!~ 特別にしない方法について ~
人前で話すことは “特別” ではない!~ 特別にしない方法について ~
 
Power Automate の他では聞けない使い方 (UI flows は除く)
Power Automate の他では聞けない使い方 (UI flows は除く)Power Automate の他では聞けない使い方 (UI flows は除く)
Power Automate の他では聞けない使い方 (UI flows は除く)
 
RPA 機能の UI flows が話題の Power Automate を理解せよ
RPA 機能の UI flows が話題の Power Automate を理解せよRPA 機能の UI flows が話題の Power Automate を理解せよ
RPA 機能の UI flows が話題の Power Automate を理解せよ
 
もうすぐ来る新しい DirectQuery の自動更新をいま可能なモノで模倣してみた!~ 誕生日のパラドックスを使って体験するのだ ~
もうすぐ来る新しい DirectQuery の自動更新をいま可能なモノで模倣してみた!~ 誕生日のパラドックスを使って体験するのだ ~もうすぐ来る新しい DirectQuery の自動更新をいま可能なモノで模倣してみた!~ 誕生日のパラドックスを使って体験するのだ ~
もうすぐ来る新しい DirectQuery の自動更新をいま可能なモノで模倣してみた!~ 誕生日のパラドックスを使って体験するのだ ~
 
Teams の”チーム”と Office 365 グループを理解して Power Platform を活用せよ
Teams の”チーム”と Office 365 グループを理解して Power Platform を活用せよTeams の”チーム”と Office 365 グループを理解して Power Platform を活用せよ
Teams の”チーム”と Office 365 グループを理解して Power Platform を活用せよ
 
Power Platform Summary
Power Platform  SummaryPower Platform  Summary
Power Platform Summary
 
Do you wanna be a V-ROCK star?
Do you wanna be a V-ROCK star?Do you wanna be a V-ROCK star?
Do you wanna be a V-ROCK star?
 

Recently uploaded

NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...Boston Institute of Analytics
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectBoston Institute of Analytics
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 217djon017
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...limedy534
 
Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Seán Kennedy
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfBoston Institute of Analytics
 
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptxNLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptxBoston Institute of Analytics
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPTBoston Institute of Analytics
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanMYRABACSAFRA2
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfchwongval
 
Machine learning classification ppt.ppt
Machine learning classification  ppt.pptMachine learning classification  ppt.ppt
Machine learning classification ppt.pptamreenkhanum0307
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Cathrine Wilhelmsen
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Colleen Farrelly
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.natarajan8993
 

Recently uploaded (20)

NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis Project
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
 
Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
 
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptxNLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population Mean
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdf
 
Machine learning classification ppt.ppt
Machine learning classification  ppt.pptMachine learning classification  ppt.ppt
Machine learning classification ppt.ppt
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 

Let's add Power BI to your IT-Systems or Apps

  • 1. Senior Technical Architect Yugo Shimizu / 2ndFACTORY Co., Ltd. @yugoes1021 yugoes1021 Microsoft MVP for Data Platform - Power BI (2017.02 -) Let’s add Power BI to your IT-Systems or Apps… ~How to use Real-time streaming in Power BI~ 2017-09-19 Tokyo .NET Developers Meetup #25 https://www.slideshare.net/yugoes1021/lets-add-power-bi-to-your-itsystems-or-apps http://bit.ly/0919-Meetup-pbi
  • 2. Today’s goal You usually use Cloud services, right? It’s just now the “cloud era”. If it is not possible to see the data until tomorrow, it can not be in this cloud era? 2017/09/19 Tokyo .NET Developers Meetup #25 2
  • 3. Today’s goal It’s “now” that we want that. “current” sales. “current” data that is sent by sensors. “current” situations of our business. “current” status of our services. For our decision making. 2017/09/19 Tokyo .NET Developers Meetup #25 3
  • 4. Today’s goal So, my session’s goal is We all here understand how to show current data on real-time with Power BI Service. OK, let’s get started!!2017/09/19 Tokyo .NET Developers Meetup #25 4
  • 5. Self introduce: Yugo Shimizu (清水 優吾) ♂ 2ndFACTORY Co., Ltd. Senior technical architect • Former developer of Financial systems, my first career. • Now tech architect. • Sometimes write a source code, C# with .NET. Specialty: Power BI, Web API, “Not to build, but to connect.” Twitter: @yugoes1021 Facebook: https://www.facebook.com/yugoes1021 Power BI Study: https://powerbi.connpass.com Japan Web API Community: https://jwacom.connpass.com 2017/09/19 Tokyo .NET Developers Meetup #25 Microsoft MVP for Data Platform - Power BI (2017.02 - ) 5
  • 6. [reference] if you have an MSDN account… If you have a Visual Studio with MSDN subscription, you have a benefit of using a Power BI Pro for free for one year. https://my.visualstudio.com/ 2017/09/19 Tokyo .NET Developers Meetup #25 6
  • 7. How to build a real-time streaming dashboard ■What to decide 1. Which data to get on real time. 2. How to connect the data to Power BI Service. I mean... 1. =Data source 2. =Architecture 2017/09/19 Tokyo .NET Developers Meetup #25 7
  • 8. Power BI What is Real-time streaming? 2017/09/19 Tokyo .NET Developers Meetup #25 8
  • 9. Cortana Intelligence Suite 2017/09/19 Tokyo .NET Developers Meetup #25 9
  • 10. Real-time streaming According to an official page, With Power BI real-time streaming, you can stream data and update dashboards in real-time. Any visual or dashboard that can be created in Power BI can also be created to display and update real-time data and visuals. The devices and sources of streaming data can be factory sensors, social media sources, service usage metrics, and anything else from which time-sensitive data can be collected or transmitted. Azure Web Apps Power BI ServiceClient Application Azure Stream Analytics Clouds、SaaS、SNS, and so on. Azure Logic Apps 2017/09/19 Tokyo .NET Developers Meetup #25 10
  • 11. (参考)PubNub streaming dataset You can easily try it now just by making the following settings. [Real-time streaming in Power BI] https://powerbi.microsoft.com/en-us/documentation/powerbi-service-real-time-streaming/ 2017/09/19 Tokyo .NET Developers Meetup #25 11
  • 12. Demo 1 - PubNub 2017/09/19 Tokyo .NET Developers Meetup #25 12
  • 13. Creating Streaming Dataset 2017/09/19 Tokyo .NET Developers Meetup #25 13
  • 14. Creating Streaming Dataset [Two kinds of Real-time datasets] When visualizing Real-time data with using Power BI, there are two kinds of Real- time datasets. You can push your data with JSON format to both datasets by REST API. • Push dataset There are an internal database. Pushed Data is saved. You can create not only dashboards, but reports. You can analyze the data later in Power BI Service. • Streaming dataset There are no internal database. Data is temporarily chached. For example, it’s useful to check data for the past hour. Optimized for real-time data. You cannot create reports from this dataset. You can visualize on only dashboard. 2017/09/19 Tokyo .NET Developers Meetup #25 14
  • 15. Creating Streaming Dataset [Streaming datasets matrix – three types] 2017/09/19 Tokyo .NET Developers Meetup #25 15
  • 16. Creating Streaming Dataset 1. Click [Datasets] in [My Workspace] Click here 2017/09/19 Tokyo .NET Developers Meetup #25 16
  • 17. Creating Streaming Dataset 2. Click [+ Create], and then [Streaming dataset]. Click here 2017/09/19 Tokyo .NET Developers Meetup #25 Click here 17
  • 18. Creating Streaming Dataset 3. Select [API] in [New streaming dataset], [Next]. 4. Input [Dataset name] and [Values from stream]. [Values from stream] defines JSON data format and types. 2017/09/19 Tokyo .NET Developers Meetup #25 18
  • 19. Creating Streaming Dataset ※You can choose three types of values by dropdown – DateTime, Number, Text. 2017/09/19 Tokyo .NET Developers Meetup #25 [DateTime] and [Number] is required for streaming timeline on dashboard. No DateTime, no visualization of timeline. No Number, no values for timeline. [Text] is for an optional value. If IoT solution, names of edge devices, places. If Sales analytics, customer name, age, Email address. [Historic data analysis] is recommended to be turned on. On: in case you need to analyze the data later. (Creates both streaming dataset and push dataset) Off: in case you don’t need to analyze the data later. (Creates only streaming dataset) 19
  • 20. Creating Streaming Dataset 6. Streaming dataset created. Copy [Push URL] and JSON format. 2017/09/19 Tokyo .NET Developers Meetup #25 20
  • 21. Add real-time tiles to Dashboard 7. If you have not created dashboard yet, please create dashboard as the following. Click here 2017/09/19 Tokyo .NET Developers Meetup #25 Click here 21
  • 22. Add real-time tiles to Dashboard 7. If you have not created dashboard yet, please create dashboard as the following. 2017/09/19 Tokyo .NET Developers Meetup #25 Click here 22
  • 23. Add real-time tiles to Dashboard 8. Add real-time tiles to dashboard. Click 2017/09/19 Tokyo .NET Developers Meetup #25 • Shows streaming dataset list. • Select your target dataset. 23
  • 24. Demo 2 – Push by HttpClient 2017/09/19 Tokyo .NET Developers Meetup #25 24
  • 25. Let’s use easily. 2017/09/19 Tokyo .NET Developers Meetup #25 25
  • 26. Three examples to try real-time streaming 1. The easiest way to use real-time streaming Get and Visualize Temperature & Humidity in your room. • Sony MESH Temperature & Humidity Tag • iPad MESH App • IFTTT(MESH ⇒ Maker Webhooks) • Power BI Service 2017/09/19 Tokyo .NET Developers Meetup #25 26
  • 27. Demo 3 – write no code. 2017/09/19 Tokyo .NET Developers Meetup #25 27
  • 28. 1. The easiest way to use real-time streaming 2017/09/19 Sony MESH Temperature & Humidity Sensor IFTTT App MESH App Power BI Service Web API notification JSON JSON Tokyo .NET Developers Meetup #25 28
  • 29. (Reference)What is IFTTT ~from Wikipedia~ IFTTT is a free web-based service that people use to create chains of simple conditional statements, called applets. An applet is triggered by changes that occur within other web services such as Gmail, Facebook, Instagram, or Pinterest. For example, an applet may send an e-mail message if the user tweets using a hashtag, or copy a photo on Facebook to a user's archive if someone tags a user in a photo. IFTTT is an initialism for If This Then That. https://en.wikipedia.org/wiki/IFTTT https://ifttt.com/2017/09/19 Tokyo .NET Developers Meetup #25 29
  • 30. 2. One-step advanced way Sony MESH Temperature & Humidity Sensor IFTTT App MESH App JSON Azure Logic Apps JSON Power BI Service Web API JSON notification 2017/09/19 Tokyo .NET Developers Meetup #25 30
  • 31. 2. One-step advanced way Sony MESH Temperature & Humidity Sensor IFTTT App MESH App JSON Azure Logic Apps JSON JSON Power BI Service Web API notification Microsoft Flow 2017/09/19 Tokyo .NET Developers Meetup #25 31
  • 32. 3. An actual case 2017/09/19 Azure SQL Database Visualization Self-service BI Situation prediction Azure Machine Learning Environment sensor Bluetooth Wi-SUN IoT Hub Stream Analytics App Servicer AdminShops Chat Bot Azure Web Apps Sensors Sensor CC2650STK Other sensors Tokyo .NET Developers Meetup #25 32
  • 33. 3. An advanced actual case 2017/09/19 Azure SQL Database Visualization Self-service BI Situation prediction Azure Machine Learning Stream Analytics 管理者 Web AppsClients Mobile Apps API Management Web Apps Azure SQL Database Azure Functions IoT Hub Management Tokyo .NET Developers Meetup #25 33
  • 34. Summary 1. Real-time streaming is easy. To try it is possible without coding. (Money is a little needed) 2. Make a fascinating dashboard. 3. Suitable for a demo / a presentation. 4. Attention required for data life cycle. 5. Anyway try it!! 2017/09/19 Tokyo .NET Developers Meetup #25 34
  • 35. (Reference)URLs [MESH Temperature & Humidity Tag] http://meshprj.com/en/ http://meshprj.com/en/tag/MESH-100TH-TemperatureAndHumidity.html [SimpleLink Bluetooth low energy/Multi-standard SensorTag] http://www.ti.com/tool/cc2650stk 2017/09/19 Tokyo .NET Developers Meetup #25 35
  • 36. Thank you once again for taking the time to join today’s presentation. If you have any question, please ask me anything 2017/09/19 Tokyo .NET Developers Meetup #25 36

Editor's Notes

  1. Thank you for attending this presentation. My name is Yugo Shimizu and I am a Microsoft MVP for Power BI. Today, I would like to talk about Power BI for you Developers. This presentation will take about 50 minutes. If you have questions, please do not hesitate to ask me. At first, I have a few questions for you. How many people are the developers? Developers should raise your hands. People who have used Power BI? Have you used Power BI?
  2. クラウドが当たり前の昨今。 データが翌日にならないと見れない? あり得ないですよね。
  3. 知りたいのは “今” です。 “今” の売上。 ”今” のセンサーデータ。 ビジネスの ”今”。サービスの “今”。
  4. というわけで、 本セッションのゴールは Power BI にリアルタイムに データを表示する方法を ここにいるすべての人が理解すること です。
  5. Let me introduce myself.
  6. Visual Studio with MSDN を会社や個人でお持ちの場合 Power BI Pro が 1 年間 無料で使用できる 特典 があります。 https://my.visualstudio.com/ こちらにアクセスしてご自身のアカウントでログイン
  7. ■前提 リアルタイムに取得するデータを決める Power BI へのつなぎ方を決める つまり… =データソース =アーキテクチャ ということですね。
  8. Power BI リアルタイム ストリーミングとは?
  9. 公式ページによると… Power BI のリアルタイム ストリーミングでは、データをストリームし、リアルタイムでダッシュボードを更新できます。 Power BI で作成可能なビジュアルやダッシュボードは、リアルタイムのデータやビジュアルを表示し、更新するためにも作成できます。 工場のセンサー、ソーシャル メディア ソース、サービス利用指標、および時間依存データの回収元または転送元となるあらゆるものがストリーミング データのデバイスとソースになります。
  10. 以下の設定をするだけで誰でも簡単に今すぐ試すことができます。
  11. ストリーミング データセット の作成
  12. ストリーミング データセット の作成
  13. [リアルタイム データセットの種類] Power BI でリアルタイムの可視化を行う場合、対応しているデータセットが2種類あります。 両方とも REST API で JSON を POST することでデータを追加可能です。 プッシュ データセット 内部に DB あり。データも普通に保存される。 ダッシュボードだけでなく、レポート作成可能 データ分析可能 ストリーミング データセット 内部に DB なし。データは一時的なキャッシュ 過去 1 時間分のデータのみ見れればよいといった場合に有効 リアルタイムデータに最適化 レポート作成ができない。ダッシュボードでのみ視覚化
  14. I will show you a demo using HTTPClient. Let's send data from HTTPClient to the created dataset.
  15. ストリーミング データセット の作成
  16. IFTTT(イフト)とは「レシピ」と呼ばれる個人作成もしくは公に共有しているプロフィールを使って数あるWebサービス(Facebook、Evernote、Weather、Dropboxなど)同士で連携することができるWebサービスである。開発したのはリンデン・チベッツで2010年にスタートした。
  17. This part is your existing system, right?
  18. We are coming to the end of today’s presentation. リアルタイムストリーミングは簡単。 コーディングなしで実現可能 (お金はちょっと必要) 魅力的なダッシュボードを作るのに便利 デモ映えする データのライフサイクルには注意が必要 まずやってみましょう
  19. ストリーミング データセット の作成