This post is part of Excel Dashboard Week
Early in Jan, I got this mail from Mara, a student in Excel School first batch.
Hi Chandoo,
I took your first Excel batch class and loved it. I created a dynamic and interactive dashboard for my work. My boss thinks it’s an excellent tool and I have you to thank for and also Francis Chin who shared his travel dynamic dashboard. I integrated things you taught so thanks so much!
I felt very proud reading her email, so I asked her if she can share the dashboard with some dummy data so that we all can learn from her example.
Being a lovely person Mara is, she gladly emailed me the workbook and I am thrilled to include it in Dashboard Week.
Customer Service Dashboard Snapshot:
Here is the dashboard that Mara prepared.

[View this dashboard image in full size | Demo of this dashboard]
Techniques used by Mara to Create this Dashboard:
Mara used several techniques to create this dashboard. But I specifically liked 5 things about this dashboard. They are,
- Tweetboard kind of area at the top where she showed summary of status. [Related tip]
- Dynamic dashboard which can be filtered based on a month.
- Interactive chart with check boxes to show / hide information. [Related tip]
- Interactive comparison chart to compare target with actual performances (of valet wait times). [Related tip]
- Scrollable list of various gift shop items. [Related tip]
Download Customer Service Dashboard Excel Workbook
Click here to download the workbook prepared by Mara.
I encourage you to examine the file and see how you can implement similar dashboard in your area of work.
Thank you Mara
Thank you so much for your generosity and enthusiasm to educate us. I have enjoyed examining your dashboard. You have shown creativity and skill in putting this together.
If you like this file, say thanks to Mara.
Contribute to Excel Dashboard Week by sharing your tips / files:
You too can share your tips, excel workbooks, snapshots to make this Excel Dashboard Week truly awesome. Just fill this simple online form to send your contributions.

















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.