DAX

DAX

1155 bookmarks
Custom sorting
Dynamically comparing current totals to last year totals - oxcrx34285
Dynamically comparing current totals to last year totals - oxcrx34285
One type of analysis I like to use quite often is comparing this year totals to last year totals. I want to also always make it as dynamic as possible. All I should have to do is change the context of my calculation (ie. bring in a new dimension like regions/products etc) and everything should autom...
·community.powerbi.com·
Dynamically comparing current totals to last year totals - oxcrx34285
Basket Analysis – DAX Patterns
Basket Analysis – DAX Patterns
DAX Patterns is a collection of ready-to-use data models and formulas in DAX, which is the programming language of PowerPivot. Create your Excel data model faster by using a DAX pattern!
·daxpatterns.com·
Basket Analysis – DAX Patterns
Row vs Filter Context: a Visual Guide
Row vs Filter Context: a Visual Guide
Gaining an understanding of Row and Filter Context is among the most difficult challenges facing a new DAX author. Just when you think you've got it, a problem arises and your hard-won mental model seems to crumble before your eye. For a new author this is particularly tricky in that virtually every...
·community.powerbi.com·
Row vs Filter Context: a Visual Guide
Favorite Quick & Easy DAX: Calculate Moving Averages with EARLIER - The Blend: A West Monroe Partners Blog
Favorite Quick & Easy DAX: Calculate Moving Averages with EARLIER - The Blend: A West Monroe Partners Blog
Sometimes reporting data values day-by-day can create the impression of dramatic ups and downs, when really what we want to see is the general trend of changes over time.  We need, in other words, to create a chart based on moving averages.  Such a measure is commonly used in tracking the price of stocks, but […]
·blog.westmonroepartners.com·
Favorite Quick & Easy DAX: Calculate Moving Averages with EARLIER - The Blend: A West Monroe Partners Blog
Statistical Patterns – DAX Patterns
Statistical Patterns – DAX Patterns
DAX Patterns is a collection of ready-to-use data models and formulas in DAX, which is the programming language of PowerPivot. Create your Excel data model faster by using a DAX pattern!
·daxpatterns.com·
Statistical Patterns – DAX Patterns
SQLBI - Marco Russo : Median calculation in DAX
SQLBI - Marco Russo : Median calculation in DAX
I recently discussed with Darren Gosbell about how to calculate the Median in DAX. The problem is to make the calculation using a measure, so that you can use it in a dynamic way into a PivotTable. We have a People table with three columns: Gender, Customer
·sqlblog.com·
SQLBI - Marco Russo : Median calculation in DAX