Recall & Review
beginner
What is a calculated field in Tableau?
A calculated field is a new field created by using a formula to combine or transform existing data fields. It helps you analyze data in ways not directly available in your original data.
Click to reveal answer
beginner
How do you create a calculated field in Tableau?
Right-click in the Data pane and select 'Create Calculated Field'. Then enter your formula in the dialog box and click OK to add it to your data.
Click to reveal answer
intermediate
Which of these is a valid Tableau calculated field formula?<br>
SUM([Sales]) / COUNT([Orders])
This formula calculates the average sales per order by dividing the total sales by the number of orders. It is valid because it uses aggregation functions correctly.
Click to reveal answer
beginner
What happens if you use a calculated field with an error in Tableau?
Tableau shows an error message and does not create the field. You need to fix the formula syntax or logic before it can be used.
Click to reveal answer
beginner
Why use calculated fields instead of changing the original data?
Calculated fields let you create new insights without changing the original data source. This keeps data safe and lets you experiment with different analyses easily.Click to reveal answer
What is the first step to create a calculated field in Tableau?
✗ Incorrect
You start by right-clicking in the Data pane and choosing 'Create Calculated Field' to open the formula editor.
Which of these is a valid aggregation function in Tableau calculated fields?
✗ Incorrect
SUM() is a valid aggregation function. ADD(), MULTIPLY(), and DIVIDE() are not Tableau functions.
What does this calculated field do? <br>
IF [Profit] > 0 THEN 'Good' ELSE 'Bad' END
✗ Incorrect
This formula checks if Profit is positive and labels it 'Good', otherwise 'Bad'.
If a calculated field formula has a syntax error, what will Tableau do?
✗ Incorrect
Tableau shows an error message and stops you from creating the field until the error is fixed.
Why is it better to use calculated fields instead of changing the original data?
✗ Incorrect
Calculated fields let you create new insights without altering the original data, keeping it safe and flexible.
Explain how to create a calculated field in Tableau and give an example formula.
Think about the steps you take in Tableau to add new data calculations.
You got /4 concepts.
Describe why calculated fields are useful and how they differ from changing the original data.
Consider the benefits of keeping original data intact.
You got /4 concepts.