The Many-to-Many Revolution 2.0
SQL Server Analysis Services introduced modeling many-to-many relationships between dimensions in version 2005. At a first glance, we may tend… Learn More »
SQL Server Analysis Services introduced modeling many-to-many relationships between dimensions in version 2005. At a first glance, we may tend… Learn More »
The SQLBI Methodology defines architecture and implementation of advanced BI solutions using Microsoft SQL Server, SQL Server Analysis Services and… Learn More »
In Analysis Services 2012 you can process a table in a Tabular model by several ways: you can process the… Learn More »
Memory settings in Analysis Services might be an important tuning of a correct setup, both for production and developer machines.… Learn More »
VertiPaq is the internal column-based database engine used by PowerPivot and BISM Tabular models. High cardinality columns might be the… Learn More »
PowerPivot and BISM Tabular handle relationships between tables by using a single column that requires to be a unique column… Learn More »
If you want to execute a DAX query from your code to a Tabular model, you might think that an… Learn More »
When you design a data model for Tabular you should pay attention to a though topic, which is that of… Learn More »
In DAX string comparison requires you more attention than in SQL, for several reasons: DAX doesn’t offer the same set… Learn More »
Using DAX as a query language you will lack a fundamental feature like projection. In fact, DAX allows you add… Learn More »
Calculating a ratio in DAX is relatively simple in case the underlying data model is a star schema, but you… Learn More »
Sorting a column by using another column is one of the nice features of the new version of PowerPivot introduced… Learn More »
We presented a few session at SQLBits and the video of these sessions are available. This is the list of… Learn More »
A BISM Tabular model can be queried by using both MDX and DAX. These two different languages rely on different… Learn More »
Using Visual Studio to author SSAS Multidimensional projects, I was used to copy the project, deploy it with another name… Learn More »
Having read this question on the mdsn blogs, I investigated on the KEEPFILTERS function and, after having learned it, it is… Learn More »
In many workshops and sessions about PowerPivot the most frequently asked question has always been: how can I automate the PowerPivot Data… Learn More »
In PowerPivot you can import data from several sources and it is often the case that you import a DateTime… Learn More »
In an Analysis Services cube you can define drillthrough actions on a cube. This feature has been working since SQL… Learn More »
Year-To-Date and Difference-Over-Previos-Year (or Year-Over-Year Growth) are among the most required features of any user. Some OLAP client (like ProClarity)… Learn More »