DAX

DAX · 14. Dezember 2022
Unlock an ample new world by seeing through a window
There are new DAX functions: INDEX, OFFSET, and WINDOW. These functions allow us to compose powerful filter tables that have not been possible before or at least require very complex DAX code. These functions come with additional clauses, namely ORDERBY and PARTITIONBY. PARTITIONBY enables the partitioning of a virtual table.
DAX · 26. Dezember 2021
A duration is not the same as datetime!
This article is about durations. When we are looking at something like this: 2:00 We think, at least most of the people I know, an event that takes 2 hours. But when we change the notation just a little to 2:00 AM, we think: Whoa, that’s early (or late, depending on the perspective, of course).
DAX · 17. Januar 2021
Events and projections
There is just one thing that is more satisfying than writing complex DAX measures, and that is avoiding complex DAX due to smart data modeling.
DAX · 02. November 2020
This article will provide a different approach to tackle a common requirement, determining the previous value given a current date.
DAX · 04. März 2020
This blog provides an introdution into some universal truths, of course things like evaluation context, or data lineage will be mentioned