Test 1 Flashcards
Which table calculation returns the number of rows from the current row to the first row in the partition?
FIRST()
Which table calculation returns the index of the current row in the partition, without any sorting with regard to value?
INDEX()
Which table calculation returns the value of the expression in a target row, specified as a relative offset from the current row?
LOOKUP()
Which table calculation might return the following rankings : 1,1,1,4,4,6,7,7,7,10?
RANK()
Which table calculation might return the following rankings : 1,1,1,2,2,3,4,4,4,5?
RANK_DENSE()
Which table calculation might return the following rankings : 3,3,3,5,5,6,9,9,9,10?
RANK_MODIFIED()
Which table calculation might return the following rankings : 1,2,3,4,5,6,7,8,9,10?
RANK_UNIQUE()
Which table calculation returns rankings as percentiles?
RANK_PERCENTILE()
How do you import a custom shape into Tableau?
- Save your custom shape in a new folder in My Tableau Repository/Shapes
- Click on the Marks Card’s drop down menu and select Shape
- Reload the shapes palette and select your new shape
What file type is created when you save a flow?
.tfl
What file type is created when you save a packaged flow?
.tflx
Which formats can be used to create an output form your flow to use in Tableau Desktop?
1 .hyper
2 .csv
3 .xlsx
Which file do you need to update to create a custom color palette?
Preferences.tps
What data roles does Tableau Prep Builder provide?
- URL
- Geographic roles
How do you replace a sheet in a dashboard?
- Select the sheet you want to replace in the dashboard
- Hover over the replacement sheet from the list on the left
- Click the Swap Sheets button that appears