• Tutorials
  • Courses
  • Tracks

Tableau Calculated Fields - Quiz

Last Updated :
Discuss
Comments

Question 1

Which of the following is a logical operator in Tableau that returns TRUE only when both conditions are true?

  • OR

  • NOT

  • AND

  • XOR

Question 2

What does the expression #May 15, 2014# + 17 evaluate to in Tableau?

  • May 30, 2014

  • June 1, 2014

  • May 17, 2014

  • June 15, 2014

Question 3

In Tableau's IF function, what happens when none of the IF or ELSEIF conditions match?

  • It returns TRUE

  • It returns FALSE

  • It returns NULL

  • It returns the ELSE statement's result

Question 4

Which of the following is the correct syntax for using multiple conditions in Tableau’s IF function?

  • IF <expr1> THEN <val1> AND IF <expr2> THEN <val2>

  • IF <expr1> THEN <val1> ELSEIF <expr2> THEN <val2> ELSE <default> END

  • IF <expr1> AND <expr2> THEN <val1>

  • IF <expr1>: <val1>, ELSE: <val2>

Question 5

Which Tableau function returns the total number of not null entries in a field?

  • COUNTD()

  • COUNT()

  • NUM()

  • SUM()

Question 6

What does the Tableau function STDEVP() calculate?

  • Sample population variance

  • Entire population standard deviation

  • Sample mean

  • Sample standard deviation

Question 7

What is the purpose of a calculated field in Tableau?

  • To store raw data

  • To modify visuals

  • To perform custom calculations using formulas

  • To filter the dataset

Question 8

Which method is used to calculate the number of days between two dates in a calculated field?

  • SUM()

  • DATEADD()

  • DATEDIFF()

  • DATEPART()

Question 9

In Tableau, which quick table calculation shows cumulative values across a pane?

  • Percentage

  • Rank

  • Running Total

  • Total Average

Question 10

Which quick table calculation would you use to determine the order of values in Tableau?

  • Percentage

  • Rank

  • Running Total

  • Difference

Tags:

There are 10 questions to complete.

Take a part in the ongoing discussion