Assigning Shapes to Non-Present Values in Tableau

Data

Assigning Shapes to Non-Present Values in Tableau

by Chris Sanders
//

When building our dashboards, one of the best ways for us to visualize positive and negative values is through the use of shapes and colors. But what if our data doesn’t have both positive and negative values? And what if we’d also like to ensure that everything would work properly given the introduction of new data?

For this example, I’ve created a simple data set that contains City, State and Profit.

Let’s show our cities on a map, by double clicking on our City field:

Cities on a Tableau Map

For this viz, we want to show whether profits in a city are positive or negative. We can create this formula to do so:

'IF Sum([Sales]) >= 0 THEN "Positive" else "Negative" END'

Once we have our calculated field, let’s change our Marks from Automatic to Shape and use our Positive or Negative calculation on our Shapes button. Let’s also change our shape to an upward facing arrow:

Upward facing arrows on a Tableau map

But what happens next month, when our data changes and profitability in certain cities is negative? When we refresh our data, our negative values unfortunately won’t use an intuitive shape: 

No intuitive shape for negative values

While we could just update our shapes accordingly, wouldn’t it be better if we could avoid this situation entirely? Let’s go back a few steps to before we refreshed our data.

Enabling Intuitive Shapes

In our original map, all of our values were positive; so we were able to assign the proper shape to our Positive data values. Once we assign the proper shape to positive, let’s then alter our calculation slightly so that it returns negative values.

This time, let’s use the following calculation:

'IF -Sum([Sales]) >= 0 THEN "Positive" else "Negative" END'

Note the addition of the minus sign in front of our Sum([Sales]), this will return the OPPOSITE of Sum([Sales]) and in turn make every value negative.

Every value negative

At this point, we can assign a shape to our negative values and correct our calculation:

Downward facing arrows on Tableau map

Notice how our upward facing arrows return? 

Now, when we update our data that includes negative values, Tableau will remember our downward facing arrows:

Tableau's intuitive shapes in action!

More About the Author

Chris Sanders

Analytics Consultant
InterWorks Mentors the Next Generation of Analysts at Alteryx for Good Last week, Alteryx folks from all over the world donated their time in a concerted effort on behalf of Alteryx for Good. I had the ...
Gauges vs. Bullet Graphs in Tableau Quite frequently, students in training will ask “How do I make a gauge in Tableau?” While it’s possible, it’s not one of ...

See more from this author →

InterWorks uses cookies to allow us to better understand how the site is used. By continuing to use this site, you consent to this policy. Review Policy OK

×

Interworks GmbH
Ratinger Straße 9
40213 Düsseldorf
Germany
Geschäftsführer: Mel Stephenson

Kontaktaufnahme: markus@interworks.eu
Telefon: +49 (0)211 5408 5301

Amtsgericht Düsseldorf HRB 79752
UstldNr: DE 313 353 072

×

Love our blog? You should see our emails. Sign up for our newsletter!