Do there exist any (ideally free or open-source) tools for performing OLAP analyses on arbitrary tables in a relational database, without requiring any advance specification of dimensional hiera开发者
I have just started tinkering with MS SQL Analysis Services. For a start, I\'m creating one cube from sales detail table. For the dimensions I have created ProductDim from product master table, Locati
I have read that a staging table should be an exact column by column mat开发者_如何学Cch of its target table in the dw. If that is the case, after populating the staging table is it best practice to n
I\'m currently trying create a service that will return results of a OLAP cube query in a C#/ WCF data service.I am doing this to gain complete programmatic control over how the OLAP results are seria
I\'m trying to write a calculated member that will roll up along a dimension based on the selected values provided on the axes.
I\'m trying to get the following data from a TFS OLAP cube in a single query [Work Item].[System_ID] | [Work Item].[System_Title] | [Measures].[BaselineWork]
I am an OLAP/MDX newbie so pardon me if this is too obvious of a question. I am trying to define a MDX calculated member which will SUM the values from a dimension property but unable to do so. I am
Hi i\'m struggling with adding time dimension to OLAP cube. I can get everything in cube to work except date.
I\'m trying to figure out how I can create a calculated measure that produces a count of only unique facts in my fact table. My fact table basically stores events from a historical perspective. But I
I\'m new to SSAS and I\'m not sure how to heavily customize a measure开发者_运维知识库. My fact table stores every change (events like created new page or deleted page).