One of the most powerful features of Power BI when it comes to DAX is a time series analysis. Using pre-defined DAX functions can allow you to report on values based on specific time periods. You can do things like referencing the previous year’s value, have a running year-to-date total, find closing balances for the month, and much much more. For this blog, I want to explain how to get a rolling total for a specific time period. Rather than just simply writing the expression, I am going to break it down step by step of how it is built out and why it works. By understanding the reasoning behind the formulas, you can leverage this knowledge to apply time series analysis into your own Power BI reports. For our rolling total, I will find the rolling sales amount for the last 3 months no matter what level of dates I am currently viewing in a visualization. This calculation can be easily modified to finding a rolling total for the ...
Sharing my process of transitioning from an Algebra teacher to a BI trainer | if anyone else out there is apprehensive about new technology you are learning or if you are just feeling overwhelmed with whatever the task may be - you can stop by from time to time for some motivation and quick tips.