IF and Filter are Different! Be Careful (DAX) | RADACAD

DAX
The Latest and Best Way to Catch/Capture/Inspect Slicer Selections - PowerPivotPro
This is actually the fifth post on Slicers, which means that it’s something that keeps coming up and that its something important to learn.
EARLIER Function (DAX)
ALL Function (DAX)
Adjust a Date Measure based on a select a row from a Slicer selection
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...
Market Basket Analysis using Power BI – business intelligist
It’s been almost two years since I posted about the CONCATENATEX() DAX function here. At the end of that post I promised to publish a tutorial on how one might do Market Basket analysi…
Regression in Power BI – Power BI Pro
Experiments in Linear Regression, Part 2 - PowerPivotPro
<< Back to Part 1 Download this workbook Here The Formula for the Slope of a Linear Regression Line. It’s Greek to Me.(Get it? Gree
Power BI: Correlation, Seasonality and Forecasting - TechNet Articles - United States (English) - TechNet Wiki
Technical articles, content and resources for IT Professionals working in Microsoft technologies
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!
explains how to use DAX Query tables instead of a more complex nested SUMX approach
Uses for DAX as a Query Language - Excelerator BI
Lookup multiple values in DAX - SQLBI
This article describes different techniques to retrieve multiple values from a lookup table in DAX, improving code readability and performance. There are a
DAX Expressions Cheat Sheet
Jumpstart your DAX development with this helpful cheat sheet.
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...
KPIs in Easy Profit and Loss for PowerBI – The BIccountant
KPI for easy Profit and Loss in PowerBI as the last part of my series: Learn how to write them for columns and rows with minimal efford.
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 […]
The Correct Usage of EARLIER() - PowerPivotPro
Egg on My Face For Improper Use of EARLIER() Tonight I was looking at one of my recent posts, the one about “fuzzy” time relationships in calculated
Tracking Performance After an Event or Treatment - PowerPivotPro
“…then they start thinking that, ‘where there’s smoke there’s fire’ logic…” Continuing the Impromptu Series of Simple Real World Examples The Mr. Ex
Can EARLIER be used in DAX measures? | Javier Guillén
EARLIER is a DAX function that acts exclusively on row context, and its purpose is to create a reference to a column value on an outer loop of the evaluation of the expression. It is commonly use…
Using Variables within DAX – Power BI Tips and Tricks
Throwing a Curve at the Power BI Line Chart | DataVeld
Last month, I explored how to take a Power BI area chart and make it into a unique “new” chart type using only data and DAX formulas. The line chart is also a candidate for a bit more f…
Alternative use of FIRSTNONBLANK and LASTNONBLANK
You might have used FIRSTNONBLANK and LASTNONBLANK in semi-additive measures, but you might not be aware that their use is not limited to time intelligence
Please help me to think this out: How to calculate 'reactivations' in DAX?
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!
Calculating Median in PowerPivot using DAX | Gerhard Brueckl's BI Blog
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
Power BI Desktop/DAX – Using Unicode (Arrows) as Measures in a Table – Gilbert Quevauvilliers – BI blog
I was helping out in the Power BI Community and I came across the following requirement. The user had sales figures and based on the Previous month, they wanted to have an arrow showing if it was u…
SUMX() - The 5-point palm, exploding fxn technique - PowerPivotPro
“AGAIN!” -Pai Mei SUMX() – the great iterator Have you ever written an array formula in Excel? (Don’t worry