Dashboard Week Day 2 - International migrants

by Laura Peterson

Dashboard Week Day 2

During Dashboard week we do a project every day, (usually we do one per week), and write a blog for each project.

International Migrants

Today’s project had the following requirements:

  1. Get International migrant data by age, sex and origins from the UN website.
  2. Combine Table 13 through Table 18 using Alteryx
  3. Create a Tableau dashboard

Excel

Tables 13 through 18 are tabs in an Excel file. They look at the international migrant stock as a percentage of the total population by age and sex and by major area, region, country or area for 1990, 1995, 2000, 2005, and 2015. There is a table for each year in the data set, so Table 13 is 1990, Table 14 is 1995, and so on. All of the tables have the same layout. UN migrant data

Alteryx

I found out all the Tables have the same schema and immediately went into Batch Macro Mode! I am going to set up all the tools needed to transform Table 13, and then transform that workflow into a Migrant Batch Macro and pass through the list of Tables to get all the data in one place.

In my first pass at building the Migrant Macro workflow, I used Regex and Filters to split the Excel sheet up into three workflows.

  1. Table Title UN migrants
  2. Table HeadersUN migrants
  3. Table Data un migrants

It looked something like this:Alteryx batch macro

Sadly, my Migrants macro errored out on its first run. I realised that each sheet was bringing in a bunch of extra unused empty columns or null columns. Unfortunately, the number of null columns differs table to table, so simply using a Select tool to get rid of them won’t work. I need a solution that works for all the sheets, so I built another macro! This is a standard macro that dynamically deselects all the null columns in a sheet.Remove Null Columns Macro

I added the Remove Null Columns macro into my batch Migrants macro, and it worked like a dream!

migrant macro

My final workflow was just four tools!

alteryx workflow

Tableau

I have my .tde file, and I am ready for Tableau! Before diving into my Dashboard, I tested my data against the original to make sure I hadn’t cocked anything up in the macro.  Instead of going back to Excel I recreated this chart from the UN website in Tableau. Result! A perfect match.

Now I can get busy vizzing! I have sketched out a few ideas and created this Pinterest board for inspiration

Dashboard

Tableau Dashboard

Avatar

Laura Peterson

Sun 21 May 2017

Tue 16 May 2017