September 26, 2022
April 12, 2021
April 5, 2021
#MakeoverMonday 2021 Week 14 - Multiclass Classification of Dry Beans
February 2, 2021
How to Create a Trellis Chart in Seven Steps
Trellis charts are a version of a small multiples chart that organizes the dimensions in the view across a grid. In this tip, I show you how to create a trellis chart that will work even when you are missing data.
Trellis / Panel Chart Calculations
//Columns
(index()-1)%(round(sqrt(size())))
//Rows
int( (index()-1)/(round(sqrt(size()))))
Steps
- Create the column and row calcs
- Create a custom date
- Place custom date on columns, measure on rows and dimension on detail
- Place column on columns, row on rows, and custom date on detail
- Ensure dimension is above date on detail shelf
- Change custom date on columns to ATTR
- Configure table calcs
- Check both the Dimension and the date field date in order
- Ensure the dimension is above the date field in the Specific Dimensions section
- Set "At the level" to the dimension
February 1, 2021
#MakeoverMonday Week 5 - Renewables vs Fossil Fuels in Europe
ORIGINAL CHART
WHAT WORKS WELL?
- The colors are perfect for the topic.
- I like the labels on the ends of the lines.
- The tooltips are very responsive and color-coded to match the line.
- The title and subtitle are informative and give good context.
- The slightly lighter shading of the axes labels make the chart stand out more.
WHAT COULD BE IMPROVED?
- Make the dashed lines solid.
- Format the percentages in the tooltip to one decimal place.
MY VERSION
October 29, 2020
How to Create Time Series Tile Grid Maps
Unlike traditional maps, tile grid maps allow you to allocate equal space to each geographical area. We've probably all seen hex maps of the United States. Tile Grid Maps are similar, except they are squares with each block being the same shape and size.
In this video, I show you first how to create the tile grid map, then how to overlay time series data. I then show you three different visualization types for the time series. You could easily create bar charts as well.
Enjoy!
October 1, 2020
#WorkoutWednesday 2020 Week 32: COVID-19 New Case Trends
As I continue to catch up on Workout Wednesday challenges I've missed, I'm picking and choosing those that looking interesting at first glance (and that I think are doable in a short amount of time). Week 32 was one I knew I could get done quickly since it was very similar to 2017 week 7. Actually, since the columns and rows were provided to use already via a CASE statement, the trellis part of the exercise required no calculations and no work.
The toughest part was normalizing the calculation within each State. The key here is to think about each State individually, find the highest value, and then compare all of the other dates to that value. I did this by putting each State and date into a row, creating a calculation to get the largest value, then computing the necessary ratio. Once I had that, it was simple to turn it into a chart.
To get the State names in the middle of each chart, think about how you can count half of the day in each chart. Then take that value and add it to the first date and you'll get a single date that's halfway across the date range. This solution will be flexible for any new data that would be included.
Some difference between mine and Luke's
- I didn't filter the dates; I decided to use the entire data set, but keep in mind that I did this several weeks after Luke posted the challenge.
- I created a mobile version as well.
And with that, here's my completed #WorkoutWednesday for week 32 2020.
June 19, 2020
How to Get Your Data from Strava to Tableau
- Download the data from Strava
- Prep it with Alteryx
- Visualize it in Tableau
- My Alteryx workflow was a mess (I tinkered with it every month).
- Each of the routes would be adjusted to fit perfectly in a square.
TOOLS REQUIRED
- A Strava account - NOTE: Make sure you are logged in to Strava throughout these steps.
- Alteryx Designer
- Tableau Desktop
- Simple Mass Downloader Chrome extension
GET THE DATA FROM STRAVA
DOWNLOAD EACH ACTIVITY
ALTERYX PROCESS
- Import the data, strip out the parts we need, then create points and lines.
- Normalize the data based on the calcs from Ken Flerlage, turn them into lines (one mark for each route rather than hundreds of point for each route) and export as a Tableau extract.
- For each point, calculate the distance, climb, etc. and extract all of the points.
- Take each of the points and turn them into lines.
TABLEAU PROCESS




October 22, 2018
Makeover Monday: Historical Major League Baseball Beer Prices
What works well?
- The title is clear and tells the reader what the data is about.
- The user can sort the data based on their preference.
- The placement of the sort options encourages interaction.
- The rank helps show where a team falls amongst the league.
- The color of the bars goes with the beer theme.
What could be improved?
- The data source is not listed.
- Having so labels on the end of every bar makes the viz too busy.
- The beer mug icons are completely unnecessary.
- The font looks very small.
What did I do?
- The new data set has data for 2013-2018 (except 2017), so I wanted to make sure I looked at the data over time.
- Made the title more descriptive so that the user (hopefully) understands what the line represents.
- I borrowed several techniques I learned from Workout Wednesday week 41:
- Shading those that have increased prices vs. 2013 with a red background
- Labeling the top middle with the team and the latest price
- Labeling the end of each line; in WW the labels were all placed on the lower-right of each pane, but I didn't like how it looked in this case
- Ordered the teams from highest to lowest based on the latest price
- Organized the team in a trellis format so they fit nicely into a 6x5 grid
- Included the data source. my name, and the inspiration for the design
And here's my Makeover Monday week 41. Click on the image for the interactive version. I can't wait to see what everyone creates at MM Live!

























