Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Pull Dashboard Image from Tableau Server

FFFool
9 - Comet

 

We are trying to automate a daily email that would pull in an image of the current Tableau Dashboard. 

 

I understand there is the Tableau Subscription models, but we need to be able to provide other information in the email, that can only be done with Alteryx. 

 

We are trying using both the Download tool, and the Image tool, as I know you can enter the Tableau URL ending in .png to open the web page as an image. We have had some success with images from Google, but have not had success with pulling images from our Tableau Server. 

 

Has anyone here done this successfully? 

26 REPLIES 26
mridenour
7 - Meteor

I am trying to accomplish this for Tableau 10.3. Do you have an example?

IJReed
8 - Asteroid

Hi @bstephenf2,

 

Attached is a workbook that pulls the first 30 full image views, meaning it will pull the first 30 tabs you have posted to Tableau Server/Online for each workbook. 

 

You can change the number of views you want to download by changing the value in the first formula tool from "....pageSize=30..." to "...pageSize=300...". The maximum number of views you can pull is 1,000. Beyond 1,000 you will have to change the page number in the first formula tool from "1" to "2", or "3" etc. 

 

 I recommend familiarizing yourself with Tableau API Reference. I have zero experience with API's but was able to get the hang of it after watching this YouTube Video.

 

Hope this helps!

 

Ian

 

 

 

emkiely1
5 - Atom

as anyone done this recently with the upgrades to both Alteryx and Tableau

mridenour
7 - Meteor

I have managed to create a workflow with the help of the Alteryx team that pulls down images from Tableau using Rest APIs, filters those images, then adds those images to a PowerPoint deck. Each version of Tableau has a different Rest API version, so it's important to know that version when constructing the API endpoints in the formula tool prior to downloading. 

 

mridenour_0-1614795696633.png

 

jovia
7 - Meteor

@mridenour , 

 

Your workflow looks impressive! Can you share a sample workflow? I am on 2020.4.3 Tableau Server.

Thank you

jovia
7 - Meteor

Hi Ian @IJReed 

 

How to also pull the project name in the workflow you posted? I checked the project field in the last select tool. But the output for the project column is all blank. And where are all the images downloaded to? I got 120 records returned. But can't identify the folder that stored these 120 images. 

 

Thank you for your help!

Jovia

bakedsalmon333
5 - Atom

@Coxta45, can I also ask for your assistance in this workflow? Instead of image, I need the full crosstab data. I have tried the workflow but I'm getting 404 errors. Thanks in advance!

Labels