Most voted questions in Tableau

+3 votes
2 answers

I want the calculate the Completed percentage in the below data

Hi Sanjana, Try creating a calculated field as ...READ MORE

Aug 13, 2019 in Tableau by Cherukuri
• 33,050 points

reshown Aug 13, 2019 by Cherukuri 976 views
+2 votes
2 answers

How to calculate Yearly Average when few month data are missing ?

It depends whether you want to skip ...READ MORE

Jul 15, 2019 in Tableau by anonymous
• 33,050 points
8,326 views
+2 votes
1 answer

How can I download tableau workbook with its data from tableau server?

In essence, no. Since the workbook is ...READ MORE

Mar 27, 2018 in Tableau by ffdfd
• 5,550 points
10,289 views
+2 votes
1 answer

How to Link Dashboard with URL to enable it to open in the same explorer page

Add this to the end of the ...READ MORE

Mar 27, 2018 in Tableau by ffdfd
• 5,550 points
3,717 views
+1 vote
1 answer

Tableau Number and Date Formating

Create a calculated field as mentioned below ...READ MORE

Dec 31, 2019 in Tableau by anonymous
1,141 views
+1 vote
0 answers

total percentage from two tables count

Hi, I am in need to calculate the ...READ MORE

Sep 10, 2019 in Tableau by anonymous
• 180 points
907 views
+1 vote
0 answers

Workbook migration from lower version to higher version of Tableau server using Python

Hi All, Currently I am working on Data ...READ MORE

Aug 22, 2019 in Tableau by Bala
870 views
+1 vote
1 answer

how can i create bins with different sizes?

You can give a different value for all ...READ MORE

Aug 13, 2019 in Tableau by anonymous
• 33,050 points
6,227 views
+1 vote
4 answers

How to Update my Start and End dates parameter or Filter with Today and Last 5 Days Date Automatically ??

Create a calculated field and set its ...READ MORE

Jul 31, 2019 in Tableau by anonymous
3,187 views
+1 vote
2 answers

Latest and Prior year NPS% calculation not showing right numbers

Try using code like below, For NPS% use code ...READ MORE

Jun 12, 2019 in Tableau by anonymous
• 33,050 points
2,001 views
+1 vote
1 answer

How to show flag at the end of the bar chart?

Hi priyanka, Follow the below steps: 1. Create a ...READ MORE

Jun 6, 2019 in Tableau by Cherukuri
• 33,050 points
8,992 views
+1 vote
4 answers

Show 0 if value has no data - Tableau

Hi Abhay, To replace null or empty values ...READ MORE

Apr 24, 2019 in Tableau by Cherukuri
• 33,050 points
124,114 views
+1 vote
1 answer

How can I read a .twbx file in python?

I hope this link helps you out: https://community.tableau.com/thread/152463 One ...READ MORE

Aug 25, 2018 in Tableau by ffdfd
• 5,550 points
3,769 views
+1 vote
2 answers

How to join tables based on “Calculated Fields” in Tableau?

You absolutely can join to a calculated ...READ MORE

May 30, 2019 in Tableau by anonymous
25,077 views
+1 vote
1 answer

How to calculate the number of hours worked in Tableau?

