0% found this document useful (0 votes)
9 views4 pages

Power BI

Power BI is a Microsoft tool for data visualization and business intelligence that transforms data from various sources into interactive dashboards and reports, aiding businesses in making data-driven decisions. It offers features like real-time performance tracking, data management, and customizable visualizations, but has limitations such as cost and internet dependency. The tool includes various views, filters, and functionalities for data analysis, allowing users to create detailed reports and dashboards to monitor business performance.

Uploaded by

kateri.louka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views4 pages

Power BI

Power BI is a Microsoft tool for data visualization and business intelligence that transforms data from various sources into interactive dashboards and reports, aiding businesses in making data-driven decisions. It offers features like real-time performance tracking, data management, and customizable visualizations, but has limitations such as cost and internet dependency. The tool includes various views, filters, and functionalities for data analysis, allowing users to create detailed reports and dashboards to monitor business performance.

Uploaded by

kateri.louka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Power BI is a Data Visualization and Business Intelligence tool by

Microsoft that converts data from different data sources to create


various business intelligence reports. Microsoft Power BI makes it easy for
businesses to spot trends, track performance, and make data-driven
decisions. cloud-based Business Intelligence

It is used to gather, analyze, and transform data from various sources into
interactive dashboards and visualizations that help businesses make better
data-driven decisions.

Applications
1. Visualize Details Easily - analyzing business data and presenting it
in user-friendly graphical ways such as dashboards, reports, charts,
graphs.
2. Better data management
3. Data Cleaning in Power BI
4. Real-Time Performance
5. Sales Analysis
6. Improving Marketing
7. Create Consistent Reporting Standards
8. Controlling Costs
9. Product Development

Disadvantages:
1. Cost
2. Limited Customization
3. Online-only: Because Power BI is a cloud-based application, users
need to be connected to the internet
Limitations:
1. Data Volume
2. Data Complexity
3. Data Processing
4. Limited Visual Customization
5. Data security

1. Import/Export .csv files then Query Editor will pop up, is used
to edit or format the data files before they are loaded into the Power BI
Model.

2. There are 3 different types of views in Power BI. You can switch between
the 3 views using Navigation Pane.
Report View:
 create any number of report pages with visualizations.
 provides a designing environment where you can move visualizations
around, copy and paste, merge, and so on.
Data View:
 helps you inspect, explore, and understand data.
 It’s different from how you view tables, columns, and data in Power
Query Editor.
 With Data view, you’re looking at your data after it has been
loaded into the model.
Relationship View (Model View):
 shows all of the tables, columns, and relationships in your model.
 helpful when your model has complex relationships between many
tables.

The Power-BI provides various tools and services:


1. Modelling Ribbon:
You can perform various functionalities using this panel.
 Upload datasets.
 Make calculations.
 Edit data types.
 Format data category for a column.
 Insert visualizations.
2. Fields list: This list contains elements of your uploaded dataset. You
can select a table or column to view in the data grid.
3. Navigation Pane: This panel controls the different views of Power BI
(Report/Data/Model).
4. Visualization Pane: There are many different types of visualizations
in Power-BI that help depict your report in various ways. This panel
provides over 30 visualizations. Card Visualization, slicers by Field

Stacked Bar/Column Charts Tree Maps

Clustered Bar/Column Tables and


Charts Matrix

Line/Area Charts Pie Charts

Ribbon Charts Python-Scripts

Waterfall Charts R-Scripts


Reports:
 A report is one or more pages of interactive visuals, text, and graphics
that makes up a single report.
 All of the visualizations in a report come from a single dataset.
Dashboards:
 A dashboard represents a customized view of some subset of the
underlying dataset(s).
 A dashboard is a single canvas that has tiles, graphics, and text.
 Purpose of Dashboards is to
o get all the info at one place, needed to make decisions.
o to monitor the most-important info about your business.
o to ensure all colleagues are on the same page.
o to monitor the growth of a business or product.

Create New Column – DAX expression


syntax – tableName[columnName]

Financial Sales Analysis in Power BI


TotalManufacuturingPrice = financials[Manufacturing Price]*financials[Units
Sold]
ProfitPercentage =
(financials[Profit]/financials[TotalManufacuturingPrice])*100
Line chart from the Visualization. Drag the segment and drop to the X-axis,
Again drag the ProfitPercent and drop to the Y-axis that we have created
our custom columns

Profit Analysis using Donut Chart in Power BI


ProfitType =
IF(financials[Profit]<0,”Negative”,IF(financials[Profit]>0,”Positive”,”NULL”))

Analysis of most profitable day using Bar Chart in Power BI


Weekday = WEEKDAY(financials[Date].[Date],2) (2 starts (0) drom Monday)

Then bat chart an see the highest

Types of Power BI Filters


Power BI has four different kinds of filters allowing you to apply filters on four
different levels.
 Visual-level Filters: The filter used to apply to the individual visual in
the report or dashboard. include sub-filter modes Basic filters,
Advanced filters, Top-N filters. The visual filters can sort the data in
visuals like tables, cards, charts, etc.
 Page-level Filters: The filters used to apply all visuals on the current
page. includes sub-filter modes like Basic filters, Advanced filters, Top-
N
 Drill-through Filters: The filters used to drill down and navigate
through different pages or regions in the dashboard. The main aim of
the drill-through filter is to provide a relationship between two pages of
a report.
 Report-level Filters: The filters used to apply all visuals on all pages
of the dashboard. These filters are also called filters on all pages. The
main aim is to control all page visuals inside the dashboard.

The measure difference between the slicer and filter is that filters can
update the data fields in your entire selection whereas the slicer can update
only one visual.

You might also like