SlideShare a Scribd company logo
1 of 21
EditEdit MasterMaster
t
e
x
t
t
e
x
tstylesstyles
Course :Data Analysis and
Visualization using Power BI
Lecture On :Power BI
Instructor :
2
Session Agendas
JANUARY
3
09
In this session we will discuss and
revise important concepts of Linear
Regression from the Machine Learning
module.
4
Introduction to Power BI
Power BI is a business analytics service provided by Microsoft. It offers interactive
visualisations with self-service business intelligence capabilities. End users can use this to
create reports and dashboards on their own without having to depend on any information
technology staff or database administrator.
The 2019 Gartner Magic Quadrant for Analytics and Business Intelligence Platforms rated
Power BI as one of the market leaders in visualisation tools.
Power BI transforms data into insightful visualisations that can be absorbed in a glance. This
improves your business decision-making at all levels.
upgrad.com
4
Power BI vs Tableau vs
Excel
• Performance: Tableau > Power BI > Excel
• Data sources: Power BI and Tableau > Excel
• Data shaping: Power BI > Tableau > Excel
• Accessibility and application: Power BI and Excel > Tableau
• Pricing and licensing: Power BI is priced lower than Tableau but has stringent licensing
requirements
upgrad.com
4
Power BI Services
Power BI offers different tools and services that can be used based on your needs. It includes
the following:
Power BI Desktop: This is a Windows desktop application that helps explore data and build beautiful visualisations using its
simple drag-and-drop functionality.
Power BI Service: This is an online service where users can publish and share reports built in Power BI Desktop. You need a
work or school account to use this service.
On-premise data gateway: This allows users to connect to on-premise data sources and schedule regular refreshes of data
once it is published to the Power BI Service so that reports are up-to-date.
Power BI mobile: This is an app that is available on Windows, iOS and Android devices. It allows users to view the reports
shared using the Power BI Service. Users can also view reports on their desktop browsers using the Power BI app available
under Office 365 apps.
Power BI Report Builder: This is a Windows application similar to Power BI Desktop, allowing users to build beautiful
visualisations. The main difference between both the applications is that this tool is optimised for paginated reports, i.e.,
reports that are formatted to fit well on a page.
On-premise reporting with a report server: This allows users to publish and share reports or paginated reports built in Power
BI Desktop or Report Builder within the organisation’s firewall without having the need to publish them online like Power BI
service.
upgrad.com
4
Power BI Services
Power BI offers different tools and services that can be used based on your needs. It includes
the following:
• Power BI Desktop: This is a Windows desktop application that helps explore data and build beautiful visualisations using its
simple drag-and-drop functionality
• Power BI Service: This is an online service where users can publish and share reports built in Power BI Desktop. You need a
work or school account to use this service
• On-premise data gateway: This allows users to connect to on-premise data sources and schedule regular refreshes of data
once it is published to the Power BI Service so that reports are up-to-date
• Power BI mobile: This is an app that is available on Windows, iOS and Android devices. It allows users to view the reports
shared using the Power BI Service
• Power BI Report Builder: This is a Windows application similar to Power BI Desktop, allowing users to build beautiful
visualisations
• On-premise reporting with a report server: This allows users to publish and share reports or paginated reports built in
Power BI Desktop or Report Builder within the organisation’s firewall without having the need to publish them online like
Power BI service.
upgrad.com
4
Problem statement
The bank is facing difficulty in keeping track of these details from all its branches. It is also
unable to understand how its business is doing and identify the target areas it should focus on
to leverage its profits.
Essentially, the bank wants to:
• Understand how its business is doing so far
• Analyse the patterns/behaviour of customers applying for loans
• Identify the target customers who are applying for loans greater than ₹10 lakh to maximise
net profit
upgrad.com
4
Types of views
Types of views
• Report view allows you to create the visualisations needed for the report
• Data view allows you to preview the data in the tables and perform transformations on the
existing data, such as changing the data type, renaming columns, etc
• The model view contains the data schema and allows you to manage the relationships
between the data tables
upgrad.com
4
Tabs on Desktop
• Home tab on the top contains some important and useful features
• Insert tab allows users to add new elements to the report, such as new pages, new visuals,
AI visuals, Power Apps, etc.
• Modeling tab can be used to edit relationships between tables, create new measures using
data analysis expressions (DAX)
• View tab can be used to fix a report’s theme, define the report’s layout and set up page
options
• Help tab gives access to the documentation to explore and learn features in Power BI
Desktop, connect with the Power BI community, etc
upgrad.com
4
Data sources and Import
options
Data sources
• File
• Database
• Power Platform
• Azure
• Online services
• Other: All other data sources, excluding those discussed above, fall into the ‘Other’ category. Some of
them are Web, R script, Python script, Spark, etc.
Import options
• Import: It will get all the required tables and columns by importing data into Power BI Desktop
• DirectQuery: It will establish a live connection with a data source without importing or copying it to
Power BI Desktop
upgrad.com
4
Calculated columns, Measures and Tables using
DAX
Writing these DAX formulas isn’t very different from writing Excel formulas
Formula for Date table in the home loan dataset using DAX to filter data in a common data
hierarchy as in the Customer table
upgrad.com
4
Data Modeling
The four relationship cardinalities available in Power BI are as follows:
• Many-to-one: This is the most common type of relationship that exists when the column in
a fact table consists of more than one instance of a value as compared to a dimension
table, which consists of only a single instance of the value in a column
• One-to-one: This type of relationship exists when the columns in both the fact and
dimension tables consist of only a single instance of a value
• One-to-many: This type of relationship exists when the column in a fact table consists of
only a single instance of a value as compared to a dimension table, which consists of more
than one instance of the value in a column
• Many-to-many: This type of relationship exists when the columns in both the fact and
dimension tables consist of more than one instance of a value.
upgrad.com
4
Best practices in Power BI
• Before you start building the report, you should be able to answer the following questions:
• Who is your audience?
• What questions are they trying to answer or decide on?
• What are their needs?
• What value can they draw from the data for themselves?
upgrad.com
4
Best practices in Power BI
• Before you start building the report, you should be able to answer the following questions:
• Who is your audience?
• What questions are they trying to answer or decide on?
• What are their needs?
• What value can they draw from the data for themselves?
upgrad.com
4
Mock layout
upgrad.com
4
AI visuals
Power BI offers three AI visuals to leverage AI features in simple charts, such as bar and
column. The AI visuals’ are as follows:
• Key influencers: automatically find and rank the factors that drive a metric based on their
relative importance
• Decomposition trees: This resembles a tree with branches. Using the drill down feature
allows a user to break down a measure across multiple dimensions in any order
• Q&A visuals: This allows a user to ask natural language questions and get answers in the
form of visuals. Power BI also provides suggestions on what you can ask your data model
upgrad.com
4
Bookmarks and Performance Analyser
A performance analyser is quite useful when you have large reports with several pages and
visualisations, and you want to optimise the rendering time of the report.
• DAX query: A DAX query indicates the time between a visual sending the query and the
Analysis Services returning the results
• Visual display: This indicates the time required for a visual to draw on the screen, including
the time required to retrieve any web images or geocoding
• Other: This indicates the time required by a visual for preparing queries, waiting for other
visuals to complete or performing other background processing.
upgrad.com
4
Power BI Service and License
Power BI offers the following two types of licensing:
• Power BI Pro: Power BI Pro allows users in the organisation to create content. It also allows
users to view the contents created by other users and the contents shared with them.
Power BI offers a 60−day free Pro trial version
• Power BI Premium: Power BI Premium requires content creators to have a Power BI Pro
licence. Content viewers can get free licences but with a premium workspace.
upgrad.com
4
Power BI Service and License
Before sharing the reports with other users in the organisation, you can use the following
setting options to edit your reports:
• Featured: This promotes the reports under the Featured section on the home page.
• Persistent filers: Users can save filters in the report by enabling this option.
• Visual options: This allows you to hide visual headers in the reading mode.
• Cross filtering: This allows you to filter out the data you want to remove and focus on the data you want
to display. On the other hand, cross highlighting highlights a subset of the visible data by dimming
others from the view.
• Export data: This allows the end users to choose the type of data they want to export that has been
used to build the report. This includes the following types: Summarised data, Underlying data or None.
• Filtering experience: This allows users to search for and change the filter type between basic and
advanced filtering.
• Cross−report drill through: This allows the same filter to be applied and reflected across all the reports
built from the same data set.
• Comments: This allows users to add comments to your reports.
• Personalise visuals: This allows users to modify visuals to suit their requirements.
upgrad.com
18
Any
Queries?
upgrad.com
Thank
You!

