Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Browsing all 1341 articles
Browse latest View live

MDX Query Freezes when reading partition

Hello,I'm very new to MDX, but I'm investigating a performance issue and I'm hoping someone can help point me in the right direction. An MDX query is reading from a partitioned measure group. In the...

View Article


The sub-total and total indicators must be retrieved by MDX in the cube.

I have a MDX Query like this : [code="sql"]WITH MEMBER [Number of incoming mails] AS ([Measures].[Ind_01_S - Number of incoming mails in Stock mode]) MEMBER [Number of coupons received from mailing...

View Article


Infinite recursion detected. The loop of dependencies is: .

I have been fighting this for a couple days now, and not able to find anything online (for this service pack). Anyone have any thoughts on where to look?Problem:I try a drill through action. I try from...

View Article

MDX Newbie: How to combine some members to create a new member at same level...

I have a Dimension Items with first level ItemType.I want to create a member which combines some of the existing members.For example, I have members [Items].[ItemType].Deposit and...

View Article

Cube dimension listings

I'm trying to recreate an old SSAS 2000 cube in 2008, and I've got most everything done. The problem is that when I try and view the thing in Excel or the PivotTable IE plugin, the field listing...

View Article


Can i convert select statment of an mdx query into an calculated member

Please find the select query as belowSELECT {[Measures].[SO Actual Qty],[Measures].[Estimated Value]} ON COLUMNS,([Business Unit].[Business Unit].[Business Unit].ALLMEMBERS ) ON ROWS FROM...

View Article

Please help with the mdx query

Below is the calculated member[Estimated Value]=IIf([Measures].[PRC]=0,null,Sum([Product].[MM#].members-[Product].[MM#].[All],[Measures].[PRC])/[Measures].[MM Count])SELECT {[Measures].[SO Actual...

View Article

Downgrading SSAS 2008 Enterprise to SSAS 2008 Standard

I need to downgrade my existing SSAS 2008R2 Enterprise to Standard Edition. Has anyone ever done this and is there any kind of procedure I can follow?

View Article


ssas security and partition modes

I am working with ssas cube which has only one partition and that is set to ROLAP.I have created windows user 'abc' and is mapped to database role in BIDS.I have denied this user few tables in...

View Article


PLEASE HELP ME !!! MDX COUNT DISTINCT

Hi experts,I need your help.I have a cube with 3 dimensions- DimProduct with 3 hierarchies - Category - Sub Category - Product- DimClients with 1 hierarchy- DimDate with 1 hierarchyAnd 1 Measure :...

View Article

User defined heirchy levels and Excel Pivot Table

SSAS 2008 R2Excel 2010In SSQL Management Studio connected to an SSAS instance i am able to browse a cube. I can drag a single level of a user defined hierarchy onto the active area and have only that...

View Article

DAX

I trying to create a type of inverse filter using DAX. For Ex:[b][u]Filter Table[/u][/b][u]Column1[/u]ABCIf a user filters by A, then a can catch that in my fact table like...

View Article

How to Define a schema for the fact table, and the dimensional tables in SQL...

I am very new to Data warehouse and OLAP, and I dont know how to create OLAP database from a relational schema.For example, I have a schema like this:[quote]Student (Id, Name, Addr, Status)Professor...

View Article


Dimension merge after migration

Hi, I'm going through a process of moving all our Cubes\DB's from SQL2000 to SQL2008 R2 (both SQL Server & SSAS). So far I've been able to move many using the migrationwizard.exe and process them...

View Article

Named sets on time dimension

Hi, I wonder if you can helpI have created a Dynamic Named Set on the cube's Time dimension that returns the last six monthsCreate Dynamic Set CurrentCube.[Last 6 Months]As {Tail([Time].[Fiscal...

View Article


Record count/hash compare

Hi guys, have any of you ever put a structure/solution in place so you can audit a cube? Being able to reconcile between source, stageing,DW and finally the cube.If so how have you done it?My thoughts...

View Article

2008 - Cubes and Drilling Down

I have an extraction from our ERP system called FinancialDetails that has the following columns:DatePosted (linked to dimension)ChargeType (linked to dimension)DeptCharged (linked to dimension)Text...

View Article


User access issue

Hi everyone,I am trying to allow a user to read a cube, and I add him to the one and only role that is set up for the cube and he still doesn't see the cube. I add him to another cube on the same...

View Article

An MDX count operation doesn't listen to Excel Filter

I'd like to be able to create a semi-additive measure using SSAS Standard Edition.I have a measure that I want to divide by the number of time periods.To determine the number of time periods, I created...

View Article

Drill down with caculation different for each level

In a cube I have a measure that is aggregated in function of its level in the hierachy : for exemple my hierachy is Year, Quarter, Month.The aggregated value on Year is the sum of the values of first...

View Article
Browsing all 1341 articles
Browse latest View live