I based an SSAS 2005 cube on a data source view comprised of views in the relational layer, nto tables with relationships. I did not use schema binding on the views. Now I need to rebuild t开发者_如何
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m currently struggling with the creation of a cube. Below is a simplified version of my relational data...
In Sql Server Management Studio once I browse a cube I can drop column fields, row fields an开发者_开发技巧d filter fields. This displays the required data.
I have an SSAS cube with limited users. I don\'t want to grant any sort of access to the cube outside of those users.
Using : Analysis Services 2008, Excel 2007 I\'ve created a Cube and am able to connect from Excel. Cube does have some Calculated Measures, Named Sets and KPIs.
with member [Measures].[BoughtDispenser] as Sum(Descendants([Customer].[Customer].CurrentMember, [Customer].[Customer]),
I am in the process of designing a new customer fact and dimensions for my warehouse. In my search for good example models I noticed something odd. No one seems to have a customer-centric fact. Every
I must first admit that I\'m new to Analysis Services but now must extend an existing complex cube with a new dimension. So its even difficult to tell where my problem is without saying that i dont ev
I try to fill a SSAS MiningModel with Data from a (local) SQL Server Table Both SQL Server and SSAS (all 2008) are on the same (devlopment machine) WinXP64.