5,385 questions
0
votes
0
answers
18
views
Tableau chart in iframe not resizing correctly
I am embedding a Tableau chart. Although the iframe is the requested size, the chart does not resize in the iframe properly.
<div id='credits-awarded' style='
justify-content: center
...
1
vote
1
answer
51
views
Calculation per game in Tableau
I'm hoping to gather some stats for players in a sport - Errors per game.
At the moment I have a stat "Total Errors" and a calculated field "Match ID" using "Year", "...
0
votes
0
answers
16
views
Tableau geojson map not showing with null rows
In Tableau I have a geojson file that has coordinates for a building and all the rooms inside. I also have occupancy data for each room every half hour period. I have joined the data sources in ...
0
votes
0
answers
25
views
How do I AVG() the AGG(Active Listings) from 3 parameters in Tableau?
I need to average the SUM(Active Listings) for Compset 1, Compset 2 and Compset 3.
Compset 1,2,3 vs Selected Account
Currently, I have something like this Compset 1+2+3 vs Selected Account, but ...
1
vote
0
answers
54
views
Tableau Hyper API not deleting from extract
I'm new-ish to Tableau and my company's program for extract refreshing. Due to downsizing I am the only one with ANY experience with them.
I have a python program that is used to incrementally refresh ...
0
votes
1
answer
34
views
Tableau Retention Chart
I have a tableau chart that shows a customers first free order and first paid order. I want to show how many months after the free order is the paid order. All the free orders are displayed in column ...
1
vote
1
answer
66
views
Add YTD column next to Monthly column
In Tableau, I need to create a monthly overview that analyzes actuals, prior year, and target for a few KPIs.
Is it possible to add a new column next to the month to show the YTD value?
Please see the ...
0
votes
1
answer
27
views
Have Tableau calculate column based on hierarchy collapse level
I'm using Tableau to create a dashboard. The table I'm pulling in as my data source has a set of location columns I've put into a hierarchy (country, state, county, municipality) and two number ...
0
votes
0
answers
100
views
How to resolve this error: "No Clients in Tableau Bridge Pool"?
I created a Tableau Dashboard through an API Integration of Smartsheet with Tableau. Now I'm getting the error "No Clients in Tableau Bridge Pool" with error description "Bridge live ...
0
votes
1
answer
36
views
Plotting numbers in Tableau
Let's say I just want to plot a xy curve or something similar. For the example let's say that the data is:
x y
-1 2
0 1
1 2
2 5
3 10
How does the concept of "...
0
votes
0
answers
40
views
How to integrate Tableau private dashboard in Angular
I have set up a private tableau dashboard and would like to integrate it with my Angular application.
I have used the tableau-viz tag provided by the dashboard, but it asks for login. On login with ...
0
votes
0
answers
63
views
Trouble Embedding Tableau Private Dashboard in Next.js App
I'm trying to embed a private Tableau dashboard in my Next.js 14 app using the Tableau Embedding API 3.0 with JWT authentication. However, the dashboard is not rendering on my page.
Setup:
I have ...
1
vote
1
answer
93
views
How to create only one checkbox filter in tableau dashboard?
I have a column in my table which is department which has values as engineering and non-engineering. I need to implement this as a filter in tableau dashboard but it should show only one option which ...
1
vote
0
answers
133
views
How to catch 401 or other errors in Tableau embed ReactJs
I have a React web app in which I am embedding Tableau reports. I am also using JWT token for security. When a user is not authorize to view a report I want to show an error message on the page ...
1
vote
0
answers
25
views
Running sum doubling current year
I am trying to put together a cumulative graph in Tableau however when using the below formula for the prior years, it is doubling that years amount then adding it to the priors years.
E.g. Yr 1 = 1 ...
0
votes
1
answer
34
views
Tableau - Multi measure bar/line graph
I'm trying to recreate the below Excel chart in Tableau. I have implemented the individual measures and can display them correctly on separately, or 2 measures with dual axis, but would like to have ...
0
votes
1
answer
87
views
How can I make this line chart with smooth line in Tableau
I am new to Tableau.
I want to make a line chart like the one shown here (Sorry for the quality of the image the app I took it from doesn't allow screenshots due to security policy):
The difference ...
1
vote
3
answers
139
views
How to change the datasource?
I have created a dashboard in tableau where I have 2 data sources with the same fields. I want to change the data sources using user input from a dropdown list. How can I change the data sources ...
1
vote
0
answers
46
views
Tableau complex Filters to get top 50 after other filters
I am changing this to I think simplify it. I am using a live query from Tableau to Snowflake. The Query contains a Random() number called Audit_ID. The Dashboard has several filters but generally it ...
0
votes
0
answers
30
views
Adding Data Label data in Tableau Server from the label_values in PostgreSQL metadata
We are currently running Tableau Server 2024.2 and we recently added Data Labels to our system. I'm trying to add the label data to reports using the TS Content data source our Solution Engineer ...
0
votes
0
answers
28
views
Tableau is modifying the Latitude/ Longitude of my map plots by 90 degrees when I compile the program. Why is it happening?
I just started using Tableau in the last weeks for a historical study conducted by my university. Tableau's generated Latitude and Longitude do not allow me to use my locations - I had to manually ...
0
votes
0
answers
9
views
Consistent Color Coding for Organ-Specific Biodistribution Data (column features as function of timepoint)
Hi,
I'm trying to implement a consistent color coding for organ-specific biodistribution data across multiple sheets in Tableau. My dataset is structured such that each organ is represented by its own ...
0
votes
0
answers
29
views
Unable to download pdf from Tableau server with Auth token
Here is my code
from tableau_api_lib import TableauServerConnection
from tableau_api_lib.utils import querying,flatten_dict_column
from urllib import parse
config={
'tableau_online':{
'...
0
votes
0
answers
22
views
Sorting data from Tableau REST API
I am retrieving Tableau view data via the REST API. I can filter for the data I want by appending a view filter. Example URL
http://test.tableau.com/api/3.21/sites/12345/views/6789/data?vf_Start%...
0
votes
0
answers
16
views
Backlink issue with tableau software embed?
I know that iframe generally cause issues with browser history and backlink navigation, and i know the solution seem to put a key on the iframe.
The thing is i tried to do that with my tablea element ...