How can I embed content from Tableau?

Tableau provides script-based embed code, which Slides does not support for security reasons. You can embed a Tableau public view using its iframe-compatible URL instead. Tableau describes this approach in its guide to embedding Tableau Public views in iframes.

Step-by-step

  1. Open the Tableau public view that you want to embed.
  2. Select Share and copy the URL under Link. It should look similar to: https://public.tableau.com/views/example/view?:display_count=y&:origin=viz_share_link
  3. Replace everything after the question mark with :showVizHome=no&:embed=true.
  4. In the Slides editor, add an Iframe block and paste the updated URL into its source field.