Embed Images of Tableau Server Views

In addition to embedding a view into a <script> or <iframe> tag you can also embed the view as an image. When you embed an image the view is not interactive; however, it is updated every time the page fully reloads, showing the latest data.

Note: This approach works only if users accessing the embedded image have an active web browser session with Tableau Server and are automatically signed in using Active Directory.

  1. Navigate to the page where you want to embed the image.

  2. Edit the page and add an <img> tag where the source is the URL you get when you click Share on a view and then click Copy Link. For example:

    <img src="http://tableauserver/views/Date-Time/DateCalcs.png" 
    width="900" height="700">
Thanks for your feedback!Your feedback has been successfully submitted. Thank you!