![]() |
VOOZH | about |
Tableau is a data visualization tool that allows users to connect datasets and create visual representations. We will explore how we can create a series of visualizations in Tableau. Lets see how to do it:
Open Tableau and connect to the databases.
The data source contains three files: Product, OrderDetails and PropertyInfo. These are separate Excel sheets within one file.
Note: You can also use tableau in built "Superstore" dataset which includes tables and fields such as Order ID, Product ID, Product Category, etc.
Open the Product data file first.๐ Image
Add the OrderDetails data file which contains information about each order.๐ Image
We can notice a join between the two data files. Hovering over the join shows that it is an inner join using the common key ProductID. An inner join combines data from two tables that share a common field.๐ Image
Next, add the PropertyInfo file.๐ Image
Hovering over the join shows that OrderDetails and PropertyInfo are also inner joined using PropertyID.๐ Image
Now, that data is completely ready for data visualization. Click the Quantity field.๐ Image
In the top-right corner of Tableau, click the Show Me button. ๐ Image
Select the Text Table option.๐ Image
Since the data currently has only one measure (sum of quantity) and no subcategories, the total quantity of all items ordered is 10,096. While correct, this visualization is not very informative.๐ Image
From the Tree Map We can conclude: