DAX

DAX

1155 bookmarks
Custom sorting
Optimizing time intelligence in DirectQuery - SQLBI
Optimizing time intelligence in DirectQuery - SQLBI
This article describes how to optimize time intelligence calculations with DirectQuery over SQL in Power BI by avoiding time intelligence DAX functions. NOT
·sqlbi.com·
Optimizing time intelligence in DirectQuery - SQLBI
Streak Analysis – From DAX to Reporting
Streak Analysis – From DAX to Reporting
If you are trying to manage customer or employee engagement, but have no quantitative understanding of impressions, engagements, and conversions, then you have zero grasp of your reach. If basics a…
·businessintelligist.com·
Streak Analysis – From DAX to Reporting
DAX measure Top N ranking with drill down - Ben's Blog
DAX measure Top N ranking with drill down - Ben's Blog
In this short post, we will explore how to create a DAX measure for Top N ranking with drill down. Purpose of this DAX Measure In many business scenarios, understanding the performance of products at different levels of a hierarchy (such as Category, SubCategory, and Product) is crucial. The ‘Top N Ranking with Drill Down’ measure in DAX allows users to dynamically rank products at each level of this hierarchy based on their sales performance. This dynamic capability means that...p class="read-more"a class="btn btn-default" href="https://datakuity.com/2024/01/23/dax-measure-top-n-ranking-with-drill-down/" Read Morespan class="screen-reader-text" Read More/span/a/p
·datakuity.com·
DAX measure Top N ranking with drill down - Ben's Blog
Replacing relationships with join functions in DAX - SQLBI
Replacing relationships with join functions in DAX - SQLBI
This article describes how to join tables in DAX when there are no relationships in the data model. The data lineage plays an essential role in this scenari
·sqlbi.com·
Replacing relationships with join functions in DAX - SQLBI
Using join functions in DAX - SQLBI
Using join functions in DAX - SQLBI
This article describes the practical uses of NATURALLEFTOUTERJOIN and NATURALINNERJOIN in DAX. These functions are not commonly used in DAX because they do
·sqlbi.com·
Using join functions in DAX - SQLBI
Deep dive into DAX query view and writing DAX queries
Deep dive into DAX query view and writing DAX queries
In November 2023 release we added a new fourth view in public preview to Power BI Desktop, the DAX query view! The DAX query view gives you the ability to write, edit, and see the results of Data Analysis Expressions or DAX queries on your semantic model. Finally, you can now take advantage of the existing DAX queries syntax while working with your semantic model without leaving Power BI Desktop.
·powerbi.microsoft.com·
Deep dive into DAX query view and writing DAX queries
7 DAX Golden Rules You Must Not Ignore - Goodly
7 DAX Golden Rules You Must Not Ignore - Goodly
In this blog, I will share 7 golden rules for writing DAX formulas that will help you create more sophisticated and effective calculations.
·goodly.co.in·
7 DAX Golden Rules You Must Not Ignore - Goodly
Optimizing callbacks in a SUMX iterator - SQLBI
Optimizing callbacks in a SUMX iterator - SQLBI
This article explains a typical pattern to optimize a SUMX iterator by reducing the number of callbacks in the expression. Pushing calculations down to the
·sqlbi.com·
Optimizing callbacks in a SUMX iterator - SQLBI
When can I use OFFSET DAX function in Power BI
When can I use OFFSET DAX function in Power BI
In this writing, I like to share what I have learned about OFFSET DAX function, that recently came out to the world, but not yet documented on https://learn.microsoft.com/en-us/dax/ as of today. When I face the situation to measure date-intelligence-related business requirement, I use SAMEPERIODLASTYEAR, DATESINPERIOD, DATEADD, and so many other time intelligence DAX functions, if a business is using normal & general calendar table. Or, I use FILTER, MIN, MAX, and some other DAX functions, if
·jihwankimcscp.wixsite.com·
When can I use OFFSET DAX function in Power BI
Blogs
Blogs
Analyze, visualize, and report on your data using 92 new DAX functions when creating measures in Power Pivot.
·insider.office.com·
Blogs
Major Update to Power Pivot
Major Update to Power Pivot
I have been blogging about DAX since before Power BI was a product; I started back in 2014 and Power BI was first released as generally available in mid 2015.  Until about 2017, the only way you could build a commercially viable production reporting tool that used DAX was via [...]Read More »
·exceleratorbi.com.au·
Major Update to Power Pivot
Introducing RANKX in DAX - SQLBI
Introducing RANKX in DAX - SQLBI
RANKX is a simple function used to rank a value within a list of values. Its use is simple, but it can be a source of frustration for newbies. In this artic
·sqlbi.com·
Introducing RANKX in DAX - SQLBI