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
- Visit https://public.tableau.com/en-us/gallery/cristiano-ronaldo-vs-lionel-messi
- 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 - 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 - Open the Slides editor, insert an "Iframe" block and paste the above URL