Try using this LOD expression {fixed user : ...READ MORE

Aug 4, 2018 in Tableau by ffdfd
• 5,550 points
1,849 views
+1 vote
1 answer

How to perform top N fields with nested sort in tableau

You can use the following steps: Sort 'State' ...READ MORE

Aug 4, 2018 in Tableau by ffdfd
• 5,550 points
4,582 views
+1 vote
1 answer

What is the use of a box plot chart?

Box & Whisker plot helps you study ...READ MORE

Aug 1, 2018 in Tableau by Atul
• 10,240 points
1,587 views
+1 vote
1 answer

How to add filter on different sheets based on clicks?

Go to Actions… (if you're on a dashboard, you ...READ MORE

Aug 1, 2018 in Tableau by Atul
• 10,240 points
1,244 views
+1 vote
1 answer

Filtering for maximum date within dimension

Create a level-of-detail (LOD) calculated field and ...READ MORE

Aug 1, 2018 in Tableau by Atul
• 10,240 points
858 views
+1 vote
1 answer

Is there a specific format for importing datasets into Tableau?

Well I don‘t have a definitive answer ...READ MORE

Aug 1, 2018 in Tableau by Atul
• 10,240 points
1,277 views
+1 vote
1 answer

Adding filter to LOD Expression

{ FIXED [Product]:COUNT(IF [Status]=0 THEN [Status] END)} Edit---- ...READ MORE

Aug 1, 2018 in Tableau by Atul
• 10,240 points
1,214 views
+1 vote
1 answer

Date Logic in Tableau

Try this: Create 2 calculated fields for start ...READ MORE

Jul 27, 2018 in Tableau by ffdfd
• 5,550 points
1,530 views
+1 vote
1 answer

How can I find the time difference between two columns

Based on the data you showed, I'm ...READ MORE

Jul 25, 2018 in Tableau by Atul
• 10,240 points
1,376 views
+1 vote
1 answer

How can I calculate the % of completion

SUM(IIF([Status]="Delivered",[Point],NULL)) / SUM([Point]) I assume that your column ...READ MORE

Jul 25, 2018 in Tableau by Atul
• 10,240 points
1,128 views
+1 vote
1 answer

Non-overlaid measures in dual axis chart within Tableau

The missing step is to specify the ...READ MORE

Jul 24, 2018 in Tableau by Atul
• 10,240 points
1,137 views
+1 vote
1 answer

Is it possible to define a color code scheme just for one column in Tableau?

Follow the below steps : Remove your current ...READ MORE

Jul 24, 2018 in Tableau by Atul
• 10,240 points
2,804 views
+1 vote
1 answer

Tableau tooltip incorrect when toggling through quick filter

I think your confusion is in what ...READ MORE

Jul 21, 2018 in Tableau by Atul
• 10,240 points
1,574 views
+1 vote
1 answer

Creating a Gantt Chart over time with summed bar

The trick with Gantt charts in Tableau ...READ MORE

Jul 21, 2018 in Tableau by Atul
• 10,240 points
1,285 views
+1 vote
1 answer

Tableau - Filter/Parameter For Different Date Ranges

Based on your comment and updated question, ...READ MORE

Jul 20, 2018 in Tableau by ffdfd
• 5,550 points
1,559 views
+1 vote
1 answer

How can I filter data on different sheets based on clicks on Tableau

Filter actions are an essential and fundamental ...READ MORE

Jul 20, 2018 in Tableau by ffdfd
• 5,550 points
11,232 views
+1 vote
1 answer

How to authenticate and embed Tableau Rest API using Python 2.7

Your .format() call is creating a bad ...READ MORE

Jul 19, 2018 in Tableau by Atul
• 10,240 points
3,067 views
+1 vote
1 answer

Preparation for Tableau Desktop Qualified Associate exam

You can go for online training with edureka! This ...READ MORE

May 16, 2018 in Tableau by QueenBee
• 1,820 points

edited Sep 21, 2021 by Soumya 1,085 views
+1 vote
1 answer

Instead of using tableau server can't I just install tableau desktop and connect it to required database?

There are multiple ways for connecting to ...READ MORE

Apr 20, 2018 in Tableau by ffdfd
• 5,550 points
1,600 views
+1 vote
1 answer

Is it possible to access or install tableau desktop insde tableau server?

Try to understand this, Tableau Server and ...READ MORE

Mar 30, 2018 in Tableau by xyz
• 1,560 points

edited Mar 30, 2018 by xyz 1,026 views
0 votes
0 answers

Monitoring and contrasting with the Google BigQuery BI Engine

To investigate BI Engine for our BigQuery ...READ MORE

Apr 26, 2023 in Tableau by anonymous

edited Mar 5 153 views
0 votes
0 answers

Need help on the following questions

Hi, I have a dataset related to ...READ MORE

Apr 12, 2023 in Tableau by Prakash

edited Mar 5 162 views
0 votes
0 answers

One field with value from multiple measures that can be filtered by multiple filters

I have the following calculated field: {FIXED starttime, ...READ MORE

Mar 16, 2023 in Tableau by anonymous

edited Mar 5 139 views
0 votes
0 answers

How to create scatter plot in Tableau from database format?

How to create scatter plot in Tableau ...READ MORE

Feb 23, 2023 in Tableau by Tivadar

edited Mar 5 138 views
0 votes
0 answers

How to I aggregate two data sources in Tableau?

I am trying to combine two data ...READ MORE

Aug 21, 2022 in Tableau by anonymous

edited Mar 4 137 views
0 votes
0 answers

How to subtract 1 month from the previous week in tableau?

How to subtract 1 month from the ...READ MORE

Jul 27, 2022 in Tableau by anonymous

edited Mar 4 59 views
0 votes
0 answers

How to avoid NULL check in JOIN condition in Tableau?

I'm attempting to alter the Tableau dashboard's ...READ MORE

May 16, 2022 in Tableau by Neha
• 9,020 points

edited Mar 4 142 views
0 votes
0 answers

Convert String to Date in Tableau using DATEPARSE

In Tableau, I'm attempting to convert the ...READ MORE

May 6, 2022 in Tableau by Neha
• 9,020 points

edited Mar 4 38 views
0 votes
0 answers

Sum two columns lying in two different table based on a condition

Table 1 Platform Sales Cost A 100 50 B 200 100 B 300 100 D 50 10   Table 2 Channels Result A 50 B 100 B 50 C 200   I wanted to create a ...READ MORE

Apr 27, 2022 in Tableau by Paromita

edited Mar 4 44 views
0 votes
0 answers

Query from PowerBI to AI suddenly fails with (502): Bad Gateway

To retrieve data from Application Insights Analytics, ...READ MORE

Apr 26, 2022 in Tableau by Neha
• 9,020 points
788 views
0 votes
0 answers

Setting Row Level Security for multiple of values

I'm trying to build up row-level security ...READ MORE

Apr 26, 2022 in Tableau by Neha
• 9,020 points
1,387 views
0 votes
0 answers

417 Expectation Failed on tableau restapi powershell script

I'm new to powershell and trying to ...READ MORE

Apr 25, 2022 in Tableau by Neha
• 9,020 points
1,090 views
0 votes
0 answers

How to handle very large data with Tableau?

For data analysis, I'm using Tableau 9.0. ...READ MORE

Apr 25, 2022 in Tableau by Neha
• 9,020 points
1,285 views