dax

dax

1079 bookmarks
Custom sorting
Notepad++
Notepad++
“Excuse me, sir, you don't need 20 men, you need Miller Banfield.  He's an expert with explosives Excel, sir. He's probably the best in England
·powerpivotpro.com·
Notepad++
Date/Time Measures
Date/Time Measures
PeriodCurrentMTDQTDYTDPY CurrentPY MTDPY QTDPY YTDYOYYOY%YOY YTDYOY% YTDPM CurrentMoMMoM%PQ CurrentQoQQoQ%
·notes.pinboard.in·
Date/Time Measures
DMV Backup DAX Studio
DMV Backup DAX Studio
select MEASURE_NAME, EXPRESSION from $SYSTEM.MDSCHEMA_MEASURES
·notes.pinboard.in·
DMV Backup DAX Studio
SQLBI - Marco Russo : Possible SWITCH Optimization in DAX – #powerpivot #dax #tabular
SQLBI - Marco Russo : Possible SWITCH Optimization in DAX – #powerpivot #dax #tabular
In one of the Advanced DAX Workshop I taught this year, I had an interesting discussion about how to optimize a SWITCH statement (which could be frequently used checking a slicer, like in the Parameter Table pattern ). Let’s start with the problem. What
·sqlblog.com·
SQLBI - Marco Russo : Possible SWITCH Optimization in DAX – #powerpivot #dax #tabular
Last Date - SQLBI
Last Date - SQLBI
For this reason, calling LASTDATE when you have a row context (as it is the case in the FILTER of the original Last Balance formula) generates a context transition, and the internal MAX function only consider the date of the current row in the accounts table during the FILTER in Last Balance.Remember: LASTDATE is a table function, which is useful to use in a filter argument of CALCULATE, whereas MAX is a scalar function, which cannot be used in a filter argument. For this reason, you can write:Units LastNonBlank := CALCULATE ( SUM ( Inventory[UnitsBalance] ), LASTNONBLANK ( 'Date'[Date...
·sqlbi.com·
Last Date - SQLBI
Nested grouping using GROUPBY vs SUMMARIZE - SQLBI
Nested grouping using GROUPBY vs SUMMARIZE - SQLBI
DAX introduced a GROUPBY function that should replace SUMMARIZE in some scenarios. This article describes how to use GROUPBY in nested grouping scenarios an
·sqlbi.com·
Nested grouping using GROUPBY vs SUMMARIZE - SQLBI
Data Analysis Expressions (DAX)
Data Analysis Expressions (DAX)
Intro Data Analysis Expressions (DAX) In Excel 2010 PowerPivot DAX: Excel data analysis functions to construct dynamic analysis custom pivots on front end
·geekswithblogs.net·
Data Analysis Expressions (DAX)
DAX: Date Calculation Tables – Intelligent SQL
DAX: Date Calculation Tables – Intelligent SQL
Some time ago, I blogged about using a date calculation dimension in a multidimensional cube, and how easy it makes doing time intelligence in a multidimensional model. 2014 seems to have started out
·intelligentsql.wordpress.com·
DAX: Date Calculation Tables – Intelligent SQL
DAX Query Syntax Reference
DAX Query Syntax Reference
DAX queries allow the user to retrieve data defined by a table expression from the xVelocity in-memory analytics engine (VertiPaq). The user can create measures as part of the query; these measures
·technet.microsoft.com·
DAX Query Syntax Reference
Handling Different Granularities – DAX Patterns
Handling Different Granularities – DAX Patterns
The Handling Different Granularities pattern is a technique to show and hide measures depending on the level of granularity of the underlying data. For example, you do not want to display a measure
·daxpatterns.com·
Handling Different Granularities – DAX Patterns
Parameter Table – DAX Patterns
Parameter Table – DAX Patterns
The Parameter Table pattern is useful when you want to add a slicer to a PivotTable and make it modify the result of some calculation, injecting parameters into DAX expressions. To use it, you must
·daxpatterns.com·
Parameter Table – DAX Patterns
Football data source tables - PowerPivotPro
Football data source tables - PowerPivotPro
Football data source tables - PowerPivotPro via Instapaper http://www.powerpivotpro.com/2009/10/football-data-source-tables/
·powerpivotpro.com·
Football data source tables - PowerPivotPro
SQLBI - Marco Russo : How CALCULATE works in DAX
SQLBI - Marco Russo : How CALCULATE works in DAX
SQLBI - Marco Russo : How CALCULATE works in DAX via Instapaper http://sqlblog.com/blogs/marco_russo/archive/2010/01/03/how-calculate-works-in-dax.aspx
·sqlblog.com·
SQLBI - Marco Russo : How CALCULATE works in DAX
Dynamic Charting In Power Pivot - PowerPivotPro
Dynamic Charting In Power Pivot - PowerPivotPro
Dynamic Charting In Power Pivot - PowerPivotPro via Instapaper http://www.powerpivotpro.com/2014/08/dynamic-charting-in-power-pivot/
·powerpivotpro.com·
Dynamic Charting In Power Pivot - PowerPivotPro
ALL() Revisited - PowerPivotPro
ALL() Revisited - PowerPivotPro
ALL() Revisited - PowerPivotPro via Instapaper http://www.powerpivotpro.com/2010/02/all-revisited/
·powerpivotpro.com·
ALL() Revisited - PowerPivotPro
Resolving Many to Many relationships leveraging DAX Cross Table Filtering
Resolving Many to Many relationships leveraging DAX Cross Table Filtering
Resolving Many to Many relationships leveraging DAX Cross Table Filtering via Instapaper https://gbrueckl.wordpress.com/2012/05/08/resolving-many-to-many-relationships-leveraging-dax-cross-table-filtering/
·gbrueckl.wordpress.com·
Resolving Many to Many relationships leveraging DAX Cross Table Filtering