Embed a Tableau visualization into IP3 ASSESS
You can embed a public Tableau visualization into an IP3 Assess report. To do so, add a new Text and images widget to your report.
Click on the <> to access the source code.
In Tableau, access the share link (be sure your Tableau visualization is publicly available). To do so, click the Share icon and then copy the link address.
Paste the following into your IP3 Assess source code window:
<iframe src="PASTEHEREDashboard1?:showVizHome=no&:embed=true" width="100%" height="955"></iframe>
Replace the PASTEHERE with just this bolded section of your copied link from Tableau
https://public.tableau.com/views/FullyVaccinated65/Dashboard1">https://public.tableau.com/views/FullyVaccinated65/Dashboard1?:language=en-US&publish=yes&:display_count=n&:origin=viz_share_link
Be sure to save your source code window before closing.
Once you've built the iframe you can return to the source code to update the width and height as needed. Simply increase the height number until your full visualization appears without scrollbars.