In the 29th session of Chandoo.org podcast, let’s impress the boss with Excel charts.

What is in this session?
Many Excel charts live a short life. They spawn in an ambitious analyst’s spreadsheet. They go to boss with literally flying colors. The boss frowns, they disappear in to recycle bin.
Don’t curse your Excel charts with short life span.
Here is a 6 step road map to help you create awesome Excel charts, everytime.
That is our topic for this podcast session.
In this podcast, you will learn
- Quick announcements about 50 ways & Einstein
- 6 step road map for charting success
- ONE: Dig your data
- TWO: Validate insights
- THREE: Pick charts that go well
- FOUR: Add title & message
- FIVE: Remove clutter
- SIX: Prompt action
- A real life example with road map in action
- Resources for creating awesome charts
Listen to this session
Podcast: Play in new window | Download
Subscribe: Apple Podcasts | Spotify | RSS
Click here to download the MP3 file.
Links & Resources mentioned in this podcast
50 ways to analyze data course:
- Join the waiting list
- Course launching on 11th of Feb
Book recommendation
- Albert Einstein – his life & universe by Walter Isaacson
Chart creation process & tips:
- Selecting right chart for your data
- Tips for creating awesome column charts
- Best charts to depict % progress
- Never use simple numbers in your dashboards
- More charting principles & chart examples
Additional resources for charting:
- Dashboard contest entries & winners – 2014, 2012, 2011, 2010
- NY Times visualization lab
- Charting tutorials & best practices from Jon Peltier
- Advanced Excel chart examples from Roberto et al
Transcript of this session:
Download this podcast transcript [PDF].
How do you impress your boss with charts?
My personal favorites are interactive charts & dashboard displays.
What about you? How do you impress your boss with Excel charts? What techniques & process you follow? Please share your thoughts and tips in comments.
Subscribe to our podcast and get latest episodes automatically
Use below link to add our podcast to iTunes. For other options (Android, Windows phone or RSS) click the link below. Thank you.


















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.