Tableau Tips: How to zoom in images

Priyanka Dobhal
4 min readMay 1, 2021

--

You must have probably seen this on websites. A bunch of images present and when you click on one, it expands or zooms in.

When I was working on my “Forbes 100 Women of the year 2020” viz, I wanted to add in this feature to expand the image of the selected woman.

I’ll be walking through the steps to build the view. So let’s jump it!

For sake of simplicity, I’ll be using the superstore dataset.

The first thing would be to create the grid-like structure (small multiple) that I have above.
Ryan Sleeper’s blog on “How to Make Trellis / Tile / Small Multiple Maps in Tableau” has been my go-to guide to create small multiple charts

Let’s take the Top 100 Customer Names by Sales

Sheet Name: Grid

Don’t forget to compute X and Y calculation by “Customer Name”

The base is ready! Now it’s time for topping ..uh no, sorry got distracted by the pizza. :D

To expand a box we’ll need to select the box/customer name using a parameter along with parameter action.

Parameter to capture the Customer Name
Check if the Customer Name is the same as the selected Customer Name

Now add this new calculated field [Selected Customer Name] in Size and Color. Increase the size of True as per your liking.

Set the shape and color

Once you add this, your view will get disrupted. You need to change the compute by to the Customer Name and Selected Customer Name.

Compute by for X and Y

Now create a parameter action on the dashboard to capture the customer name -

Parameter action to make the selection dynamic

Almost there!

Grid Structure

But there is one little problem. When I select any of the corner block, the arrangement change.

Corner box issue

So how do we keep it static? Well, a few more steps to have that fixed.

I need to add some whitespace on the ends beforehand.

This can be done in two ways

  1. Manually increase the axis stare and endpoint on both the X and Y-axis. This could be a trial and error process, I have added a +1 and -1 but this can vary at times.
  2. Make it Dynamic (which is what I prefer). The logic here is to get the maximum of X and Y and add a minimum of +1 and -1.

Create these 4 calculations. This will help us in getting the Min and Max of X and Y and add some whitespace on the corners.

If you’re not clear on how WINDOW_MAX and WINDOW_MIN works, WINDOW_MAX returns the maximum of the expression within the window. WINDOW_MIN returns the minimum of the expression within the window. To know more, refer to the Tableau Window Function page.

Are you still with me? I promise we’re almost there :)
Firstly, drag these 4 new fields on your marks card.

Add reference lines on X and Y-axis -

Reference lines for X axis
Reference lines for Y axis

I have left the line visible just to show how it works. But you can hide the line, label, and tooltip to make it look presentable.

You’ll need to reduce the size of the shape a little bit since the axis has been increased.

And now if you go back to your dashboard (where the action is applied), you’ll see how the shape is now static.

Final View

Voila! That was long, right? I hope it was worth it and you learned something new :)

If you want to stop the default highlight by tableau, there is an amazing trick that can be used- https://www.thedataschool.co.uk/brandon-fitz-gerald/how-to-stop-highlighting-when-selecting-a-mark-tableau-tip

You can even find this workbook on my Tableau Public Page:
#HowToViz: Zoom in shape — Priyanka Dobhal | Tableau Public

Feel free to download and try it yourself.

Did this help you? Would love to hear from you.

Thanks for the read :)

--

--

Priyanka Dobhal
Priyanka Dobhal

Written by Priyanka Dobhal

An introvert, tiring to break out of my Cocoon. Turns data into visual: https://public.tableau.com/profile/priyanka.dobhal0993#!/

No responses yet