Time series forecasting is a critical requirement for many organizations. The starting point of forecasting is a time series visualization, which provides the flexibility to reflect on historical data and analyze trends and seasonal components. It also helps to compare multiple dimensions over time, spot trends, and identify seasonal patterns in the data. A few examples include stock market analysis, population trend analysis using a census, or sales and profit trends over time.
Time series analysis is a statistical technique used to record and analyze data points over a period of time, such as daily, monthly, yearly, etc. A time series chart is the graphical representation of the time series data across the interval period.
In this guide, you will learn how to build a time series chart in Tableau.
Tableau provides convenient options for building time series charts. The built-in date and time functions allow you to use the drag-and-drop option to create and analyze time trends, drill down with a click, and easily perform trend analysis comparisons.
To build a time series chart in Tableau, we will use the built-in Sample Superstore data that comes with the Tableau installation. Please follow the steps outlined below to create a time series chart.
The above chart shows the trend of annual sales during the period 2016 through 2019. There is a continuous trend of increase in sales volume. However, it is better to analyze the time series data by breaking it down to a monthly level.
We can change the path property by going into the Marks shelf and clicking on the Path option. There are three options for the type of line graph for the view, and selecting the second option will produce the following chart. The output is like the previous chart, but the trend shifts are more pronounced now.
We can change the chart type to options such as a bar or an area chart, either from the Marks shelf or from the Show Me option. However, for time series data, this is not suggested as the line chart is the best option.
In the previous sections, we have learned how to build a time series chart with two variables, sales
and time
. However, sometimes it is important to add more variables to a chart to understand and analyze it better. For instance, it could be useful to visualize sales by segment across time. This can be done easily in two ways. First, simply drag the Segment field to the Color pane in the Marks shelf. The second method is to move the category to the Rows shelf to show it separately.
In this guide, you learned about building a time series chart in Tableau and the different options available. You also learned about adding an additional category to a time series chart. This will help you in not just creating and analyzing time series data, but also in forecasting.