More Related Content

Similar to Power BI.pptx

power bi training institute in Hyderabad
power bi training institute in Hyderabadpower bi training institute in Hyderabad
power bi training institute in Hyderabadmadhupriya3zen
 
power bi training institute in Hyderabad
power bi training institute in Hyderabadpower bi training institute in Hyderabad
power bi training institute in Hyderabadmadhupriya3zen
 
power bi training in hyderabad..........
power bi training in hyderabad..........power bi training in hyderabad..........
power bi training in hyderabad..........sowmyavibhin
 
power bi training institute in hyderabad
power bi training institute in hyderabadpower bi training institute in hyderabad
power bi training institute in hyderabadmadhupriya3zen
 
power bi training institute in hyderabad
power bi training  institute in hyderabadpower bi training  institute in hyderabad
power bi training institute in hyderabadmadhupriya3zen
 
power bi training institute in hyderabad
power bi training  institute in hyderabadpower bi training  institute in hyderabad
power bi training institute in hyderabadmadhupriya3zen
 
Power BI: From the Basics
Power BI: From the BasicsPower BI: From the Basics
Power BI: From the BasicsNikkia Carter
 
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.pptxLamees EL- Ghazoly
 
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 WhenJoel Oleson
 
Power BI vs Tableau | Key features and Comparison 2022 
Power BI vs Tableau | Key features and Comparison 2022 Power BI vs Tableau | Key features and Comparison 2022 
Power BI vs Tableau | Key features and Comparison 2022 Sparity1
 
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...Jouko Nyholm
 
