Tagged Questions
The olap-cube tag has no wiki summary.
8
votes
4answers
2k views
Any scalable OLAP database (web app scale)?
I have an application that requires analytics for different level of aggregation, and that's the OLAP workload. I want to update my database pretty frequently as well.
e.g., here is what my update ...
4
votes
3answers
115 views
Optimize top N queries
I am facing a hard time optimizing a query like
SELECT RESULT_ID FROM RESULTS
WHERE SOURCE = 1 AND GROUP=2 AND SCORE1 BETWEEN 20 AND 100
ORDER BY SCORE2 LIMIT 450;
on a 40 million rows innodb ...
3
votes
1answer
173 views
How to calculate the likely size of an OLAP cube
Does anyone know a method to use to get a rough size of an OLAP cube based on a star schema data warehouse. Something based on the number of dimensions, the number of records in the dimension tables ...
3
votes
4answers
2k views
alternatives to jpivot?
JPivot, even with all it's functionality, seems a bit outdated...
last version at http://sourceforge.net/projects/jpivot/ is from 2008-03-17...
is there any other lightweight client olap cube ...
3
votes
4answers
843 views
SSAS Cube reprocessing fails - then succeeds if I try again
So I'm basically brand new to the concept of BI, and I've inherited an existing ETL process that is a two step process:
Loads the data into a database that is only used by the cube processing
...
3
votes
2answers
2k views
How to automatically refresh sql server olap cube
I have built a cube in visual studio and deployed to SSAS. How can I get the data refreshed using a nightly sql batch job or some other means?
TIA
2
votes
1answer
46 views
Non-Additive Fact
I have a Fact Table with 10 measures. out of 10 measures 9 are aggregated at Sum level.But I have Unit Price which is a Non-Additive Fact Measure.When I go to the property of Aggregation and make it ...
2
votes
4answers
475 views
In SQL Server Business Intelligence, why would I create a report model from an OLAP cube?
In Business Intelligence Developer Studio, I'm wondering why one would want to create a report model from an OLAP cube.
As far as I understand it, OLAP cubes and report models are both ...
2
votes
1answer
1k views
What is the difference between cubes and the Unified Dimensional Model (if any)?
I'm currently researching SQL Server 2008 as a business intelligence solution, and currently looking at Analysis Services (and I'm pretty new to business intelligence as a whole...)
I'm a bit ...
1
vote
1answer
57 views
How to break date field into year, quater, month, day in FastCube (under Delphi XE2) using coding?
What I want to achieve:-
I want to add the fields such as year_mydatefield, month_mydatefield, quater_mydatefield on x-axis.
These break down fields are available during runtime in fields list, but ...
1
vote
1answer
29 views
Handling duplicate values in Business Intelligence Studio Cube dimensions
I have a Cube dimension which has a relationship between tier and market.
They are contained in the same table, with structure id, tier, market. However, when I create the dimension, it's showing ...
1
vote
1answer
64 views
How to make my SSAS cube production ready
I am developing a data warehouse + a data cube for a certain client using Microsoft technologies (SSIS, SSAS and SSRS). I have almost finished doing the data warehouse. I have created a data cube in ...
1
vote
1answer
82 views
SSAS modify server time dimension
I have a cube wich has the tipical server time dimesion (it's stored in the OLAP server, not on normal SQL server)... It has some members like month, year, 10 days,... but I want to add a new one (15 ...
1
vote
1answer
132 views
Transaction lifecycle tracking in data warehouse
How do you store facts within which data is related? And how do you configure the measure? For example, I have a data warehouse that tracks the lifecycle of an order, which changes states - ordered, ...
1
vote
1answer
437 views
MDX equivalent to SQL's GROUP BY for excluding duplicate rows
My cube has a fact table that contains a row for every modification made to any entity. What I need is a measure that will return a count of the entities based on the selected dimensions.
So if the ...
1
vote
0answers
205 views
Is there any OLAP Library for SQLite in .Net?
I would like to know is there any OLAP libray for SQLite? which will allow me to create CUBES dynamically.
Thanks,
Omky
1
vote
2answers
435 views
Help understanding OLAP MDX Query
I've been trying to learn SSAS Cubes and MDX. So far I have managed to create a cube that returns the correct data/calculations when viewed through the cube browser.
The Query Builder was used to ...
1
vote
0answers
331 views
C#.net WPF Drill Enabled OLAP Chart
Do you guys have any idea of building a chart on top of data returned from an MDX query (SSAS preferred) using c#.net, wpf? Chart should be able to be drilled down and drilled up. Any source code ...
1
vote
1answer
174 views
How to do filtered aggregations by a filter field in olap cube?
Currently I have one field in a SQL DB table called Amount. This field will be used in a Reporting Services report that uses SSAS OLAP Cube behind to display the winners and the payments. The column ...
1
vote
2answers
140 views
How to retrieve from a local offline OLAP cube the MDX query that generated it?
Any offline cube actually contains the MDX statement that generated it, how can i retrieve it's CREATE and INSERT queries?
1
vote
1answer
101 views
Adding a Relationship in olap Cube
Is possible to join a dimension to an OLAP cube using fields that do not have a foreign-key relationship in the underlying relational DB?
1
vote
3answers
296 views
MDX calculation has wrong order of precendence
Im having an issue with an MDX query, and I think it boils down to the order of precedence between calculating an aggregate and a calculated member.
Let me start with the underlying data, which ...
1
vote
1answer
134 views
Use custom authorisation on access to cube
Is it possible to use our solution's existing authentication mechanism for determining access rights to a MS Analysis services cube?
We already have a system that manages usage policies and we would ...
1
vote
1answer
539 views
Time dimension not working in SQL Server Analysis Services
My fact table has a "Date" column that I have used as a foreign key to the Time Dimension table I used SSAS to create for me in the datasource. However when I deploy the cube and browse it, adding the ...
1
vote
1answer
467 views
SSAS: How to recreate and populate time dimension SQL table
Is there any command or tool that can recreate the schema and fill the needed time data into the time dimension SQL Table for deployment reason?
I'm currently facing the issue that only during ...
1
vote
2answers
357 views
Calculated measure/dimension
I'm relatively new to MDX and am trying to accomplish what I think should be an easy thing, but I haven't found any solution.
I have a sales cube and one of the measure is profit which can be ...
1
vote
8answers
838 views
Reporting tool for OLAP, *not* OLTP!
I'm looking for a control that I can put on top of an already existing OLAP star schema to allow the user to define their own "queries" and generate reports. Right now I have some predefined reports ...
0
votes
0answers
19 views
OLAP Pivottable want to show subtotal and % of parent for filtered items
Seems like this should be pretty simple. I am delivering a SSAS 2008 cube via PivotTable in Excel, dealing with student grades per academic term per course.
Pictures are worth 1024 words, so I've ...
0
votes
0answers
9 views
Excel 2007 - Use dimension fields from OLAP cube as a value field
Working on a BI project. Some reports require ad hoc modification for additional insights by the end users. Therefore I'm trying to utilize Excel to create these reports.
However, each time I add a ...
0
votes
0answers
9 views
How can i use two fact table of same dimensions for cube creating?
I will explain the problem with example.
I have two sets of data
actual
budget
(both have same dimension here ex :Date, product, type, etc).
Both have same star schema.
The facts are margin, ...
0
votes
0answers
21 views
Is it faster to bind to a dataset or a olap cube with a devexpress pivot grid?
I know you can do both but I'm looking for speed in the devexpress pivot grid. Has anyone had any experience with the two? I know you can do both. We are pulling around 500,000 rows datatable to ...
0
votes
1answer
23 views
OLAP Dimension structure
I have Dimension "Customer". Each Customer can have some buisness units and some departmens.
I should bild 2 hierarchies: Customer->Department and Customer->Buisness Unit.
So, I also need to set key ...
0
votes
0answers
23 views
SSAS cube dimension design
Within the product dimension I have 4 attributes (SBU, Brand, Segment and Product(key) ).
Additionally I have the attribute relationships:
Product->Segment->Brand->SBU
I was wondering if within this ...
0
votes
0answers
18 views
Add a totals row to a Flex OLAPDatagrid
Anyone know if it's possible to add a 'Totals' row to a Flex OLAPDataGrid please (at the top or bottom, I don't mind).
Tks,
Alex
0
votes
1answer
68 views
SQL server agent, OLAP cube
I wanted to get your input about what to check for when processing an OLAP cube as a job in SQL Server Agent and more how to display it in Excel?
Create the Facttable(s) and Dimension tables
Create ...
0
votes
0answers
13 views
OLAP Cubes Does Not Process With Agent Job?
In my project,I use MS SQL Analysis Server. Briefly, I created a job, that runs every night to process cubes. Job is running successfully that shown in history. But OLAP Cubes were not prossed. I ...
0
votes
1answer
46 views
Who will add rows in fact table of Mondrian? Developer or Mondrian itself?
I want to ask very very basic question related to Mondrian.
I have created one fact table to build Mondrian cube. Currently that fact table does not contain any rows. So, I would like to know Who will ...
0
votes
0answers
47 views
Silverlight project Connect to Cube
For some time i was trying to connect to MS Cube in VS 2010 and use it as datasource. Just like ADO.model for example. Is it possible at all?
My company where i am at practice atm. want to use ...
0
votes
1answer
51 views
How to deploy Oracle Dimension table for OLAP Cubes
I followed First Example as well as Second Example to create Cubes in Oracle 10g.
I tried to create cube using query rewrite mechanism in Oracle 10g.
(Intailly tried to create using Analystic ...
0
votes
0answers
40 views
How to achieve currency conversion on BI system
I am developing a BI system where data is stored in one currency and the users want to be generating reports in many currencies. I have read the books and articles such this ...
0
votes
1answer
36 views
SSAS ProcessFull results in inflated aggregated data
Every night we run a full cube processing through an SSIS job that runs a script:
<Batch>
<Process>
<Type>ProcessFull</Type>
<Object>
...
0
votes
0answers
74 views
Any OLAP desktop (OSx & Win) or web client (Free or Commercial editions)?
I am looking for OLAP client to slice and dice. I need to connect with MS SSAS specifically.
I have tried enabling XMLA and evaluated following:
JPalo
Jasper
XMLA JS
None of them is close to the ...
0
votes
1answer
139 views
How to get current row value in a WITH MEMBER calculation MDX?
I would like to calculate a Measure based on the current row.
Problem is I can't find a way to get the current row in a WITH MEMBER part.
WITH MEMBER [Measures].[Test] AS AVG(
NonEmptyCrossJoin(
...
0
votes
1answer
94 views
Custom field not not going into the analysis services db
Using the process editor, I created a new field, Product (Reportable = 'Dimention').
For all the existing bugs in TFS, I assigned values for 'Product' and saved.
The big problem is that this field ...
0
votes
1answer
63 views
define measure aggregate at run time
Am using OLAP and i want to make measure functions e.g(count,max,..) to be selected by the user (to be as a filter).
Is there a way to choose measure aggregate function of a cube at run time ?
...
0
votes
1answer
47 views
SSAS Compiling Data Before Processing Into Cube
Working on my first SSAS project from scratch and hoping for some guidance.
I have seen different approaches to bringing data into a cube and wondering which is the preferred if any.
Most of the ...
0
votes
1answer
232 views
Implementing data cube in c#
I am trying to implement a multi dimensional data cube in c#. Could somebody point in the direction of resources that would serve as a starting point. I am primarily interested in data structures ...
0
votes
0answers
298 views
Silverlight MVVM, MEF and WCF RIA services
Need information and feedback to design application architecture:
Below are few high level requirements:- User should be authenticated using both windows (Intranet) (Active Directories) and forms ...
0
votes
1answer
207 views
How to get all level of data from a dimension by MDX query
how to get all sub level of data ?
If Category and Date dimensions, if they have
Category
-Sub Category
-Group
-Sub ...
0
votes
0answers
268 views
OLAP Error, Processing Cube
I m trying to process a OLAP Cube, using visual studio 2005 and SQL Server managment studio 2005, and I obtain the following error:
Date,Source,Severity,Step ID,Server,Job Name,Step Name, ...