Tableau_Super_Expanded_Answers
Tableau_Super_Expanded_Answers
PART B - (5 × 16 = 80 Marks)
Q1.
Answer:
Tableau provides a wide range of data terminologies that help in understanding, manipulating, and
analyzing datasets effectively. Below are some key terminologies:
1. **Dimensions**: These are categorical fields that help segment the data. They contain qualitative
values such as Customer Name, Region, or Product Category.
- Example: If we have a dataset of sales, the "Region" field (East, West, North, South) will be a
Dimension.
2. **Measures**: These are numerical fields used for calculations and aggregations like SUM,
AVERAGE, or COUNT. Examples include Sales Amount, Profit, and Discount.
- Example: "Sales Amount" is a measure because it can be aggregated (summed up for a
particular region).
4. **Aggregations**: Functions such as SUM, AVERAGE, COUNT, MIN, and MAX that help in
summarizing data.
- Example: "Total Sales per Region" uses SUM aggregation.
5. **Calculated Fields**: Custom fields created using formulas for advanced calculations.
- Example: Calculating Profit Margin using the formula `(Profit / Sales) * 100`.
6. **Hierarchies**: Allow drilling down data from higher levels to more detailed levels.
- Example: Date Hierarchy (Year -> Quarter -> Month -> Day).
---
b) Can you place an Excel file in a shared location and use it to develop a report and refresh it at
regular intervals? Justify.
Answer:
Yes, Tableau allows integration with Excel files stored in a shared location, and it can refresh the
report at regular intervals. The process includes:
By implementing these steps, users can ensure that their reports remain updated with the latest
data.
---
Q2.
Answer:
Tableau supports multiple connectivity mechanisms to integrate with diverse data sources:
1. **Live Connection**: Directly connects to the data source and retrieves real-time data. Used when
real-time analysis is needed.
- Example: Connecting to Google BigQuery for live streaming analytics.
2. **Extract Connection**: Creates a local snapshot of the data, improving performance and
enabling offline access.
- Example: Using an extract for large datasets to improve query speed.
3. **Data Blending**: Combines multiple data sources by linking them using a common field.
- Example: Merging Sales Data from Excel with Customer Demographics from SQL Server.
4. **Joins**: Used when multiple tables from the same data source need to be combined.
- Types: Inner Join, Left Join, Right Join, Full Outer Join.
6. **Web Data Connector**: Allows connection to web APIs and online services.
- Example: Connecting to Google Analytics via Web Data Connector.
7. **ODBC & JDBC**: Enables connection with relational databases like MySQL, PostgreSQL, and
SQL Server.
These mechanisms ensure Tableau can connect to almost any type of data source.
---
A) **Dimension vs Measure**:
B) **Discrete vs Continuous**:
Q3.
a) Discuss in detail about Bar Chart and write down various ways to create a Bar Chart in Tableau.
Answer:
A **Bar Chart** is used to represent categorical data using rectangular bars. It is one of the most
widely used visualizations in Tableau.
**Example Use Case:** Analyzing **Sales by Region** using a **Stacked Bar Chart** to compare
sales across different product categories.
---
---
Q4.
Answer:
Aggregation is a critical function in Tableau that helps summarize and analyze large datasets.
---
---
This expanded version provides deep insights, examples, and structured explanations for each
topic.