Marco Russo's Blog
View full profileUsing SSAS 2005/2008 as PowerPivot Data Source: Measures Are Imported as Text Columns
Every measure imported from a SSAS cube is imported as a Text column instead of as a Numeric column. This is very annoying because users are used to use SSAS data with rich metadata, and a measure is usually numeric. Moreover, the standard aggregation Read more
Using SSAS 2005/2008 as PowerPivot Data Source: Direct MDX
If you write direct MDX queries using SSAS 2005/2008 as a PowerPivot data source, it is better if you prepare your MDX query by using another editor. For example, write and test your MDX query by using SQL Server Management Studio and then copy & Read more
Using SSAS 2005/2008 as PowerPivot Data Source: Query Designer
The query designer in PowerPivot has a few limitations that require the manual modification of the MDX query to get data that are often needed to create a PowerPivot model that compares data from cube with data from other sources (like Excel workbooks Read more
Using SSAS 2005/2008 as PowerPivot Data Source: Calculated Members
A general problem of any cube is the way PowerPivot handles calculated members. From a technical point of view, it is absolutely correct that PowerPivot imports the result of a calculated member evaluated at the granularity of the query result. However, Read more
Rough Cuts of the PowerPivot book available!
If you are curious to look at the upcoming book Microsoft PowerPivot for Excel 2010: Give Your Data Meaning that I wrote with Alberto , you can see the first 4 chapters in draft format through the “ Rough Cuts ” initiative by O’Reilly. I’d like to get Read more
Importing data from Analysis Services 2000 to PowerPivot
Companies that have cubes on Analysis Services 2000 and still have not completed a migration to SSAS 2005/2008 might be interested in connecting to AS2000 from PowerPivot. Unfortunately, there are several limitations about using AS2000 as a data source Read more
Importing data from Analysis Services 2000/2005/2008 to PowerPivot
In the next 2 to 3 weeks I will publish a few blog posts about importing data to PowerPivot using Analysis Services as a data source. This is something I studied a lot during the beta test of PowerPivot and it is not a topic that has a place in the upcoming Read more
SQLBI Methodology at 24 Hours of PASS
Did you missed our SQLBI Methodology session at PASS Summit 2009? Don’t worry. We will make the show again, live and directly on your PC – for free! On September 15 and 16 there will be a new edition of 24 Hours of PASS . I and Alberto will show SQLBI Read more
The Parallel Loop Task in SSIS
I really don’t like to use the blog as an advertising tool, but sometimes I feel the need to mention third party products because I thing they are interesting enough. Today I discovered that CozyRoc implemented the Parallel Loop Task in SSIS . This is Read more
Median calculation in DAX
I recently discussed with Darren Gosbell about how to calculate the Median in DAX. The problem is to make the calculation using a measure, so that you can use it in a dynamic way into a PivotTable. We have a People table with three columns: Gender, Customer Read more