Questions tagged [tableau-api]

For software development questions related to the use of developer API for Tableau Software, a family of interactive data visualization products

Tableau Software is a family of interactive data visualization products focused on business intelligence. There is also a developer API for creating data extract files, and a developer API for JavaScript interaction, which provides more custom ways to interact with Tableau reports.

Main Features:

  • Connect to a large variety of data sources, including MySQL, PostgreSQL, Teradata, BigQuery, Redshift, Google Analytics and Salesforce.
  • Has option to extract data to a Tableau format (tde), which is a columnar database, with good compression and high performance.
  • Drag and drop environment, little or no SQL knowledge necessary to perform most of the tasks.
  • Large set of reports available, and options to create very interactive dashboards, such as custom parameters, using charts as filter for other charts, interactive filters
  • Tableau Server allows users to have access to reports via web browser.
  • Tableau Public provides free hosting of publicly-accessible reports with limited features.

When posting questions, Tableau Public is an invaluable resource. Problematic workbooks (or example workbooks demonstrating the issues in question) can be published here to help answerers find the problem more quickly and give a more thorough solution.

In addition to Stack Overflow, a good place to get solutions to Tableau questions is on the vendor's forum.

5440 questions
3
votes
0 answers

tableau how to connect duckdb

I download the duckdb jdbc driver and copy it to the install directory: C:\Program Files\Tableau\Drivers\duckdb_jdbc-0.2.9.jar then I start the tableau , and choose the others jdbc drivers to connect, set the configuration like this try to connect…
oneswarm
  • 31
  • 4
3
votes
1 answer

Bring all itens from key using data filter

I have a list of documents that contains the same key but different dates,and I'm trying to bring all itens from key using data filter, im using Tableau Desktop. For example, my table…
kdh90
  • 45
  • 4
3
votes
1 answer

How to connect Tableau/BI tools to Delta Lake? (Without databricks)

I am trying to migrate a Datawarehouse to Delta lake. One thing that I am struggling to figure out is how to connect to Delta Lake (silver and gold) tables outside a spark session. I want to able to connect to these tables using BI tools like…
3
votes
2 answers

How to combine 5 columns into 1 filter in Tableau?

My (simplified) data structure is as follows: I have flagged whether my users have performed a certain action in the last 7 days, 14 days, 1 month, 6 months, and 1 year (1 means the user has performed the action and 0 means he has not). I would…
Justine Mit
  • 267
  • 3
  • 14
3
votes
1 answer

Adding new filter to an existing dashboard on Tableau

I am new with Tableau and am trying as much as possible to use online forums/internet to find my solutions however it seems that I couldn't find my solution for my query. I am trying to add a filter after I would have created a dashboard. I have…
alphasqrd
  • 53
  • 6
3
votes
1 answer

Dynamic text based on user filter selection on Google Data Studio

I want to create a text description which has dynamic text based on user filter selection on Google Data Studio. The text should highlight the filters selected by users currently and will change based on future selections. Its pretty easy to do so…
3
votes
1 answer

Tableau REST API Publishing with Axios Node

I am trying to publish a workbook to the tableau REST API with Node and Axios. I have had success in the past using Python to publish to the API so I am familiar with the API in general. The docs provided by Tableau give an example publishing with…
aturc
  • 1,298
  • 12
  • 18
3
votes
3 answers

TABLEAU: How can I measure similarity of sets of dimensions across dates?

this is a bit of a complicated one - but I'll do my best to explain. I have a dataset comprised of data that I scrape from a particular video on demand interface every day. Each day there are around 120 titles on display (a grid of 12 x 10) - the…
Japes
  • 209
  • 1
  • 10
3
votes
1 answer

Calculating Slope in Tableau

I'm new to Tableau so I'm still learning. So I have a basic graph. From the parameter, the user can choose to display the data in either a line graph or a slope graph. They can also filter on date range and location. It's basically a graph showing…
3
votes
1 answer

Scraping a website's Tableau dashboard using R

I am trying to scrape data from Missouri's COVID demographics data from this site and put it into RStudio. Also, this is the Tableau URL I found from the HTML:…
Doughey
  • 147
  • 7
3
votes
1 answer

Custom SQL Query in Tableau

Does using 'custom SQL' instead of joins in Tableau increase the performance of extract refresh on the server? Can someone explain it briefly?
Rahul Diggi
  • 288
  • 2
  • 16
3
votes
2 answers

Tableau: Get the ids that contain only the selected values from another column

I have the following question! I have a table like this: Data Source I want to create a field(i suppose it's a field) that i can take the apl_ids, that have as service_offered some that i want. Example from the above table. If i want the apl_ids…
LaSanton
  • 127
  • 9
3
votes
2 answers

How to visualize multiple answer questions in tableau

I have a question, How do you handle and visualise multiple answer questions in tableau. If you have a dimension Could you please tell us where we need to improve? and the questions and the choices are Explosives, Wireless Vehicles Cement,…
sandeep pradhan
  • 261
  • 2
  • 8
  • 23
3
votes
1 answer

Scraping Data from a Tableau Map

I am trying to pull locations and names of Naloxone distribution centers in Illinois for a research project on the opioid crisis. This tableau generated dashboard is accessible from here from the department of public health…
Tag Quijano
  • 33
  • 1
  • 4
3
votes
2 answers

Auto Sign in to Tableau Server through Iframe

I am attempting embed a guest user's login to my Tableau Server's application. The embed code looks like the following. I know that I need some sort of jQuery that will pass a username and a password to the div, I am just not quite sure how to do…
Stephen Strosko
  • 597
  • 1
  • 5
  • 18