Questions tagged [tableau-desktop]

774 questions
0
votes
1 answer

Tableau SUMIF statement

I have a dataset of movies with the amount of views per day, I want to sum total views per movie and I am doing the following: SUM(IF [Title] = [Title] THEN [Views] END) But is not giving me the right numbers, can anyone please help me?
0
votes
1 answer

Tableau: Subset multiple time dependent histograms into multiple rows and columns to fit the screen

I am trying to replicate the plot below (done with ggplot in R) using Tableau: However, I can't see how I can subset the plot so it fits the screen using Tableau. Using Tableau, this is what I get: I've attempted adding the following but it stops…
Joehat
  • 979
  • 1
  • 9
  • 36
0
votes
1 answer

INDEX() equivalent for MS Power BI

I have multiple dashboards using the INDEX() function in Tableau. I am migrating the dashboards from Tableau to Power BI. I am looking for a similar INDEX() function which will limit the number of records being displayed on a visual. Is there any? I…
Jonathan Lam
  • 1,237
  • 3
  • 20
  • 49
0
votes
0 answers

What permissions are required in SQL Server for tableau user to access db functions

I'm trying to set up a Tableau user to run custom queries (some of which may contain function calls) but public (server role) and db_datareader (user mapping) doesn't seem to cut it. I assigned db_owner temporarily because I'm the only one with…
R Loomas
  • 303
  • 1
  • 2
  • 11
0
votes
0 answers

Tableau Google Ads Connector

I am reaching out to you with a question regarding connecting Google Ads source with Tableau Desktop. I saved the source and set it as an auto-refreshing extract, from a certain point I can no longer add new reports due to too many connections to…
Kinga
  • 1
0
votes
1 answer

In Tableau, how to plot a map with circles sizes proportional to the number of records that contain that location?

I am using Tableau Desktop 2021. I have data in csv format, and in each record (row) I have the "city" field. My data is a collection of events, so each record is an event, and I have several events (records) that happened in the same city. So far,…
Fabio
  • 1,132
  • 1
  • 13
  • 21
0
votes
1 answer

Tableau count number of Records that have the Max value for that field

I have a field where I'd like to count the number of instances the field has the max number for that given column. For example, if the max value for a given column is 20, I want to know how many 20's are in that column. I've tried the following…
Jswojcik
  • 19
  • 4
0
votes
1 answer

Tableau dropdown set custom wordings instead of using default (All)

In the Tableau dropdown, the default option in dashboard output is (All). Can I set custom wordings instead of using default (All)? For example, I want to put (All inventories) instead of (All).
chinghp
  • 117
  • 2
  • 13
0
votes
2 answers

The field does not exist in the database tableau error

I have created a tableau dashboard using MongoDB database. We have 30 fields in the database. I have created line graph which show average income of customer and it was working for the past 4 months but suddenly a week ago it stopped working and…
0
votes
1 answer

Count occurence based on another column and return label having maximum count for each row

I have two categorical columns "Job Industry Categories" and "Wealth Segment" and I can create a crosstab using "Job Industry Categories" in rows and "Wealth Segment" to count values for each industry. This is how my crosstab looks like…
0
votes
3 answers

Im trying to write a python script for my tableau worksheet. It is giving me an indentation error

SCRIPT_BOOL("newList=[] for x in _arg1: newList.append(x > 0) return newList ",SUM([Profit])) Error processing script IndentationError : expected an indented block (, line 4)
-1
votes
0 answers

Tableau Desktop - Window_sum with fixed without effect of color markers

I have a problem that that shouldn't give much trouble, but I can't make the sense out of this. I have a measure called m_test as follows: WINDOW_SUM(ATTR({ FIXED [Period]: COUNT([ID])}),-([p_mvavg_num_periods]),0) This is supposed to calculate the…
-1
votes
0 answers

Tableau Driver for Interbase 2020

I am looking for any assistance or tips to be able to connect Tableau (Desktop and then Cloud) to Interbase 2020 using JDBC. I have a very usable .jar driver that I use with DBVisualizer, but using the same driver for Tableau generates an error and…
Art
  • 1
-1
votes
0 answers

How to integrate Tableau Cloud, InfluxDB Cloud and Mac OS

My goal is to use Tableau Cloud for data visualization and Influxdb Cloud for time series data storage. I am using a macbook pro m2. I used the influxdb guide to setup a JDBC connection to influxdb in Tableau and it works locally in Tableau desktop.…
-1
votes
1 answer

Bar chart in tableau

I have 2 columns states and number of accidents, i want to create a bar chart with top 5 states with number of accidents. But with that i also want uttarakhand whether it comes in top 5 or not . How to do that in tableau I have tried rank function…
Ravi
  • 1