Articles of 2021

Page 2 of 30 results

200th SQLBI Newsletter

January 16, 2014 was the day we at SQLBI sent out our first newsletter. We had less than 8,000 subscribers back then. We went on to send newsletters out every other week for more than seven years, always trying to…  Read more

Using ALLEXCEPT versus ALL and VALUES

ALLEXCEPT is a handy DAX function to retrieve all the columns of a table except for some. When used as a CALCULATE modifier, its behavior is less intuitive and might result in inaccurate measures. In this article, we elaborate on…  Read more

Using CONTAINS in DAX

This article explains how the CONTAINS function works and what can be used as better alternatives in DAX in common use cases.  Read more

All the secrets of SUMMARIZE

SUMMARIZE is a very powerful and very complex function to use. This article describes its internal behavior, and provides guidance on how to use it.  Read more