Data visualisation converts numbers and categories into visual forms so patterns, trends, and anomalies become immediately visible. It reduces cognitive load by leveraging human visual perception to compare, rank, and detect relationships faster than scanning raw tables. Effective visualisation transforms data into actionable insight that supports explanation, exploration, and decision making. The importance of data visualisation in data analysis cannot be overstated.
This is a simple example I made using Microsoft Power BI. The bar chart on the left shows total revenue for each product, the pie chart in the top right corner shows percentage of customers who used each payment method, and the scatter plot in the bottom right corner shows the relationship between the average amount paid per purchase and number of payment installments.

Core Principles of Data Visualisation
Clarity is the primary goal. Visuals must prioritise the message over artistic flourish.
Accuracy ensures that graphical encodings match underlying values and do not mislead.
Context supplies labels, units, and scales so viewers interpret results correctly.
Simplicity removes non-essential elements that distract or confuse.
Comparability enables straightforward comparisons through consistent scales and aligned baselines.
Common Chart Types and Use Cases
Bar charts compare discrete categories and show ordering or rank.
Line charts reveal trends over a continuous axis such as time.
Scatter plots expose relationships between two numeric variables and reveal clustering and outliers.
Histograms and density plots show distributional shape and spread.
Box plots summarise centre, spread, and outliers with robust statistics.
Heatmaps visualise matrices and intensity across two dimensions.
Maps spatially encode metrics for geographic patterns.
Small multiples repeat the same chart for multiple subsets to preserve scale and enable side-by-side comparison.
Design Best Practices
Start with the question you want the visual to answer.
Expose the data rather than hide it behind decorative elements.
Label axes and legends clearly and include units.
Use colour intentionally for grouping or highlighting and avoid relying on colour alone to convey critical information.
Maintain proportional encodings so visual length or area corresponds to numeric magnitude.
Annotate key takeaways so viewers immediately grasp the most important insight.
Test comprehension with a representative viewer to catch ambiguous encodings.