Grouping Transactions by Age of Customers in DAX
Grouping transactions by customers’ age requires a computation made row by row at transaction level. DAX offers an elegant solution… Read More »
Grouping transactions by customers’ age requires a computation made row by row at transaction level. DAX offers an elegant solution… Read More »
The DAX language provides several Time Intelligence functions that simplify writing calculations such as year-to-date (YTD), year-over-year (YOY) and so… Read More »
When you use Excel to connect to a Tabular database in Analysis Services, you get a PivotTable as a result.… Read More »
In PowerPivot for Excel 2010 it is possible to import an Excel table in a PowerPivot data model by using… Read More »
With the modern editors that have automatic code formatting features, each one has its own code formatting style. Usually there… Read More »
Several Time Intelligence functions in DAX use a <dates> argument, which has a special behavior because it can be expressed… Read More »
Everyone using DAX is probably used to SQL query language. Because of the similarities between the Tabular data modeling and… Read More »
SQL 2012 gives you two different xVelocity engines, with different capabilities and different scenarios of implementation, the paper will help… Read More »
PowerPivot and Analysis Services 2012 Tabular do not support many-to-many (M2M) relationship directly in the data model. However, you can… Read More »
DAX is the new language used by PowerPivot and Analysis Services in Tabular mode and it resembles the syntax of… Read More »
Hierarchy handling in DAX is not very easy, due to the fact that hierarchies, unlike it was in MDX, are… Read More »
PowerPivot and BISM Tabular handle relationships between tables by using a single column that requires to be a unique column… Read More »
If you want to execute a DAX query from your code to a Tabular model, you might think that an… Read More »
When you design a data model for Tabular you should pay attention to a though topic, which is that of… Read More »
In DAX string comparison requires you more attention than in SQL, for several reasons: DAX doesn’t offer the same set… Read More »
Using DAX as a query language you will lack a fundamental feature like projection. In fact, DAX allows you add… Read More »
We presented a few session at SQLBits and the video of these sessions are available. This is the list of… Read More »
A BISM Tabular model can be queried by using both MDX and DAX. These two different languages rely on different… Read More »
Having read this question on the mdsn blogs, I investigated on the KEEPFILTERS function and, after having learned it, it is… Read More »