Time Series Analysis in Power BI
Kevin Barlow
Data Analytics Professional
This course requires intermediate DAX functions throughout the exercises, including:
CALCULATE()
IF()
SUMMARIZE()
Every dataset has time as a dimension! We can learn some very interesting trends from analyzing data over time, and we need a strong toolkit to do so.
Time Series Data is a set of observations (i.e. data points) that have been collected about the same subject over a period of time.
Two key components
A short-term time span encompasses a timeframe typically less than one year. With these, we want to understand what our data is showing right now.
Common Analyses
Example
Long term analyses encompass a timeframe longer than one year. We are trying to understand historical data and its relationship to current data.
Common Analyses:
Example Calculating Year over Year (YoY) sales performance for the month of January.
Future analyses, such as forecasting, look at historical data and project it into the future. These kinds of analyses allow us to predict where we will be and make decisions based on that.
Common Analyses
Example
Forecasting stock trade volume several months into the future.
Time Series Analysis in Power BI