BASE DE DADOS DE CONHECIMENTO

Calling REST API From Dashboard


Publicado: 04 Feb 2022
Data da última modificação: 09 Dec 2022

Pergunta

How to send a REST API call based on the data in a Tableau dashboard to another application.

Ambiente

  • Tableau Desktop

Resposta

Use one of the following options:

Option 1

  1. Host a web page that has the necessary code to call the REST API. 
  2. In your Tableau workbook, set up a data source and a dashboard with a worksheet that will call a URL action which will go to the web page. 
  3. If desired, add a web page object in the dashboard for feedback or updates.
 

Option 2

Include the code in a Tableau dashboard extension. For samples and documentation about the Tableau Dashboard Extensions API, go to this GitHub page:
 
Este artigo resolveu o problema?