Power BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernancePower BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernanceJames Serra
 
Powerbi presentation from Microsoft Corporation
Powerbi presentation from Microsoft CorporationPowerbi presentation from Microsoft Corporation
Powerbi presentation from Microsoft CorporationEngineerMBA1
 
What is Power BI Desktop.pptx
What is Power BI Desktop.pptxWhat is Power BI Desktop.pptx
What is Power BI Desktop.pptxkavyagaur3
 
Power BI course in Chandigarh.pptx-presentation
Power BI course in Chandigarh.pptx-presentationPower BI course in Chandigarh.pptx-presentation
Power BI course in Chandigarh.pptx-presentationasmeerana605
 
Top 20 Power BI Interview Questions and Answers in 2023.pdf
Top 20 Power BI Interview Questions and Answers in 2023.pdfTop 20 Power BI Interview Questions and Answers in 2023.pdf
Top 20 Power BI Interview Questions and Answers in 2023.pdfAnanthReddy38
 
Power bi proof of concept
Power bi proof of conceptPower bi proof of concept
Power bi proof of conceptharrow812arhed
 
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 Cynix Technologies
 

Similar to Power BI.pptx (20)

power bi training institute in Hyderabad
power bi training institute in Hyderabadpower bi training institute in Hyderabad
power bi training institute in Hyderabad
 
power bi training institute in Hyderabad
power bi training institute in Hyderabadpower bi training institute in Hyderabad
power bi training institute in Hyderabad
 
power bi training in hyderabad..........
power bi training in hyderabad..........power bi training in hyderabad..........
power bi training in hyderabad..........
 
power bi training institute in hyderabad
power bi training institute in hyderabadpower bi training institute in hyderabad
power bi training institute in hyderabad
 
power bi training institute in hyderabad
power bi training  institute in hyderabadpower bi training  institute in hyderabad
power bi training institute in hyderabad
 
power bi training institute in hyderabad
power bi training  institute in hyderabadpower bi training  institute in hyderabad
power bi training institute in hyderabad
 
Power BI: From the Basics
Power BI: From the BasicsPower BI: From the Basics
Power BI: From the Basics
 
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
 
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
 
Power BI vs Tableau | Key features and Comparison 2022 
Power BI vs Tableau | Key features and Comparison 2022 Power BI vs Tableau | Key features and Comparison 2022 
Power BI vs Tableau | Key features and Comparison 2022 
 
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...
 
Power BI Desktop Overview
Power BI Desktop Overview Power BI Desktop Overview
Power BI Desktop Overview
 
Power BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernancePower BI Overview, Deployment and Governance
Power BI Overview, Deployment and Governance
 
Powerbi presentation from Microsoft Corporation
Powerbi presentation from Microsoft CorporationPowerbi presentation from Microsoft Corporation
Powerbi presentation from Microsoft Corporation
 
What is Power BI Desktop.pptx
What is Power BI Desktop.pptxWhat is Power BI Desktop.pptx
What is Power BI Desktop.pptx
 
Power BI course in Chandigarh.pptx-presentation
Power BI course in Chandigarh.pptx-presentationPower BI course in Chandigarh.pptx-presentation
Power BI course in Chandigarh.pptx-presentation
 
POWER BI.pptx
POWER BI.pptxPOWER BI.pptx
POWER BI.pptx
 
