Skip to main content

#All0 discussing

I keep getting the following error:

Challenge Not yet complete... here's what's wrong:

Could not find 'Jane Cando' as a territory member of a service territory named 'San Francisco Area'.

However, when you look at the Territory related list you see the following:

Configure Territories and Set Operating Hours

Jane Candor is in the correct territory.

 
19 answers
0/9000
3 answers
  1. Nov 16, 2023, 10:57 PM

    Is this a ChatGPT response ? SEARCH is not a Tableau function at all.

     

    It would be CONTAINS([Fruits], 'Apple') ... remember that's all Case Sensitive.

0/9000

can anyone share validation rules with all functions video

#All functions with examples

 

#Formulas  #Data Management

2 comments
0/9000

Hi everyone,

 

I am very new to tableau and trying to get my heard around how to recreate what I did in excel in tableau.

 

As a quick bit of background info: I am a sports performance analyst and looking to create more interactive dashboards using Tableau. In particular my focus is on tennis. The dataset used will generally be pretty small (max 250 rows) and as I use Dartfish to gather the raw data the data I work with will all be string format (e.g. server name, 1st serve in, 1st serve out, serve wide, serve middle, etc. As part of a report I would like to continue to show players certain key performance indicators such as 1st serve % (i.e. how many 1st serves they hit in / total number of first serve hit.

 

Based on my data set, in excel this is an example of the formula used to get the answer for the above KPI:

 

=SUM(COUNTIFS(RawDataTable[[#All],[Server]],$C$2,RawDataTable[[#All],[Serve outcome]],"1st serve made")+COUNTIFS(RawDataTable[[#All],[Server]],$C$2,RawDataTable[[#All],[Serve outcome]],"1st serve ace"))/(COUNTIF(RawDataTable[[#All],[Server]],$C$2))

 

$C$2 is the name of a player where $C$3 would contain the name of the opponent. Not sure how or if it is possible to use player names as references in Tableau as would use in excel.

 

Any advice would be much appreciated,

 

Thanks,

 

Marc

10 answers
  1. May 1, 2020, 8:36 PM

    Marc,

     

    Here is your calculation.

     

    1st Server Made : COUNT(IIF([Serve outcome] = "1st serve made" OR [Serve outcome] = "1st serve ace", [Serve outcome], NULL))

    1st Serve % : [1st Server Made]/COUNT([Server])

     

    And here is your output

     

    Marc, Here is your calculation.

     

    Attached the workbook for your reference.

     

    Thanks,

    Anand

0/9000

Hello,

 

When filtering on a measure there is an option for picking "All values" or Specific value.

 

From the Super Store Example:

 

We create State Vs Sales.

 

We drag sales to the filter shelf, now it asks a question

 

"How do you want to filter on [Sale]"?

 

#ALL VALUES

⌗SUM

⌗AVG

#MEDIAN

 

If we select sum and say atleast 100K, it would display State Vs Sales for all the states that have sales greater than 100K.

 

I don't understand the option of "ALL VALUES", if we select "ALL VALUES", does it mean to say, SUM of SALES>100k and AVG of SALES>100K and MEDIAN of SALES>100K?

In what scenario do we even use an option like this?

 

Thanks

5 answers
  1. Jan 7, 2016, 11:45 AM

    Hi venkatesh.

     

    All Values--- filters the data at the row level in the database.

    Hi venkatesh. All Values--- filters the data at the row level in the database. sum--- It gives the range from least sales value to maximum sales value with respect to state.

     

    sum--- It gives the range from least sales value to maximum sales value with respect to state.

     

    pastedImage_6.png

     

    Average---It gives the range from least average sales to maximum avg sales with respective to state..

    pastedImage_9.png

     

    It works same to other aggregate functions also..

     

    I hope it is helpful for you..

     

    Thanks

    Deepak

0/9000

Hi Tableau Gurus ,

 

I need to show last six months data on trend line

 

  • It should have year parameter .
  • It should have month parameter.
  • If i select January from parameter control then data has to show from January to August like that  on X- Axis and trend line should change according to month's selection.
  • I know it can be done using datediff but please give me clue using sample TWBX .

 

     I am wanting for your valuable help .

 

Regards ,

 

Bhuwan Vikram Singh

12 answers
0/9000