Articles of 2026
Creating functions for the like-for-like DAX pattern
This article offers a comprehensive guide to changing the like-for-like pattern into model-independent functions to enhance flexibility and simplify DAX code. Read more
Debugging DAX variables using TOJSON and TOCSV
This article describes how to use the TOJSON and TOCSV functions to inspect the content of intermediate table variables when debugging a DAX measure. Read more
Understanding DATEADD parameters with calendar-based time intelligence
The new calendar-based time intelligence functions offer greater flexibility than the classic time intelligence functions. This article describes the DATEADD parameters for controlling different granularity shifts. Read more
Show transaction details on the matrix visual in Power BI
This article shows how to create a DAX measure that displays information from multiple columns in a business entity or transaction, into a single column of a matrix. Read more
Analyzing the performance of limited and regular relationships
This article analyzes the performance of regular versus limited relationships in DAX to understand the implications of using limited relationships. Read more