Top 20 Power BI Interview Questions and Answers in 2023.pdf
Top 20 Power BI Interview Questions and Answers in 2023.pdfTop 20 Power BI Interview Questions and Answers in 2023.pdf
Top 20 Power BI Interview Questions and Answers in 2023.pdf
 
Power bi proof of concept
Power bi proof of conceptPower bi proof of concept
Power bi proof of concept
 
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
 

Recently uploaded

BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...amitlee9823
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightDelhi Call girls
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceDelhi Call girls
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...shambhavirathore45
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 

Recently uploaded (20)

Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 

Power BI.pptx

  • 1.
  • 2. EditEdit MasterMaster t e x t t e x tstylesstyles Course :Data Analysis and Visualization using Power BI Lecture On :Power BI Instructor : 2
  • 3. Session Agendas JANUARY 3 09 In this session we will discuss and revise important concepts of Linear Regression from the Machine Learning module.
  • 4. 4 Introduction to Power BI Power BI is a business analytics service provided by Microsoft. It offers interactive visualisations with self-service business intelligence capabilities. End users can use this to create reports and dashboards on their own without having to depend on any information technology staff or database administrator. The 2019 Gartner Magic Quadrant for Analytics and Business Intelligence Platforms rated Power BI as one of the market leaders in visualisation tools. Power BI transforms data into insightful visualisations that can be absorbed in a glance. This improves your business decision-making at all levels. upgrad.com
  • 5. 4 Power BI vs Tableau vs Excel • Performance: Tableau > Power BI > Excel • Data sources: Power BI and Tableau > Excel • Data shaping: Power BI > Tableau > Excel • Accessibility and application: Power BI and Excel > Tableau • Pricing and licensing: Power BI is priced lower than Tableau but has stringent licensing requirements upgrad.com
  • 6. 4 Power BI Services Power BI offers different tools and services that can be used based on your needs. It includes the following: Power BI Desktop: This is a Windows desktop application that helps explore data and build beautiful visualisations using its simple drag-and-drop functionality. Power BI Service: This is an online service where users can publish and share reports built in Power BI Desktop. You need a work or school account to use this service. On-premise data gateway: This allows users to connect to on-premise data sources and schedule regular refreshes of data once it is published to the Power BI Service so that reports are up-to-date. Power BI mobile: This is an app that is available on Windows, iOS and Android devices. It allows users to view the reports shared using the Power BI Service. Users can also view reports on their desktop browsers using the Power BI app available under Office 365 apps. Power BI Report Builder: This is a Windows application similar to Power BI Desktop, allowing users to build beautiful visualisations. The main difference between both the applications is that this tool is optimised for paginated reports, i.e., reports that are formatted to fit well on a page. On-premise reporting with a report server: This allows users to publish and share reports or paginated reports built in Power BI Desktop or Report Builder within the organisation’s firewall without having the need to publish them online like Power BI service. upgrad.com
  • 7. 4 Power BI Services Power BI offers different tools and services that can be used based on your needs. It includes the following: • Power BI Desktop: This is a Windows desktop application that helps explore data and build beautiful visualisations using its simple drag-and-drop functionality • Power BI Service: This is an online service where users can publish and share reports built in Power BI Desktop. You need a work or school account to use this service • On-premise data gateway: This allows users to connect to on-premise data sources and schedule regular refreshes of data once it is published to the Power BI Service so that reports are up-to-date • Power BI mobile: This is an app that is available on Windows, iOS and Android devices. It allows users to view the reports shared using the Power BI Service • Power BI Report Builder: This is a Windows application similar to Power BI Desktop, allowing users to build beautiful visualisations • On-premise reporting with a report server: This allows users to publish and share reports or paginated reports built in Power BI Desktop or Report Builder within the organisation’s firewall without having the need to publish them online like Power BI service. upgrad.com
  • 8. 4 Problem statement The bank is facing difficulty in keeping track of these details from all its branches. It is also unable to understand how its business is doing and identify the target areas it should focus on to leverage its profits. Essentially, the bank wants to: • Understand how its business is doing so far • Analyse the patterns/behaviour of customers applying for loans • Identify the target customers who are applying for loans greater than ₹10 lakh to maximise net profit upgrad.com
  • 9. 4 Types of views Types of views • Report view allows you to create the visualisations needed for the report • Data view allows you to preview the data in the tables and perform transformations on the existing data, such as changing the data type, renaming columns, etc • The model view contains the data schema and allows you to manage the relationships between the data tables upgrad.com
  • 10. 4 Tabs on Desktop • Home tab on the top contains some important and useful features • Insert tab allows users to add new elements to the report, such as new pages, new visuals, AI visuals, Power Apps, etc. • Modeling tab can be used to edit relationships between tables, create new measures using data analysis expressions (DAX) • View tab can be used to fix a report’s theme, define the report’s layout and set up page options • Help tab gives access to the documentation to explore and learn features in Power BI Desktop, connect with the Power BI community, etc upgrad.com
  • 11. 4 Data sources and Import options Data sources • File • Database • Power Platform • Azure • Online services • Other: All other data sources, excluding those discussed above, fall into the ‘Other’ category. Some of them are Web, R script, Python script, Spark, etc. Import options • Import: It will get all the required tables and columns by importing data into Power BI Desktop • DirectQuery: It will establish a live connection with a data source without importing or copying it to Power BI Desktop upgrad.com
  • 12. 4 Calculated columns, Measures and Tables using DAX Writing these DAX formulas isn’t very different from writing Excel formulas Formula for Date table in the home loan dataset using DAX to filter data in a common data hierarchy as in the Customer table upgrad.com
  • 13. 4 Data Modeling The four relationship cardinalities available in Power BI are as follows: • Many-to-one: This is the most common type of relationship that exists when the column in a fact table consists of more than one instance of a value as compared to a dimension table, which consists of only a single instance of the value in a column • One-to-one: This type of relationship exists when the columns in both the fact and dimension tables consist of only a single instance of a value • One-to-many: This type of relationship exists when the column in a fact table consists of only a single instance of a value as compared to a dimension table, which consists of more than one instance of the value in a column • Many-to-many: This type of relationship exists when the columns in both the fact and dimension tables consist of more than one instance of a value. upgrad.com
  • 14. 4 Best practices in Power BI • Before you start building the report, you should be able to answer the following questions: • Who is your audience? • What questions are they trying to answer or decide on? • What are their needs? • What value can they draw from the data for themselves? upgrad.com
  • 15. 4 Best practices in Power BI • Before you start building the report, you should be able to answer the following questions: • Who is your audience? • What questions are they trying to answer or decide on? • What are their needs? • What value can they draw from the data for themselves? upgrad.com
  • 17. 4 AI visuals Power BI offers three AI visuals to leverage AI features in simple charts, such as bar and column. The AI visuals’ are as follows: • Key influencers: automatically find and rank the factors that drive a metric based on their relative importance • Decomposition trees: This resembles a tree with branches. Using the drill down feature allows a user to break down a measure across multiple dimensions in any order • Q&A visuals: This allows a user to ask natural language questions and get answers in the form of visuals. Power BI also provides suggestions on what you can ask your data model upgrad.com
  • 18. 4 Bookmarks and Performance Analyser A performance analyser is quite useful when you have large reports with several pages and visualisations, and you want to optimise the rendering time of the report. • DAX query: A DAX query indicates the time between a visual sending the query and the Analysis Services returning the results • Visual display: This indicates the time required for a visual to draw on the screen, including the time required to retrieve any web images or geocoding • Other: This indicates the time required by a visual for preparing queries, waiting for other visuals to complete or performing other background processing. upgrad.com
  • 19. 4 Power BI Service and License Power BI offers the following two types of licensing: • Power BI Pro: Power BI Pro allows users in the organisation to create content. It also allows users to view the contents created by other users and the contents shared with them. Power BI offers a 60−day free Pro trial version • Power BI Premium: Power BI Premium requires content creators to have a Power BI Pro licence. Content viewers can get free licences but with a premium workspace. upgrad.com
  • 20. 4 Power BI Service and License Before sharing the reports with other users in the organisation, you can use the following setting options to edit your reports: • Featured: This promotes the reports under the Featured section on the home page. • Persistent filers: Users can save filters in the report by enabling this option. • Visual options: This allows you to hide visual headers in the reading mode. • Cross filtering: This allows you to filter out the data you want to remove and focus on the data you want to display. On the other hand, cross highlighting highlights a subset of the visible data by dimming others from the view. • Export data: This allows the end users to choose the type of data they want to export that has been used to build the report. This includes the following types: Summarised data, Underlying data or None. • Filtering experience: This allows users to search for and change the filter type between basic and advanced filtering. • Cross−report drill through: This allows the same filter to be applied and reflected across all the reports built from the same data set. • Comments: This allows users to add comments to your reports. • Personalise visuals: This allows users to modify visuals to suit their requirements. upgrad.com