0
0
Tableaubi_tool~5 mins

Creating calculated fields in Tableau - Quick Revision & Summary

Choose your learning style9 modes available
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?
ARight-click in the Data pane and select 'Create Calculated Field'
BEdit the original data source
CDrag a field to the Rows shelf
DClick 'Show Me' and select a chart
Which of these is a valid aggregation function in Tableau calculated fields?
AMULTIPLY()
BADD()
CSUM()
DDIVIDE()
What does this calculated field do? <br>
IF [Profit] > 0 THEN 'Good' ELSE 'Bad' END
ACalculates total profit
BLabels profits as 'Good' if positive, otherwise 'Bad'
CFilters out negative profits
DCreates a sum of profits
If a calculated field formula has a syntax error, what will Tableau do?
AShow an error and prevent creation
BCreate the field anyway
CIgnore the error and use default values
DAutomatically fix the error
Why is it better to use calculated fields instead of changing the original data?
ACalculated fields automatically clean data
BCalculated fields run faster than original data
COriginal data cannot be edited in Tableau
DKeeps original data safe and allows flexible analysis
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.