From raw data to a single-page visual story — designing, building, and exporting a publication-ready infographic using real-world happiness data.
What makes an infographic different from a dashboard, and when should you choose one over the other?
An infographic is a static, self-contained visual document that communicates a specific story or insight about a dataset to a defined audience — typically a general or executive audience.
Unlike a dashboard, an infographic is not interactive. It is designed to be read like a poster or a report page: top to bottom, with a clear narrative flow.
An infographic = Data + Design + Narrative. All three components must be present. Data alone is a table. Design alone is decoration. Narrative alone is prose.
Students often build an infographic that looks like a dashboard with slicers removed. The difference is not just interactivity — it's intentional narrative design. Every element in an infographic should serve the story.
The most important number or insight should be the largest, boldest element. Guide the reader's eye with size and contrast.
Use 2–3 colours maximum. One dominant, one accent for highlights, one neutral. Colour should encode meaning — not decoration.
Align every element to an invisible grid. Misaligned visuals signal carelessness. Use Power BI's snap-to-grid feature.
Every visual must answer exactly one question. If a chart needs a paragraph to explain what it shows, redesign it.
Use no more than two font styles. A bold headline font and a clean body font. Avoid default Segoe UI — choose something with personality.
Empty space is not wasted space — it creates breathing room and directs focus. Resist the urge to fill every corner of the canvas.
We'll use the World Happiness Report 2023 — a rich, freely available dataset with global coverage, multiple numeric dimensions, and compelling stories waiting to be visualised.
Published annually by the UN Sustainable Development Solutions Network, this dataset ranks countries by self-reported life satisfaction alongside six contributing factors. It is widely used in data journalism, academic research, and visualisation courses worldwide.
| Column Name | Type | Description | Visualisation Use |
|---|---|---|---|
Country name |
Text | Name of the country | Labels, map, bar chart axis |
Regional indicator |
Category | World region (e.g. Western Europe) | Colour legend, grouping |
Ladder score |
Number | Happiness score 0–10 (Cantril ladder survey) | KPI card, bar chart, map fill |
Logged GDP per capita |
Number | Log of GDP per person (purchasing power) | Scatter plot X-axis |
Social support |
Number | "Do you have someone to count on?" (0–1) | Stacked bar, tooltip detail |
Healthy life expectancy |
Number | Expected healthy years at birth | Scatter tooltip, supplementary KPI |
Freedom to make life choices |
Number | Satisfaction with freedom of choice (0–1) | Supplementary bar / highlight |
Perceptions of corruption |
Number | Perceived corruption in government/business | Tooltip, advanced scatter |
Download the CSV, open it in Excel or Notepad first to confirm the column names match the table above before loading into Power BI. Column names vary slightly between dataset versions.
Loading the data, configuring the canvas for infographic dimensions, and inspecting the data model before we build any visuals.
world-happiness-2023.csv file and click Open.Ladder score, Logged GDP per capita, and all numeric columns are Decimal Number type. Country name and Regional indicator should be Text.Complete steps 1–5 before proceeding. Raise your hand if the data does not load correctly or if column types look wrong.
Seven progressive exercises — from the title block and KPI cards through to the final styled assembly. Each exercise adds one component to your infographic.
#F7F7F7 (light grey). Transparency: 0%.#1a2340 (dark navy). No border.#aaaaaa.KPI cards display the top-level statistics at a glance. Place three cards across the canvas below the header.
Ladder score. Aggregation: Average. Expected value: ≈ 5.54. Label: "Global Average".Ladder score. Aggregation: Maximum. Expected: ≈ 7.80 (Finland). Label: "Highest Score".Country name. Aggregation: Count (Distinct). Expected: 137. Label: "Countries Surveyed".#C8102E. Category label: #888888. Font size: 28pt for value, 11pt for label. No border. Disable visual header.These three stats give the reader immediate orientation: What is normal? What is the best possible? How comprehensive is this data? They anchor the rest of the infographic.
Select all three cards → right-click → Align → Align top. Then Distribute horizontally. This ensures pixel-perfect alignment without manually adjusting X/Y coordinates.
Power BI's "Card" visual rounds to 2 decimal places by default. Go to Format → Callout value → Display units: None, Value decimal places: 2.
Country name. Color saturation: Ladder score (Average). Tooltip: Regional indicator.#d73027 (red). Centre: #ffffbf (pale yellow). Maximum: #1a9641 (green). This encodes low = unhappy, high = happy.Power BI's Filled Map requires an internet connection to resolve country names via Bing Maps. If geo-coding fails, check: File → Options → Global → Security → Use Map and Filled Map visuals.
Country name. X-axis: Ladder score (Average). Sort descending by Ladder score.#1a2340. Highlight Finland (rank 1) manually by clicking the bar → Format → #C8102E (burgundy accent).Logged GDP per capita (Average). Y-axis: Ladder score (Average). Values: Country name (this creates one dot per country).Regional indicator. This colour-encodes each dot by world region, revealing geographic clustering patterns.#C8102E. This makes the positive correlation visible at a glance.#1a2340, accent #C8102E, background #FFFFFF. Save & apply.#C8102E. Position immediately below the title header block.| Role | Hex | Usage |
|---|---|---|
| Primary | #1a2340 | Header, bars, chart elements |
| Accent | #C8102E | KPI values, trend lines, rank #1 |
| Background | #F7F7F7 | Canvas background |
| Card BG | #FFFFFF | Card and visual backgrounds |
| Text body | #1a1a1a | All body text |
| Muted | #888888 | Axis labels, subtitles |
Save your Power BI theme as a .json file — you can reuse it across all your reports without re-entering colours every time.
WHR2023-Infographic-[YourName].pbix. Both the .pbix and the exported PDF are required for submission.Submit two files to the LMS before the end of class:
WHR2023-Infographic-[YourName].pbixWHR2023-Infographic-[YourName].pdfWhat you will be assessed on, how to export your work, and the submission deadline.
| Criterion | Weight | What Markers Look For |
|---|---|---|
| Data Accuracy | 25% | KPI values are correct, Top N filter is applied correctly, visuals use appropriate aggregations |
| Visual Design | 30% | Consistent colour palette (≤3 colours), visual hierarchy, appropriate chart types, white space usage |
| Narrative | 25% | Insight paragraph is present, actionable, and specific to the data — not generic statements |
| Technical Execution | 20% | Canvas size is correct, trend line present on scatter, map uses diverging scale, footer credits source |
Upload both your .pbix file and the exported .pdf to the LMS submission portal under In-Class Activity — Week [X]. Late submissions receive a 10% deduction per day.
This activity is classified Level 2 Amber under Kaplan's Generative AI Policy. You may use AI tools to assist with interpreting data insights, but all Power BI work must be performed and submitted by you. AI-generated text used verbatim in your narrative paragraph must be declared.