Evaluate, Prepare and Connect to Data - 25% Flashcards

1
Q

benefits of using an extract

A

underlying data source is slow

snapshot of data optimizes for aggregation

can be used offline

privacy - data source filters/hide fields not used

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

when to use an extract

A

If you want your visualizations to show weekly/monthly/annual trends. Extracts are also recommended for when you’re publishing a multi-connection data source.

If workbook performance is more important than data freshness, then use an extract.

If your workbook contains sensitive data, an extract may be best.

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

benefits of live connection

A

Real-time updates

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

cons of live connection

A

Databases are not always optimized for fast performance (unlike extracts) – As data queries go through the database, they can only as fast as the database itself. Accordingly, working with a live connection may be slow.

Other factors can affect speed – e.g. Poor network speed and network traffic can slow down your workbook.

Stress – Live connections, especially within complex workbooks, can stress some traditional databases.

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

when to use live connection

A

A business that needs incoming sales data to make real-time decisions would require a live database connection.

If business decisions need to be predicated upon real-time data, utilise a live connection.

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

How to pivot data in tableau

A

Select columns you want to pivot

You can add to the pivot

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

Troubleshooting pivots

A

Red fields in the view and fields with exclamation points in the Data pane: Because the original fields are replaced with new pivot fields, any references to the original fields in the view will no longer work.

Null values in the grid: If all of the original fields used in the pivot are removed, for example in an extract refresh, null values display in the pivot fields.

No pivot option: Pivot appears when you select two or more columns in a single Microsoft Excel, text file, Google Sheets, and .pdf data source. If using a different data source in Tableau Desktop, you can use custom SQL to pivot

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

What changes can be made in the metadata

A

Datatype of some fields
Renaming and hiding fields
Column aliases can be assigned

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

Do changes to the metadata modify the underlying data

A

no

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

What are relationships

A

Relationships are the default method in TD; this preserves the OG table LOD when combining info

Allow for context-based joins to be performed on a sheet by sheet basis making each data source flexible

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

Can published data sources be used in joins

A

No; you must edit the OG data sources to natively contain the join or use a data blend

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

Advantages of relationships

A

Makes data easier to define, change, and reuse

Easier to analyze data across multiple tables at the correct LOD

Does not require LOD expressions

Only query data from tables with fields use din current viz

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

What are joins

A

Static ways to combine data

Must be defined between tables before analysis

There must be a matching field to join the data

Can’t be changed without impacting all sheet

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

Requirements for using relationships

A

Related fields must be same data type

You can’t define relationships based on geographic fields

Circular relationships arent supported in data model

Cant edit relationship in published data source

Cant define relationships between published data sources

Workbook must be used in embedded data source to edit relationships and performance options in data source page on server/online

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

Factors that limit the benefits of using related tables

A

Dirty data

Using data source filters will limit ability to join culling data

Tables with a lot of unmatched values across relationships

Interrelating multiple fact tables with multiple dimension tables

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

What is join culling

A

How tableau simplifies queries by removing unnecessary joins

17
Q

Describe inner joins

A

Joined tables contains only values/columns common between the two tables

18
Q

Describe left joins

A

Contains values from left table and only matching or common values from right table

19
Q

Describe right joins

A

Contains values from the right table and only matching values from left tables

20
Q

Describe full join

A

Contains all data from left and right

21
Q

Describe union

A

Appends rows of data from one table to another

Not a join but used to combine tables