Power BI Visualisations Overview
Every chart type in Power BI, what it is best for, and when to use which
Power BI has 30+ built-in visual types plus hundreds of custom visuals from AppSource. Knowing which visual to use for which business question is a design skill that separates good dashboards from confusing ones.
The most important rule: choose the visual that answers the question, not the one that looks impressive. A simple bar chart that is immediately understood beats a complex custom visual that needs a legend.
Power BI Chart Selection Guide
Choose the chart that answers the business question — not the one that looks impressive
📊Bar / Column
Compare values across categories
e.g. Sales by Region, Product ranking
📈Line / Area
Show trends over time
e.g. Monthly revenue, daily active users
🔢Card / KPI
Single key metric
e.g. Total Sales, # Orders, Avg Order Value
🍩Donut / Pie
Part-of-whole (max 6 slices)
e.g. Category share, channel mix
⚬Scatter
Correlation between two measures
e.g. Price vs Sales volume
⊞Matrix
Crosstab / pivot table
e.g. Sales by Product × Quarter
▪Treemap
Hierarchical composition
e.g. Category → Sub-category share
🗺️Map
Geographic distribution
e.g. Sales by city / state
💡 Rule of thumb: Comparison → Bar | Trend → Line | Composition → Donut | Single metric → Card
Example
Key Points
- ✓Bar chart = best for comparison. Line chart = best for trend. Card = best for KPI.
- ✓Avoid pie charts with more than 5 slices — use a bar chart instead
- ✓Scatter charts need at least two numeric measures — do not use with category data
- ✓Matrix visuals are the Power BI equivalent of Excel pivot tables
- ✓Custom visuals from AppSource: use sparingly — they can slow down reports
Practice Question
A manager wants to see how sales changed month by month over the last 2 years. Which visual type is most appropriate?