Understanding the Tableau Info Button

The Tableau Info Button is a small, interactive element that lets dashboard authors attach contextual help, definitions, or instructions directly to a visualization. When a viewer hovers over or clicks the button, a tooltip or pop‑over appears with the custom content you provide. This feature keeps dashboards clean while still offering on‑demand guidance.

Why Use an Info Button?

Core Components

  1. Button shape – typically an “i” icon, but any mark can serve as the trigger.
  2. Action – a Tooltip action, a URL action, or a Show/Hide container action.
  3. Content – plain text, rich‑text (HTML), or a reference to a separate worksheet.

Two Practical Ways to Add an Info Button

Method 1 – Tooltip‑Only Approach

This method uses a hidden worksheet that contains only the help text. The tooltip of a visible mark (often a transparent shape) displays the worksheet’s content.

  1. Create a new worksheet named Info_Content. Add a single text mark with the desired help message. Format the text using Tableau’s rich‑text editor (bold, bullet points, links).
  2. On the target dashboard, drag a Shape mark (e.g., a circle) onto the view where you want the button. Set the shape to the “info” icon and make the mark transparent (opacity 0%).
  3. Open the Tooltip shelf for that shape. Click InsertSheetsInfo_Content. The tooltip now shows the full help sheet when the user hovers over the icon.
  4. Optional: add a Hover action on the dashboard to keep the tooltip visible for a few seconds after the cursor moves away.

Method 2 – Show/Hide Container with a Dashboard Action

This technique gives a clickable button that opens a floating container, ideal for longer instructions or interactive elements.

  1. Build a Container (vertical or horizontal) on the dashboard. Place a worksheet, text object, or web page object inside it. Set the container’s Show/Hide property to Hidden by default.
  2. Add a Button object (or a shape mark) where the info button should appear. Label it “Info”