Skip to content

How can I embed content from Tableau?

Tableau provides a script-based embed code which unfortunately isn't supported on Slides for security reasons. Fortunately they also provide a way to embed content using iframes which works in Slides. This is described in more detail here:

Step-by-step

  1. Visit https://public.tableau.com/en-us/gallery/cristiano-ronaldo-vs-lionel-messi
  2. Click the share button and copy the URL under "Link", should give you something like:
    https://public.tableau.com/views/MessiVSRonaldo_15867650620990/MessiVSRonaldo?:display_count=y&mobile=&:origin=viz_share_link
  3. Replace everything after the question mark with :showVizHome=no&:embed=true. This should give you:
    https://public.tableau.com/views/MessiVSRonaldo_15867650620990/MessiVSRonaldo?:showVizHome=no&:embed=true
  4. Open the Slides editor, insert an "Iframe" block and paste the above URL

Feedback and Knowledge Base