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
- Open the Tableau public view that you want to embed.
- 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 - Replace everything after the question mark with
:showVizHome=no&:embed=true. - In the Slides editor, add an Iframe block and paste the updated URL into its source field.