DAX

DAX

1155 bookmarks
Custom sorting
DAX coding style using variables - SQLBI
DAX coding style using variables - SQLBI
This article shows how variables in DAX can impact the coding style, simplifying a step-by-step approach and improving the readability of your code. The ne
·sqlbi.com·
DAX coding style using variables - SQLBI
Duplicated names in DAX
Duplicated names in DAX
This article describes how DAX resolves column and measure names in DAX, providing best practices to avoid conflicting names. A fundamental rule you should
·sqlbi.com·
Duplicated names in DAX
Generating a series of numbers in DAX
Generating a series of numbers in DAX
This article describes how to create a table with a series of numbers in DAX by using the new GENERATESERIES function or through a workaround using CALENDAR
·sqlbi.com·
Generating a series of numbers in DAX
Use calculated tables to filter down dimensions
Use calculated tables to filter down dimensions
I got an interesting request this week, to improve the usability of the tabular model they wanted to filter the dimension table to only contain the rows that have data in the fact table. That way t…
·kasperonbi.com·
Use calculated tables to filter down dimensions