Section 4: Connecting to Data Flashcards

1
Q

What data sources is Data Interpreter available for? And what data sources is it not available for?

A

It is available for CSV/Txt files and Excel files, but not database connectors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name each of the boxes in this image. There are 6 total

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name all the different field types in Tableau

A
  1. Number (decimal)
  2. Number (whole)
  3. Date & Time
  4. Date
  5. String
  6. Boolean
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the five value operations?

A
  1. Rename
  2. Hide
  3. Group
  4. Pivot
  5. Split
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 5 reasons to use extracts?

A
  1. Can improve performance
  2. Additional functionality
  3. Offline access
  4. Supports very large datasets
  5. Fast to create
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain the purpose of the five highlighted areas in the Extract Data options pane

A
  1. Filters - limit amount of data pulled into an Extract
  2. Aggregate - rolls up the level of granularity based on visible dimensions. Commonly used to reduce data size.
  3. All Rows - pulls a full data extract each time a refresh is triggered (use if historical data may change)
  4. Incremental Refresh - pulls in only “new” records, based on a specified date field (use when historical data doesn’t change.
  5. Top/Sample pulls a specific number of rows from the source.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

WHat’s the difference between (a) relationships, (b) joins, ( c) blending

A
  • a - relationships leverage related fields to create contextually appropriate joins on the fly. Optimal performance.
  • b - joins merge multiple tables based on join clause to create new fixed table.
  • c - blending visualizes data from separate sources within the same view. Used at the sheet-level.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Logical layer represents the canvas for creating ___ between tables.

Physical layer represents the canvas for creating ____ between tables.

A

Logical layer represents the canvas for creating relationships between tables.

Physical layer represents the canvas for creating unions & joins between tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which layer joins tables together and which layer keeps tables separate?

A

Physical layer physically joins tables together.

Logical layer keeps them separate but defines relationships between them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which layer is this?

A

Logical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which layer is this?

A

physical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Logical tables are _____ for “Physical” tables

A

containers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the two options when Unioning a table.

A

Specific (manual)

Wildcard (automatic)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Can you join a live data source with an extract data source?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

______ are only based on the ____Source. Only _____ can be brought in from the ____Source.

A

Dimensions are only based on the Primary Source. Only Measures can be brought in from the Secondary Source.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why would an asterik appear in the tooltip?

A

You’re trying to display multiple dimensions (not possible using blending).