Placing Multiple Labels in Trellis Chart
Sharon left a message in my last post on Labeling Trellis Chart Anywhere asking whether we can have one label on the left and another on the right per trellis chart cell in Tableau. Yes we can. Below we will show how to place multiple labels within a trellis cell.
Creating Compact View of a Sparse Table in Tableau
Catherine came to my office asking if we can create a compact version from a sparse table in Tableau, so that the table would look a lot more compact. This allows a succinct view of the table content. It saves screen real estate and makes it easy to read for business audience.
Labeling Trellis Chart Anywhere in Tableau
In my previous post on labeling trellis chart, I only showed how to label at the top left corner. People like Chipo Chirewa may want to label elsewhere.
Here I would show how to label anywhere in a trellis cell, like places other than the top left corner.
Labeling Trellis Chart in Tableau
[Sequel to this post: Labeling Trellis Chart Anywhere]
To many people, the most difficult part of creating a trellis chart is to label it. Especially labeling it in the same sheet and with sparse data is even harder.
Computing Spearman's Rank Correlation in Tableau
Many times, Tableau is used beyond data visualization. Often we need to perform all sorts of functions. Actually, Tableau is a powerful calculator. Instead of using another tool, such as Python or Excel, we can do it in Tableau proper.
Computing Cumulative Grand Total in Tableau
Here is a use case at work where the grand total of a table needs to be accumulated horizontally to the right.
In the table, daily sales are shown by categories. The expected result is as follows:
We will use customized grand total technique to calculate it.
Filling Down in Tableau
The term Fill Down is from Excel where we may need to fill all the empty cells below a non-null cell with the same cell value. Excel has a Fill Down button in the menu bar for a single cell fill down. We may also have to fill down between multiple non-null cells in the same column.
Pre-Filters, Post-Filters and the Order of Operations in SQL
In data analysis, we need to use filters here and there. In general, we would classify them as pre-filters or post-filters for better understanding of their respective mechanisms.
A pre-filter works on the data set. It only keeps the data we need for the analysis.A post-filter works on the results.