PowerBI Session 2 Notes
PowerBI Session 2 Notes
For Datasets:
https://github.com/Premalathasuccess/Datasets/blob/main/Global%20Sup
erstore.xlsx
Reference videos:
Descriptive and Inferential Statistics: https://youtu.be/X8NP9vw6XXI
Measures of Central Tendency: https://youtu.be/SOs8UBOwzT4
Measures of Dispersion: https://youtu.be/OfYZV-lygqM
Introduction to Power BI
➢ What is Power BI?
o Power BI is a tool by Microsoft used for data visualization.
o It allows users to create dashboards and reports to understand data
better.
➢ Prerequisites:
o Basic knowledge of mathematics and statistics is needed.
➢ Key Concept:
o Data = Noise + Information
o Data Visualization: Creating charts, plots, and graphs for better
understanding of data.
➢ Dashboard:
o A single canvas where you can view current trends and key insights
from your data.
Data Sources in Power BI
➢ Data can be sourced from:
SaaS solutions
On-premises data
Organizational content packs
Azure services
Excel files
Power BI files
Power BI Services
1. Content Packs
▪ Prepackaged dashboards and reports.
2. Live Dashboards
▪ Real-time updates.
3. Natural Language Query
▪ Query your data in simple language.
4. Visualizations
▪ Different types of charts and graphs.
5. Reports
▪ Multiple pages of visualizations.
6. Dataset
▪ Data imported or connected to Power BI.
7. Data Refresh
▪ Updating old data (e.g., sales data).
8. Sharing and Collaboration
▪ Share your dashboards and insights with others.
➢ Prepare:
▪ Clean the dataset.
➢ Explore:
▪ Understand the dataset.
➢ Create:
▪ Build various charts and combine them into a report.
➢ Share:
▪ Share the report with stakeholders.
1. Mean:
➢ Average of numbers.
➢ Formula: Mean = (Sum of numbers) / (Total count)
2. Median:
➢ Middle value when data is sorted.
➢ Steps:
1. Sort data.
2. Strike first and last values until one or two remain.
3. If two remain, take their mean.
3. Mode:
➢ Most frequently occurring value.
➢ Works with both numbers and text.
➢ Example:
▪ Numbers: [1, 2, 2, 3] → Mode = 2
▪ Text: [M, F, M] → Mode = M
• Note: Mean and median work only with numeric data, while mode works
with text data.