Here is a charting challenge to begin your Christmas week. Recently Guardian’s Data Blog released World Education Rankings data and a sample visualization (shown below).

Kaiser at Junk Charts took this data and suggested a few alternative visualizations [part 2]. (shown below).

While Kaiser‘s charts are probably more insightful, they also appear complicated to my layman eye.
Naturally I wanted to give this data a charting-shot and see what comes up.
But before I show you how I cooked my chart, I want to throw a challenge to you.
Your Homework – Make a chart from World Education Rankings data
- Download the original data from here (or from here).
- Make a chart (or few charts) visualizing the data.
- Your objective is make it easy for us to understand the World Education Rankings Data
- Upload your workbooks to Skydrive or some other public file sharing site.
- Share the URLs, images etc with us thru comments.
- Bask in glory!
How I visualized World Education Rankings Data
When I looked at the original data, I wanted to explore 2 things.
- How are the scores in reading, math & science are distributed? [Distribution]
- How does one country compare with another? [Comparison]
To keep it simple and compact, I made one chart that meets both these objectives.
Here is what I could come up with:

How is this chart constructed (Recipe)
- The chart is a scatter plot with scores for each area plotted with a different y value (reading = 1, maths = 2 and science = 3)
- The chart is also dynamic. Visit Excel Dynamic Charts page if you are new.
- The four selected countries and average are extra series in the chart with diff. formatting.
- The messages are constructed using RANK formula and concatenate operator &
- Other tricks used – incell dropdown boxes, text boxes with formulas, symbols, and chart formatting.
Since the process of making this chart is a bit more detailed, I made a youtube video explaining it. See it below.
Download the Excel Workbook
Click here to download the workbook. The file works best in Excel 2007 or above. Try the Excel 2003 version if you prefer.
Now your turn,
Go ahead and download the original data. Make your own visualization of World Education Rankings and post it using comments. I am waiting 🙂
Learn more Excel Magic
If the above chart feels like magic, you will be wowed by these additional resources:
- Excel Dynamic Charts – Techniques & Downloads
- Visualization Principles – Making Better Charts
- Visualization Projects – Kickass Excel Magic

















2 Responses to “Top 10 Power BI Interview Questions & Answers”
Hello...
In Power BI I have data that includes months by name only (e.g. May, April, December...)
I need to build charts etc. but i need the months to go chronologically... not alphabetically... I cannot seem to find the fix to this.... once again, my data does NOT have an actual date attached to it (like 02/01/2023)....only month names... can i use a helper table wher i id the month names as numbers 1 thru 12? and if so, how do i manage this to work for me ?
Thank you.
~Keith
You need to setup an extra table to map each month name to a running number. A simple 12 row table like
Jan 1
Feb 2
Mar 3
..
Dec 12
Then create a relationship between this month table and your month column
Now, go to "table view" in Power BI and set the sort by column to month number for the month name column on this new table.
Finally, use the new table's month name whenever you need to refer to the month name in the visuals.
They will be chronologically arranged.