All in Tableau General Knowledge

Does your dashboard feel cluttered because you're trying to communicate too much supporting information to your user? Making sure you cover everything your user needs to know can leave your output feeling more like an essay than a data-driven dashboard.

Info buttons are a staple of Tableau dashboards. They allow you to pack so much additional information to a dashboard without cluttering the view for users.

Do you know the difference between measures and dimensions in Tableau? How about discrete and continuous fields? These are common points of confusion for Tableau Desktop users. Knowing the difference allows you greater control and customization as you leverage fields for visualization in Tableau. In this video, we review what you need to know to use discrete and continuous fields to build the visuals you want to see!

Let me guess, you have a value (maybe a null) displaying in a Tableau filter and you want it to go away? You don’t want to leave it just sitting there because it’s ugly and your users are insatiably curious. You know if you leave it they are going to select it and you’re going to have to answer questions about what this “null” value means and why it’s a filter option.

Dealing with nulls in Tableau calculations requires a bit of specialized product knowledge. For instance you can’t write IF [Dimension] = NULL THEN “X” END. If you want to reference a null value, you need to use ISNULL. If you want to replace a null value with another value, you can use IFNULL. If you want to replace all nulls with zero, you can use ZN. Check out the video below to learn how these functions work and learn which kinds of use cases they are most helpful for.

I recently learned something crazy about Tableau. If you add a total to your worksheet and then try to filter another worksheet by selecting a total value, it doesn’t work! Maybe you’ve experienced this too and thought you were crazy. The unexpected solution to this problem is to add a separate total worksheet to a dashboard to use as a filter action. Tableau’s own documentation recommends this.