Tableau basics
Tableau basics
concepts and tools. You can use this as a reference for learning or preparing
for an interview. You can format it into a PDF by copying this content into a
Word or Google Doc and exporting it as a PDF.
---
---
---
---
---
## **4. Tableau Data Prep and Transformation**
### 4.1. Data Pane and Data Types
- The **Data Pane** shows all the data fields available for creating
visualizations. It is divided into:
- **Dimensions**: Qualitative data (e.g., name, date, city, product).
- **Measures**: Quantitative data (e.g., sales, profit, temperature).
- **Calculated Fields**: Custom fields created using formulas.
---
---
Example:
```text
IF [Sales] > 100 THEN "High" ELSE "Low" END
```
Example:
```text
{ FIXED [Region]: SUM([Sales]) }
```
---
---
---
---
---
---
This guide covers fundamental concepts that will help you get started with
Tableau. You can convert this into a PDF document using any document editor and
export it accordingly.
Let me know if you need further details or examples on any specific topic!