VizWiz

Launch, grow, and unlock your career in data
Showing posts with label discrete. Show all posts

May 25, 2024

How to Create a Dot Strip Plot in Tableau

No comments
Dot strip plots help visualize the frequency and distribution of small, discrete data sets. Dots placed in order on a strip are a space-efficient method of laying out ranks across multiple categories.

April 21, 2024

How to Create Custom Date Hierarchies in Tableau

No comments
Custom date hierarchies are one of the most underutilized features in Tableau. They allow you to define specific drill-downs not automatically available.

For example, you may want to allow your users to only drill-down from Year to Month.

April 20, 2024

The What, Why, and How of Custom Dates in Tableau

No comments
Custom dates allow users to define the level of granularity and format of the date field according to their specific needs based on existing date fields in the data.

They are useful when you want to restrict drill-down options or create sets for specific date ranges.

Here's how to create them.

June 27, 2023

Blue vs. Green - What does it mean?

No comments

When I first started using #Tableau, I assumed that blue meant dimensions and green meant measures. They don’t.

Blue means Discrete
Green means Continuous

It took me a couple of years to get my head around this most foundational concept in Tableau.

Dimensions and measures are merely a way that Tableau organizes the data.

And if you only take away one thing from this video, this is it:

  • Blue things GROUP your data
  • Green things COUNT your data
  • Dimensions SPLIT up the view
  • Measures FILL the view
I've spent years teaching people what blue and green mean in Tableau and I keep coming up with new methods. In this video, I’ll explain the entire concept to you.


June 28, 2022

How to Use the Highlighter to Set a Default Color Palette

No comments
Let's say you have a view with lots of marks and you want highlight a specific mark and assign a color palette so that mark is always highlighted whenever that dimension is used, irrespective of the chart.

To do this you can Highlight one or more discrete fields from the color palette and assign those marks to be highlighted. This does not impact the level of detail in the view.

Here's how you do it:

June 22, 2022

How to Sort a Multi-Column Bar Chart with a Parameter Action

No comments
Let's say you have a chart with 1 dimension and 3 measures. You want to make sorting the bar chart by any of the measures as easy as possible. In this tip, I show you how to use parameter actions to sort the bar charts based on the measure you select.

February 23, 2021

Four Methods for Creating a Seismogram

No comments
A Seismogram is an alternative to a circle timeline. They are a great way of showing change over time, and are particularly effective when there are big variations in the dataset.

In this video, I show you how to build several version of a Seismogram:

1. Discrete Dates with horizontal lines
2. Continuous Dates with horizontal lines
3. Continuous Dates with vertical lines
4. Gantt chart Seismogram

December 18, 2018

Tableau Tip Tuesday: Using Discrete & Continuous Colors on One Map

No comments
One of the things I really love about teaching at The Data School is the opportunity I get to learn from them. Because really, no one learns more than the teacher.

A couple weeks ago, Andrew Lehm Brian Scally asked me how he could make one State a single color while having all of the others based on a measure. Basically, we wanted to be able to combine discrete and continuous colors on a single map.

This is quite simple if you know how to layer maps and take advantage of multiple marks cards. I show you how to do just that in this week's tip.

Enjoy!

February 9, 2016

Tableau Tip Tuesday: How Discrete & Continuous Dimensions Affect Your Tick Marks & Gridlines

No comments
In this week's Tableau Tip Tuesday, I show you the impact that discrete and continuous pills have on your tick marks and gridlines. This is very important because, if not used properly, you could easily mislead your audience.


August 29, 2014

Two-way Sorting in Tableau - Sorting Some of the Viz by a Measure and the Rest Alphabetically

10 comments
I had an interesting requirement posed to me yesterday that I hadn't ever run into before. I'm using this Airline Delays data to demonstrate the technique. The requirements were along these lines:
  1. Given a list of airports, there are a subset that are "targets". Let's assume they are the top 15 with the most flights in 2014: ATL, DFW, ORD, LAX, DEN, IAH, SFO, PHX, LAS, MCO, CLT, EWR, BOS, SLC, LGA
  2. The airports need to be sorted by the latest delay rate.  However, only those in my top 15 list should be sorted by delay rate, the rest should be sorted alphabetically to make them easier to lookup.
  3. Include sparklines for each airport for 2010 to present.
This is the final product and here's how I went about solving this problem. There could very well be a more efficient method, but this worked for me.