Time Intelligence


This page contains links to articles, patterns, and tools to implement time intelligence calculations in DAX. You should already be familiar with fundamental DAX notions such as row context, filter context, and context transition, which are covered in The Definitive Guide to DAX book and in our Mastering DAX courses. The sections below provide additional content to improve productivity and get additional insights when implementing time intelligence calculations in a semantic model.

Tools

External tools can be helpful in implementing time intelligence calculations in a semantic model.

  • Bravo for Power BI is a tool that can create a Date table and the measures with the time intelligence calculations using predefined and customizable templates.
Articles

For the classic time intelligence, based on the “Mark as Date table” feature that identifies a unique Date column in the Date table, there are articles and videos to introduce and explain how the classic time intelligence functions work:

There are also sever articles with more insights on specific features or use cases:

Patterns

You can find practical examples about how to implement complete calculations using classic time intelligence functions for many scenarios on DAX Patterns: