Questions tagged [cube-dimension]

A cube dimension is a structural attribute of a Cube that is a list of related names–known as Members–all of which belong to a similar category in the user’s perception of a data.

A dimension is a structural attribute of a cube that is a list of members, all of which are of a similar type in the user's perception of the data.

For example, all months, quarters, years, etc., make up a time dimension; likewise all cities, regions, countries, etc., make up a geography dimension.

A dimension acts as an index for identifying values within a multi-dimensional array. It allows to filter or group data.

Flat or hierarchical dimension

A flat dimension is one which only has one level, for example a region dimension that only has cities. However it's usual to define dimensions which include several levels, which build up a tree. For example you can have several cities which belong to the same region, and then several regions which belong to the same conuntry. In this case the geographical dimension has a tree structure, and this is a hierarchical dimension.

Slicing

If you show the cube data in a table, a matrix or a chart, you can include dimensions in the rows or columns or chart axes to partition the data.

Filtering

You can select a member, or several memebers of the dimensions which are not included in the table matrix or chart to limit the data which is shown.

If one member of a dimension is selected, the data shown will correspond only to the selected member.

16 questions
5
votes
1 answer

SQL Analysis Services OLAP TIME dimension

Hi i'm struggling with adding time dimension to OLAP cube. I can get everything in cube to work except date. In my source data view I have datetime column. I go by using Dimensions->New Dimension->Generate time dimension on the server. I end up with…
Pavel
  • 383
  • 3
  • 6
3
votes
1 answer

Date dimension has stopped processing in OLAP cube

Little bit of background, we have an OLAP system that has been happily processing it's cube for a customer for a long time. Then recently it started to fail. This has coincided with the main developer accidentally getting married and making himself…
Chris Kemp
  • 2,069
  • 2
  • 18
  • 27
3
votes
2 answers

Referential Integrity error with dimension processing for cube

One of our production cube failed with the following error message: Source: Analysis Services Execute DDL Task Analysis Services Execute DDL Task Description: Errors in the OLAP storage engine: The attribute key cannot be found when…
Sparky
  • 743
  • 6
  • 15
  • 28
2
votes
1 answer

Date/Time Dimension in Cube

I have a Date Dimension called Dim_Date in my Data Warehouse. Now the issue is that my Date Dimension is only populated till 31st Dec 2011. My cube is built in SSAS. Is there any way I can populate my Date Dim for another 5 years? When I try to…
ace_mccloud
  • 497
  • 1
  • 8
  • 25
2
votes
2 answers

changing default hierarchy of Cube dimension

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 hierarchy to another hierarchy.
paranjai
  • 531
  • 2
  • 5
  • 26
2
votes
1 answer

million rows dimension in ssas cube

I have a large dimension in my cube which has 5 million rows. when I drag that dimension column in excel to view metric value it times out. Is there any way I can limit the data dynamically or selecting only top 10K rows when that large dimension is…
user1220540
  • 39
  • 2
  • 8
1
vote
0 answers

Cube functions: cubeset to retrieve column names instead of members

Hopefully someone can help me with the following. In Excel, I want to retrieve column names from a certain dimension table, similarly to how you can retrieve members using the CUBESET function. When I use CUBESET to retrieve members, the formula…
Lisa
  • 11
  • 2
1
vote
1 answer

"string was not recognized as a valid datetime" when building schema with wizard

I've used the Cube Design wizard to design an SSAS cube, using top down approach, i.e. creating the cube before the relational database exists. After finishing the cube design, which includes a time dimension, I've tried to run the "Database" >…
JotaBe
  • 38,030
  • 8
  • 98
  • 117
1
vote
1 answer

Blank dimension names while browsing SSAS cube

I recently started encountering strange problem as shown in image below. While browsing a SSAS cube, the Dimension Names appear blank. Dimension: I have [Date].[Calendar Month].[Month] Measure: [Services in 3 days] After I run a query like…
Merin Nakarmi
  • 3,148
  • 3
  • 35
  • 42
1
vote
1 answer

Extract data from a cube's dimension created from a View

We have imported an SQL View table into a dimension. We already programmed a connector that talks with data cubes (MDX queries). That said, the view we originally imported contains all the raw data we need to query. Problem is, the MDX client…
Tommy Dubé-Leblanc
  • 317
  • 1
  • 7
  • 20
0
votes
1 answer

OLAP Hierarchy Creation

I have a dimension name is 'Material' that have attributes: Material Type Letter1 Letter2 Material Name Material ObjectId I want to create an hierarchy like Material Type Letter 1 Letter 2 Material Example like : Inventory of…
Tuğba
  • 73
  • 1
  • 11
0
votes
1 answer

OLAP cube: Parent-Child Dimension with multiple parents

I had Customers dimension in my cube, linked with Fact table by CustomerId. Now I got new table that describes parent-child relation for these Customers. New table has just to columns: CustomerId and ParentId. I need to include this hierarchy into…
Roman
  • 391
  • 2
  • 4
  • 17
0
votes
1 answer

Dimension Security in OLAP Cubes

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 a role , I see correct location for that role. But,…
0
votes
0 answers

Dimension in cube but not in the project SSAS

I found out that my cube contains dimension, which i cannot find in the database project. I cannot alter the dimension now. How is this possible?
user1800552
  • 370
  • 4
  • 18
0
votes
2 answers

Cube Dimension loads very slow

I have a cube that has a dimension that is roughly 100,000 rows. It runs extremely slow, and i am not sure what direction to go to fix the problem. I have created partitions for the measures, and the the aggregates seem to run just fine. I can…
John
  • 475
  • 1
  • 12
  • 23
1
2