# Tableau

[Canonical article](https://slides.com/docs/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](https://kb.tableau.com/articles/howto/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&amp;:origin=viz_share_link`
3. Replace everything after the question mark with `:showVizHome=no&amp;:embed=true`.
4. In the Slides editor, add an [Iframe block](/docs/iframe-blocks) and paste the updated URL into its source field.
