DAX

DAX

1155 bookmarks
Custom sorting
Row context in DAX
Row context in DAX
Understanding the difference between row context and filter context is the first and most important concept to learn to use DAX correctly. This article introduces the row context, and is part of a series of articles about evaluation contexts in DAX. Most newbies start writing DAX code by creating sim
·flip.it·
Row context in DAX
Filter context in DAX - SQLBI
Filter context in DAX - SQLBI
This article is part of a series of articles about the basics of DAX. In a previous article, we introduced the first evaluation context in DAX: the row context. If you are not familiar with the row …
·flip.it·
Filter context in DAX - SQLBI
Another way of overriding calculation items in tooltips
Another way of overriding calculation items in tooltips
Overriding calculation items in tooltips is not straight forward, but using calculation groups inside measures is a convenient workaround
·esbrina-ba.com·
Another way of overriding calculation items in tooltips
Script for Referential Integrity Check Measures
Script for Referential Integrity Check Measures
Making sure that you do not have referential integrity problems is not easy. The Script for Referential Integrity Check Measures will automate most of the work.
·esbrina-ba.com·
Script for Referential Integrity Check Measures
How to return BLANK instead of zero - SQLBI
How to return BLANK instead of zero - SQLBI
This article describes how to return BLANK instead of zero in a DAX measure. Using this technique, you can remove rows in a Power BI matrix visual where the
·sqlbi.com·
How to return BLANK instead of zero - SQLBI
Power BI Antipatterns #4: YEAR + MONTH
Power BI Antipatterns #4: YEAR + MONTH
How many ways there are to create a Year-Month column in DAX? In this blog post, I'll show you one bad way, one OK way, one good, and one great way.
·xxlbi.com·
Power BI Antipatterns #4: YEAR + MONTH
Multiple Measure Selector in a Chart
Multiple Measure Selector in a Chart
This post explains how to build a multiple measure selector in chart, so that only part of the measures are displayed. A calculation group makes it possible.
·esbrina-ba.com·
Multiple Measure Selector in a Chart
Extended tables - the sword by my side
Extended tables - the sword by my side
The concept of extended tables is at the core of the query performance of Power BI datasets, but it is often overlooked. This article will hopefully change this.
·minceddata.info·
Extended tables - the sword by my side
Correlation Coefficient in Power BI using DAX - Ben's Blog
Correlation Coefficient in Power BI using DAX - Ben's Blog
In this post, I will describe what is the Pearson correlation coefficient and how to implement it in Power BI using DAX. What is Correlation Coefficient The correlation coefficient is a statistical measure of the relationship between two variables; the values range between -1 and 1. A correlation of -1 shows a perfect negative correlation, a correlation of 1 shows a perfect positive correlation. A correlation of 0.0 shows no linear relationship between the movement of the two variables. How to interpret...p class="read-more"a class="btn btn-default" href="https://datakuity.com/2021/10/29/correlation-coefficient-in-power-bi-using-dax/" Read Morespan class="screen-reader-text" Read More/span/a/p
·datakuity.com·
Correlation Coefficient in Power BI using DAX - Ben's Blog
Power BI Antipatterns #3: Table functions
Power BI Antipatterns #3: Table functions
Do you think Microsoft's files always follow best practices? In this episode, I'm dissecting a DAX formula from an automatically generated Power BI file.
·xxlbi.com·
Power BI Antipatterns #3: Table functions
Best practices using SUMMARIZE and ADDCOLUMNS - SQLBI
Best practices using SUMMARIZE and ADDCOLUMNS - SQLBI
This article provides the best practice to use ADDCOLUMNS and SUMMARIZE, two functions that can be used in any DAX expression, including measures. UPDATE 20
·sqlbi.com·
Best practices using SUMMARIZE and ADDCOLUMNS - SQLBI
[PowerBi] COHORT Análisis
[PowerBi] COHORT Análisis
En anteriores posts vimos diferentes cálculos en DAX como por ejemplo conocer cuántos clientes habían efectuado su última compra hace 90 días, este cálculo permitía llegar a cierta segmentación de...
·blog.ladataweb.com.ar·
[PowerBi] COHORT Análisis
Measuring the dictionary size of a column correctly
Measuring the dictionary size of a column correctly
This article explains how to correctly measure the dictionary size of a column in a model created in Power BI, Power Pivot, or Analysis Services Tabular. When you use VertiPaq Analyzer or the data management view (DMV) to get the size of the dictionary of a column (DISCOVER_STORAGE_TABLE_COLUMNS), yo
·flip.it·
Measuring the dictionary size of a column correctly
Using ALLSELECTED in composite models - SQLBI
Using ALLSELECTED in composite models - SQLBI
Using ALLSELECTED with no arguments in a remote model later used in a composite model might produce unexpected results. In this article we examine the topic
·sqlbi.com·
Using ALLSELECTED in composite models - SQLBI