A colleague posted this: "Hi Team, may I ask if you have any good idea to show the % difference of two randomly selected data points on a line chart?"

I found a solution to it, which is as follows.

- Click to set one point as a reference
- Hover over another point 
- Show the difference between the two points in tooltips

Both click and hover are actions that allow us to save a point's attributes into parameters. Then we can calculate the difference easily.

Here are the detailed steps of implementation.

Click to set a reference point

Each point has 3 attributes:
- Sub-Category
- Date
- Sales value

Being a reference point, all three attributes need to be stored in parameters.

Create one parameter for each of the attributes. For the reference point, we need three parameters. Set up one parameter action for each of them.
Here is how we create a parameter action for saving the reference sub-category into a string parameter called Reference Sub Category
We need to do the same for saving the other two attributes into Reference Date and Reference Sales parameters. Details can be found in the companion workbook.

Hover over a point of interest

By hovering the mouse over a point of interest which we want to compare against the reference point, we will trigger the following actions:
- Save the two attributes of the point Sub-Category and Date into two parameters with parameter actions. 
- Calculate the difference between this point and the reference point. Show them in tooltips. Here is the formula:

Highlight both points with bigger size and different colors

To highlight the reference point and the current point, we use bigger size circles with different colors. Yes, we need to use dual axis with circles. The following formula is applied to identify the two points and assign bigger size to them:
We can use Size editor to fine tune the actual size of the circle.

For the coloring, we use a lightly different formula to create a dimension:
Then we assign appropriate colors to 1, 2 and 3.

Reset the reference point with a reset button

After we are done with the business, we should not leave the reference point remain highlighted  Thus we created a reset button sheet for resetting the highlighted reference point. First, we need to create 3 values for the 3 reference attributes to be reset with.
For example, the Rest Date is 1/1/1900. The Reset Sales is reset to 0. The Reset Sub Category is None. 
We need 3 parameter actions from the reset button sheet to reset the 3 attributes.
De-select the reference point and the reset button

In a Tableau dashboard, when we select/click a data mark, such as a reference point or the reset button in our case, it will stay selected until we click somewhere else. This is not good for us because we may not click anywhere soon. So we will apply a de-select action right away to the sheet in question. 
We need to create two fields with True and False each as values. And place them in the Details of the sheets in question. 
Here is the de-select filter action for the reset button:

There you go. It is not a complex dashboard in principle. We just have quite a few steps to get it done. It's a good exercise for playing with parameter actions.

Feel free to download the companion workbook and play with it. Leave comment below or contact me at twitter @aleksoft if you have questions.
0

Add a comment

(Refresh the page if you want to view the gif image multiple times. Or go to Tableau Public and click the button at the top-right corner.)

Jake and I collaborated on a dashboard. He told me that he learnt a way to create an in-place help page in Tableau. He first saw it at a conference somewhere and couldn't recall who the speaker was. So I am blogging here about it but the credit goes to somebody else. If anyone knows who the original creator is, leave a comment below.

The key idea is to float a semi transparent worksheet on top of the dashboard, where a help text box is strategically placed on top of each chart. This way, we can explain how to view each chart and what data points are important, etc. This worksheet is collapsible by a show/hide button. 

Below I would like to show how this worksheet can be constructed.

1. Sheet with a single data mark.

  • Double click the empty space in Marks panel and add two single quotes. Make the null pill a text label. This creates a single null mark.
  • Set the view as "Entire View"

2. Create an show/hide button

  • Go to the target dashboard
  • Drag a floating vertical container to the dashboard, making it cover all the area of interest.
  • Drag the Single Null Mark sheet and drop it into the above container. Hide the sheet title.
  • Create an open/close button for the container and place the button at the top-right corner.

3. Add annotations

  • Format the sheet background opacity as 70% in the layout manager             
  • Select area annotations and place them anywhere of interest. 
  • Write help text and format it to highlight important messages.  
  • The text can serve as functional guide and/or insight guide.

Here is an example. Feel free to download the workbook and explore. Click the "i" button at the top-right corner to view the in-place help. 

0

Add a comment

Blog Archive
Loading
Dynamic Views theme. Powered by Blogger. Report Abuse.