Time intelligence and data modeling
Time intelligence is one of the most powerful and commonly used functionalities in Power BI. For those coming from a SQL development background, it will be pretty clear how hard it is to build time intelligence analysis in a relational database system such as SQL Server. These complex calculations are made easy in Power BI by just a handful of time intelligence functions. This section briefly looks at the common challenges of working with time intelligence functions in Power BI.
Note
Our aim in this book is not to teach you how to use DAX functions; we just cover some more relevant data modeling concepts.
There are currently 35 time intelligence functions available in Power BI. You can find the complete list of functions on the Microsoft website: https://docs.microsoft.com/en-us/dax/time-intelligence-functions-dax.
Detecting valid dates in the date dimension
When dealing with periodic calculations in time intelligence, it is often...