Create Visuals in PowerBI
Create Visuals in PowerBI
Power BI
In this train you will learn how to :
In this train we will explore why we use visuals, the various types of visuals, and how to create them.
How to
Create To create a visual in Power BI you simply click on a icon in the
PowerBI Visualizations grid on the top right of the page.
Visuals
1 Batsman filter:
Field: deliveries[batsman]
2
Bowling Team filter:
1 2 3
Field: deliveries[bowling_team]
3 Year filter:
Field: matches[date] - select date hierarchy (only year)
Table:
Values:
● deliveries[batsman]
● deliveries[Batsman Runs]
● deliveries[Batsman Strike Rate]
● deliveries[Batsman Average]
● Line charts are optimal for displaying data over time, or any other sequential data.
● A line chart can be created by selecting the visualisation as shown in the image below.
Line Chart:
x-axis: matches[date] - date hierarchy (only year)
y-axis: deliveries[Batsman Runs]
The chart (without filters) should like the picture on the right.
The chart (without filters) should look like the picture on the
right.
Column charts are useful for comparative analysis of more than
one metric per category on the same axis, however the scales are
required to be the same in order for the chart to be accurately
assessed.
© Explore Data Science Academy
Visuals - Bar Chart
Let’s create a bar chart for runs by batsman sorted Stacked column chart
from highest to lowest (by clicking on the three dots
above the visual and selecting sort by descending) to
Clustered column chart
visualise performance between batsmen.
Bar Chart (stacked): 100% stacked column chart
Axis: deliveries[batsman]
Values: deliveries[Batsman Runs]
The chart (without filters) should look like the picture on the
right.
● A scatter chart always has two value axes to show one set of numerical data along a horizontal axis and
another set along a vertical axis.
● The chart displays points at the intersection of an x and y numerical value, combining these values into
single data points.
● A scatter chart can be created by selecting the visualization shown in the picture below.
This can be done by selecting the filter tab and below Batsman Runs →
select “is greater than” then enter “100”. The graph should look like the
picture on the right.
Bubble charts are scatter charts where the size of the data point (bubble)
is determined by another value (e.g. Batsman Runs).
© Explore Data Science Academy
Visuals - Treemap
Here we will create the Treemap visual.
Treemap:
Details: deliveries[batsman]
Values: deliveries[Batsman Runs]
Next we can look at the 2nd page of our IPL demo dashboard - ‘Toss Choice & Win Types’.
Arrow Back
Button
● You should be able to build a basic dashboard – as the old saying goes
“practice makes perfect”.
● An exercise to test the skills you have just learnt, you can create your own
dashboard using the visuals from this train. You can do this by adding them
on a blank page and tweaking its layout to make the dashboard more
visually appealing and interactive.
Additional resources: