Power BI Course
Visualisation Types
Every chart type encodes data in a specific way — position, length, angle, area, colour saturation. Choosing the right chart for the right data is not aesthetic preference; it is about which encoding lets the audience make the most accurate comparisons with the least cognitive effort. This lesson covers every visualisation type in Power BI, when to use each one, when to avoid it, and the specific configuration decisions that determine whether a chart communicates or confuses.
The Visualisation Decision Framework
Before picking a chart type, answer three questions: What type of data am I showing? What relationship am I showing? Who is the audience and how much time do they have? The answers narrow the field considerably.
| Relationship to show | Best chart types | Avoid |
|---|---|---|
| Change over time | Line chart, Area chart, Column chart (for fewer periods) | Pie chart, Donut, Scatter (unless showing trajectory) |
| Part-of-whole | Donut chart (≤5 slices), Stacked bar/column, Treemap (for many items) | Pie chart with >5 slices, 3D pie (distorts angles) |
| Ranking / comparison | Bar chart (horizontal), Column chart (vertical for time), KPI visual | Line chart (implies continuity), Donut/Pie |
| Correlation / distribution | Scatter chart, Bubble chart | Bar chart (hides the relationship), Line chart |
| Geographic | Map, Filled Map, Azure Maps, Shape Map | Bar chart unless geography is not the point |
| Exact values / detail | Table, Matrix, Card, Multi-row card | Any chart — if you need exact numbers, use a table |
Bar and Column Charts
Bar charts (horizontal) and column charts (vertical) encode values as length — the most accurately perceived visual encoding after position. They are the workhorse of business reporting and the correct default choice for almost any comparison between categories.
| Variant | When to use | When to avoid |
|---|---|---|
| Clustered | Comparing two to three series side by side — e.g. this year vs last year by month | More than three series — bars become too thin to read |
| Stacked | Showing total while revealing how parts contribute — e.g. revenue by category per month | When comparing the inner segments is important — the floating baseline makes comparison hard |
| 100% Stacked | Showing percentage composition over time — e.g. category share of revenue by month | When absolute values matter — you cannot read magnitude from a 100% chart |
Line and Area Charts
Line charts imply continuity — the line between two data points suggests a trend. This makes them ideal for time series where the in-between values are meaningful, and wrong for categorical data where the "line" between "North" and "South" has no interpretation.
Pie and Donut Charts
Pie and donut charts encode values as angles and arc lengths — both less accurately perceived than bar length. Research consistently shows that people misjudge slice sizes by 10–30%. Use them only when the message is "one segment dominates" and there are five or fewer categories. If you need precise comparison, use a bar chart instead.
Card and KPI Visuals
Card visuals show a single number prominently — the most space-efficient way to communicate a key figure. The KPI visual adds a comparison value and a trend indicator. Both are essential on executive dashboards where the primary question is "are we on track?" not "exactly how much was each region?"
Table and Matrix
Tables show exact values and are appropriate when the audience needs to look up specific numbers, export data, or see detail that cannot be aggregated. A matrix adds row and column groupings — the equivalent of a pivot table — and supports subtotals, conditional formatting, and drill-down.
| Region | Q1 | Q2 | Q3 | Q4 | Total |
|---|---|---|---|---|---|
| North | 15,900 | 14,200 | 16,800 | 18,100 | 65,000 |
| South | 9,200 | 8,800 | 10,100 | 11,300 | 39,400 |
| West | 5,600 | 6,200 | 6,800 | 7,400 | 26,000 |
| Total | 30,700 | 29,200 | 33,700 | 36,800 | 130,400 |
Scatter and Bubble Charts
Scatter charts plot two measures against each other to reveal correlation. Each dot is one entity — a customer, a product, a store. A bubble chart adds a third measure as the bubble size. Both are underused in business reporting despite being the best way to answer "which products have high revenue but low margin?" or "which customers are high value but high churn risk?"
Treemap and Decomposition Tree
43.6%
Waterfall Chart
The waterfall chart shows how an initial value changes through a series of positive and negative contributions to reach a final value. It is the standard chart for financial variance analysis — "we started with $100K budget, spent $40K, received $15K reimbursement, and ended with $75K."
Gauge and Funnel Charts
Teacher's Note: The most common visualisation mistake in Power BI is not choosing the wrong chart type — it is using too many chart types on one page. A dashboard with a line chart, a donut, a scatter, a treemap, a gauge, and a waterfall all on one page creates visual noise that prevents any single insight from landing. The principle to remember is: one page, one question. Every visual on a page should contribute to answering one clearly defined business question. If you find yourself adding a sixth visual type to a page, that is usually a signal to create a second page rather than a more complex first one.
Practice
Practice 1 of 3
You need to show revenue trends across 18 months and highlight that the overall direction is upward. The chart type that implies continuity between data points — making it ideal for time series with many periods — is the ___ chart.
Practice 2 of 3
A donut chart with eight slices all between 8% and 18% is difficult to interpret because humans perceive ___ less accurately than bar length, making it hard to compare similarly-sized slices.
Practice 3 of 3
The ___ chart type is best suited to financial variance analysis — showing how an initial value (e.g. budget) changes through a series of positive and negative contributions to arrive at an actual final value.
Lesson Quiz
Quiz 1 of 3
A manager asks for a chart showing which products have high revenue but low margin — to identify pricing opportunities. Which chart type best answers this question and why?
Quiz 2 of 3
A line chart shows monthly revenue for North, South, and West regions across 12 months. The West line is barely visible and appears flat near the bottom. What is the most likely cause and how do you fix it without changing the chart type?
Quiz 3 of 3
An executive dashboard has eight visuals on one page: a line chart, a donut, a scatter, a treemap, a waterfall, a gauge, a matrix, and a KPI card. A design review flags the page as too complex. What is the most principled fix?
Next up — Lesson 42 covers Visual Formatting in depth, including the Format pane structure, consistent colour themes, data label configuration, axis formatting, and the specific settings that determine whether a report looks professional or amateurish.