User-Defined Fields on Analysis Cubes

Last post 04-21-2008 8:52 AM by Nelsona. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 04-21-2008 7:38 AM

    User-Defined Fields on Analysis Cubes

     Hello everyone,

    Does anyone here know how to add user-defined fields to the pivot tables created on Analysis Cubes?

    Thanks in advance!
    Nelson

  • 04-21-2008 8:03 AM In reply to

    Re: User-Defined Fields on Analysis Cubes

    Unfortunately, the only ways to add additional fields to the Analysis Cubes for Excel cubes require developer skills. 

     There are two ways of doing this:

    1. Modify the original cubes.  Microsoft does provide for download the original project source for these analysis cubes.  You can find it on Partnersource, and I would assume also on customersource.  Do a search for analysis cubes.  This method isn't always the right choice.  I would tend to choose this method if the data set behind the cube is very large (let's say 10+ or 20+ GB of data).  This is the more efficient method.  However, this is also more difficult to upgrade.  When Microsoft releases a fix or upgrade, these changes will probably have to be recreated.
    2. Create a Virtual Cube.  SQL Analysis Services allows you to create a virtual cube based on a physical cube.  In this case,you can create a "Sales With Details" cube, which is based upon Microsoft's Sales cube, but adds in additional details, like some custom user defined fields.  The benefit is that this would be more likely to ugprade easily, but it will be lower performance since the entire cube will not be processed as a whole.  I'm not absolutely sure of this, but this is my understanding.

    I hope this helps.  Take care.

    orRon Draganowski
    Senior Solution Developer
    Olsen Thielen Technologies, Inc.
    rdrag@ottechnologies.com
    www.ottechnologies.com
     

     

    Find me on LinkedIn: http://www.linkedin.com/in/rondraganowski 

     

  • 04-21-2008 8:52 AM In reply to

    Re: User-Defined Fields on Analysis Cubes

    Thanks for the prompt reply, Ron. I will give these a try! 

Page 1 of 1 (3 items)