Many to Many Relationships in DAX Explained - Excelerator BI

dax
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
Visualize dependencies between your DAX measures: DAX-VizArt-Wizard – The BIccountant
This DAX-VizArt-Wizard vizualizes dependencies between your DAX measures, shows the definition of all related measures and shows differences between the measures of 2 models/versions. This works for Power Pivot, Power BI (…) Read more
Getting Started with DAX Studio - Excelerator BI
Fiscal Periods, Tabular Models and Time-Intelligence
Search for distinct word DAX formula
This should work: =IF(IFERROR(SEARCH("Chrome",[SoftwareName]),-1)
Date/Time Measures
PeriodCurrentMTDQTDYTDPY CurrentPY MTDPY QTDPY YTDYOYYOY%YOY YTDYOY% YTDPM CurrentMoMMoM%PQ CurrentQoQQoQ%
New features in Power Pivot Utils v 1.05: list unused columns #powerpivot #dax
SQLBI is a blog dedicated to building Business Intelligence solutions with SQL Server. You can follow me on Twitter: @marcorus The latest version of Power Pivot Utils v 1.05 has a new feature that
DMV Backup DAX Studio
select MEASURE_NAME, EXPRESSION from $SYSTEM.MDSCHEMA_MEASURES
BI Future Blog: PowerPivot : Backing up your measures
Introduction A small blogpost about backing up your DAX Measures of PowerPivot in Excel 2013. Although PowerPivot is a great tool, it can ...
A way to group date-based measures into a single field
It's all too easy in SSAS Tabular to suffer from measure overload: A typical set of date-based measures created in the course of setting up a tabular model. Wouldn't it be nice if you could group
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
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...
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
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
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
Implementing a ‘Time Calculations’ Dimension in Tabular via DAX | Salvo(z)
A common request from business users is
Simplifying Time Calculations and the User Experience using Disconnected Slicers - PowerPivotPro
Guest Post by Jeff Lingen [LinkedIn] We don
Year to Date in Previous/Prior Year - PowerPivotPro
YTD is easy with
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
Use slicers to select the facts in a pivot chart | Erik Svensen
In one of my previous posts link
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
Using Parameters in Power Query Extracts | Devin Knight
Introduction By now you have likely heard a little about Power Query (formally known as Data Explorer).
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
Football data source tables - PowerPivotPro
Football data source tables - PowerPivotPro via Instapaper http://www.powerpivotpro.com/2009/10/football-data-source-tables/
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
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/
Writing a RANK measure (and living to tell the tale) - PowerPivotPro
Writing a RANK measure (and living to tell the tale) - PowerPivotPro via Instapaper http://www.powerpivotpro.com/2010/03/writing-a-rank-measure-and-living-to-tell-the-tale/
ALL() Revisited - PowerPivotPro
ALL() Revisited - PowerPivotPro via Instapaper http://www.powerpivotpro.com/2010/02/all-revisited/
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/