Toan Hoang

Creating a Marimekko Chart in Tableau

To close off there year, he is a quick and simple tutorial on creating a Marimekko Chart in Tableau. No data densification or any such data tricks. Just a few Table Calculations.

Note: This is an alternative type of data visualisation, and sometimes pushed for by clients. Please always look at best practices for data visualisations before deploying this into production.

Data

We will start by loading the Sample Superstore data into Tableau.

Note: If you have access to Tableau Desktop and the Sample Superstore data source, please use that instead.

Calculated Fields

With our data set loaded into Tableau, we are going to create the following Calculated Fields:

TC_Sales

WINDOW_SUM(SUM([Sales]))

TC_Total Sales

WINDOW_SUM(SUM([Sales]))

TC_Percentage of Total

[TC_Sales]/[TC_Total Sales]

TC_Percentage of Region

[TC_Sales]/[TC_Total Sales]

TC_Starting Point

RUNNING_SUM([TC_Total Sales])-[TC_Total Sales]

With this done, let us start creating our data visualisation.

Worksheet

We will now build our first worksheet:

You should see the following:

We will now edit our Table Calculations.

You want to have the following:

We are getting closer and now will adjust the width of our bar charts. Drag TC_Total Sales onto the Size Mark and you should now see the following:

Now we will adjust our cosmetics::

And we will finally have our Marimekko Chart.

and boom, we are done! I hope you enjoyed this tutorial, and as always, you can find this data visualisation on Tableau Public at https://public.tableau.com/profile/toan.hoang#!/vizhome/MarimekkoCharts/MarimekkoCharts

Summary

I hope you all enjoyed this article as much as I enjoyed writing it and as always do share the love. Do let me know if you experienced any issues recreating this Visualisation, and as always, please leave a comment below or reach out to me on Twitter @Tableau_Magic. Do also remember to tag me in your work if you use this tutorial.

If you like our work, do consider supporting us on Patreon, and for supporting us, we will give you early access to tutorials, exclusive videos, as well as access to current and future courses on Udemy:

Also, do be sure to check out our various courses:

Exit mobile version