4:18
CALCULATE in DAX #10: Using TREATAS
Learn how to use TREATAS in CALCULATE filter arguments. How to learn DAX: https://www.sqlbi.com/guides/dax/?aff=yt The ...
1:34:32
Direct Lake vs Import vs Direct Lake+Import | Fabric semantic models (May 2025)
Direct Lake + Import composite mode explained—architecture, performance tests, and where it outperforms pure Import or Direct ...
28:30
Differences between GROUPBY and SUMMARIZE
GROUPBY and SUMMARIZE seem similar, but they differ in both performance and functionalities. Choose the right one ...
1:04:41
Introducing calendar-based time intelligence in DAX
This video introduces the new calendar-based time intelligence functions in DAX, available in preview from the September 2025 ...
24:40
Filter context in DAX explained visually
A visual representation of the filter context in DAX can help understand the conceptual model. Article and download: ...
17:13
SUMMARIZECOLUMNS best practices
SUMMARIZECOLUMNS is a powerful and complex function in DAX that in 2025 can be used in measures. This article outlines the ...
20:42
Understanding the difference between row context and filter context is the first and most important concept to learn to use DAX ...
16:03
Understanding the difference between a row context and a filter context is the first and most important concept to learn to use DAX ...
22:42
Understanding DATEADD parameters with calendar based time intelligence
The new DATEADD parameters in DAX add greater flexibility to the calendar-based time intelligence in Power BI. Learn how they ...
18:25
Understanding context transition
Context transition is one of the most obscure topics for DAX newbies. Learn how it works, its effects, and how to leverage it rather ...
18:45
ALL vs ALLSELECTED vs ALLEXCEPT vs REMOVEFILTERS
Learn the differences between similar but different DAX functions that remove filters from the filter context. Article and download: ...
21:43
Learn the best practices for ALLSELECTED to avoid falling into the pitfalls of this powerful, yet dangerous function! Article and ...
28:09
Find the products in the top 10 every year with DAX
How to find evergreen products in DAX. Top 10 products are a classic. Reporting which products are in the top ...
2:38
CALCULATE in DAX #01: Filters are tables
Learn why all the CALCULATE filters are tables. How to learn DAX: https://www.sqlbi.com/guides/dax/?aff=yt The definitive guide ...
1:11:50
Learning DAX by examples is never a good idea! Watch why and get motivated in learning some theory first! Download sample ...
14:11
Using REMOVEFILTERS in DAX user defined functions
How to implement a DAX function that removes filter-keep column filters from a calendar, using REMOVEFILTERS as the return ...
27:14
Context transition in DAX explained visually
A visual representation of the context transition in DAX makes it easier to understand how it works! Article and download: ...
8:11
7 Business Intelligence Terms Everyone Should Know | BI For Beginners
Sometimes industry jargon and terms can be confusing. Here I break down 7 of the most common terms in Business Intelligence ...
14:55
Understanding value filter behavior in SUMMARIZECOLUMNS
How the value filter behavior works in SUMMARIZECOLUMNS and how to use it correctly. Article and download: ...
16:01
Optional parameters in DAX user defined functions
How to define optional parameters in DAX user-defined functions and set default values for parameters not specified by the caller.