Marco Russo's Blog posts of 2014
Learn #tabular and #dax at PASS Summit 2014
During the last months I’ve seen an increasing adoption of Analysis Services Tabular (and I’m writing a longer article about a particular area of adoption which was probably not expected – more on that in a few weeks). This year at PASS Summit 2014 there Read more
Calculate the rolling average for 12 months in #DAX and a nice IF optimization
Alberto published the Rolling 12 Months Average in DAX article on SQLBI a few days ago, which includes interesting consideration about how to avoid the pitfall of touching the boundaries of the Date table, which could result in a calculation error. More Read more
Calculate New, Returning, Lost, and Recovered Customers in #dax
Calculating the number of new and returning customers is a recurring question. I would say this is a “classical” Business Intelligence problem, very common in marketing department. I worked on these problems with many customers, with small and large datasets, Read more
Basket Analysis with #dax in #powerpivot and #ssas #tabular
A few days ago I published a new article on DAX Patterns web site describing how to implement Basket Analysis in DAX. This topic is a very classical one and is also covered in the many-to-many revolution white paper. It has been also discussed in several Read more
White Paper on Analysis Services Tabular Large-scale Solution #ssas #tabular
Since the first beta of Analysis Services 2012, I worked with many companies designing and implementing solutions based on Analysis Services Tabular. I am glad that Microsoft published a white paper about a case-study using one of these scenarios: An Read more
The updated Survey pattern for Power Pivot and Tabular #powerpivot #tabular #ssas #dax
One of the first models I created for the many-to-many revolution white paper was the Survey one. At the time, it was in Analysis Services Multidimensional, and then we implemented it in Analysis Services Tabular and in Power Pivot, using the DAX language. Read more
Write DAX queries in Report Builder #ssrs #dax #ssas #tabular
If you use Report Builder with Reporting Services, you can use DAX queries even if the editor for Analysis Services provider does not support DAX syntax. In fact, the DMX editor that you can use in Visual Studio editor of Reporting Services (see a previous Read more
Tips for adapting Date table to Power View forecasting #powerview #powerbi
During the keynote of the PASS Business Analytics Conference, Amir Netz presented the new forecasting capabilities in Power View for Office 365. I immediately tried the new feature (which was immediately available, a welcome surprise in a Microsoft announcement Read more
Power Query in Modern Corporate BI–Copenhagen, June 3, 2014–#powerquery
I will be in Copenhagen to deliver the SSAS Tabular Workshop on June 2-4, 2014 (few seats still available, but hurry up!). In the same week I will be a speaker in an evening community event, MsBIP møde nr. 21 , delivering the Power Query in Modern Corporate Read more
Implement Budget Allocation in DAX for Power Pivot and Tabular #powerpivot #tabular #ssas #dax
Comparing sales and budget, or costs and budget, is a very common operation. However, it is often the case that you have different granularities for different tables containing budget and the data to compare with. There are two ways to do that: you can Read more