0
votes
1answer
24 views
Postgresql for OLAP
Does anyone have experience of using postgresql for an OLAP setup, using cubes against the database etc. Having come across a number of idiosyncracies when using MySql for OLAP, are there reasons in …
0
votes
1answer
19 views
MDX - Filtering a Measure (or Removing Outliers)
Say I have a measure, foo, in a cube, and I have a reporting requirement that users want to see the following measures in a report:
total foo
total foo excluding instances where foo > 10
total foo …
0
votes
2answers
34 views
Cube design - ROLAP considerations vs. MOLAP
Does anyone have resources that give a list of things to consider when designing a ROLAP cube, as opposed to MOLAP (I'm doing it in Pentaho, but I guess the principles are not dis-similar for other …
0
votes
1answer
20 views
Dimension Security in OLAP Cubes
Hi ,
I have defined dimension security in my OLAP cube by creating roles and assigning users to each roles. Each user in a role can only see the location they belong to.
When I browse the cube using …
0
votes
1answer
24 views
changing default hierarchy of Cube dimension
Hi ,
I have created Dealer dimension in SSAS 2005 and it has 3 hierarchies. By default the hierarchy created first is the default hierarchy of the dimension.
Is there any way to change the default …
0
votes
0answers
8 views
SSAS data sourcing with Netezza
We were extracting data out of Netezza into txt files, loading into SQL Server and processing our SSAS cube(s) from there.
We want to change that and load the cube directly from Netezza.
What are …
0
votes
0answers
14 views
Condensed Cube - Does it store by using array?
Hi everyone!
I've been studying the paper condensed cube: the effective approach to reduce the cube size and i have a question, does the min-cube or bu-bst cube store the data by using array?
or …
0
votes
0answers
59 views
SSAS 2008 Linked Cube / Dynamic Data Set gives bizarre totals - MDX fun
Hi,
We have a two-cube solution built in AS 2008 that works like this: an Industry cube that contains Widget data for all clients, and a Client cube that contains Widget data & shares several …
0
votes
3answers
321 views
Silverlight OLAP Data Grid?
Hi there,
Is there any control around where I can have something like Flex OLAP Data Grid for Silverlight?
I tried to create one on my own, but hitting the wall all the time, if there aren't …
0
votes
1answer
118 views
Calculated members: SSAS
In the "Calculations" tab of an SSAS cube project, does "Measures" dimension represent all measures within the measure groups as well?
For instance:
Patron Revenue has measures actual win, cash in, …
0
votes
0answers
39 views
Cube Configuration
On "Cube Configuration" page of Project Server, you have the option to add enterprise fields to the cube as dimensions. When you select the option "Assignment" from the cube drop down, you are given a …
0
votes
2answers
107 views
what if a fact table/view is a template(meant to contain only table structure but no data)?
I noticed that the fact tables used in a cube were actually views. Infact they were the templates of the fact tables (i noticed it in the script that "where 1=2" was used for the fact-views).
So, if …
0
votes
1answer
53 views
how to figure out which columns in the fact table are used for calculating measures in an OLAP cube?
I have to verify that olap cube data and the data from relational tables from where a cube is built is correct.
And I will do so by writing the TSQL queries and compare the values with that of cube.
…
0
votes
2answers
152 views
Is there any way to use LINQ for MDX queries?
Anyone know if there are plans for LINQ to MDX .
Does any way currently exist to use LINQ with MDX / CUBES
0
votes
3answers
157 views
Can an OLAP cube be constructed where the details of the model are not known in advance?
Pardon me for the woolly question - I'm not really that familiar with OLAP & cubes. Let me explain my situation...
I'd like to build a database to store questionnaire results, where there might …
