MDX Create Member using dimension filters
I am trying to create a measure in MDX cube with dimension filters. The below code works.CREATE MEMBER CURRENTCUBE.[Measures].[SOda] AS([Measure].[SOda_pre],[Case].[Outage...
View ArticleMDX - Convert Columns to Rows
Hi all,I have a strange question, or maybe not, using the AdventureWorks as example, imagine I have the following query:Select {[Measures].[Internet Sales Amount],[Measures].[Internet Average Sales...
View ArticleDynamically setting Processing order in SSAS using AMO script
Hi,I am looking for a AMO script to set the processing order (sequential or parallel) while processing the cube.We have the AMO script to process the cube with all options.This is a additional...
View ArticleWhy Grand Total are not equal to above sum(list items) in cubebrowser after...
I have got Problem with my production cube ,some one try to browse the cube with a Calculated measure and slice with dimension then Grand totals are wrong then when i reprocess the cube it shows...
View ArticleCreate Dimension Member with OR
HiI am just having a mental block on how to create a calculated member based on 2 different dimensions but can't get this to work.Using Adventure works 2012IIF(([Geography].[Country]].currentmember IS...
View ArticleDistinct Count Measure causes the whole cube to become 40 times bigger
hi there: We have an existing cube which has a measure group that contains order item total, tax info and order item quantities .Now business wants to have the order count into the measure group. The...
View ArticleMDX Permission Issue
Hi,I'm user A. My user name is Domain1\UserA. I have an SSAS Cube deployed in my system. I would like to grant access to User B , whose user name would be Domain2\UserB.We are in the same network as...
View Articleclone tree node
Hi everyone.. my need is..this is the table ID | ParentGroupID | SomeValue------------------------1|-1| a2|1| b3|2| c4|-1| d5|1| e6|2| f Goal after I run a simple INSERT INTO statement like this:ID |...
View ArticleERROR: Server: The operation has been cancelled due to memory
SELECTNONEMPTYCrossJoin(Hierarchize({DrilldownLevel({ [Item].[Item Code].[All]},,,INCLUDE_CALC_MEMBERS)}), Hierarchize({DrilldownLevel({ [Item].[Item...
View ArticleErrrors when connecting to SSAS SQL cubes
Hi All. My company has connection issues when connecting to SSAS 2008 cubes from Excel 2007 (sp2) on a citrix server win2k8R2 64. (The message or signature supplied for verification has been altered...
View ArticleSSAS: Measure with different aggregation function by dimension level
Hi!I'm new in BI with SQL Server; I have a cube with a fact table named FactGastos and 4 dimensions: DimTime, DimArticles,DimPlaces, DimHomes.This is an example of the Fact Table:Year, Month, Place,...
View ArticleSSAS Tabular data localization problem
Hi All, having problem with implementing data localization in Tabular model. I'd take "AdventureWorks Tabular Model SQL 2012" model as example. There is "Product Category" table where product...
View ArticleCompare measures by dynamic Date filter.
Hello,I have Date dimension with Hierarchy Year.Quarter.Month and Measure.Amount.I would like to know if it is possible to compare measures on selected Date dimension level comparing 1 year before.For...
View ArticleSSAS 2012 Calculated Member in "hh:mm:ss" does not work
I've seen a lot of posts that suggest this should work for displaying a calculated member in hours:minutes:seconds, but it doesn't in my 2012 developer environment. I don't care that this specific...
View ArticleHow to apply sorting for each level of a hierarchy?
I'm using SSAS OLAP and I want to apply sorting of the levels of a hierarchy. I know that I can sort the whole hierarchy via ORDER function (I have some issues when I'm trying to apply DESC sorting on...
View Articleusing a set from one dimension to filter a set on another dimension without...
I have a complex mdx query. In one step within this I want to restrict the members of one set to those that have data in the cells defined by this first set and a second set on a different dimension....
View ArticleDimension Name Column Format Property SSAS 2005
I have tried entering different forms of syntax into the 'Format' property underneath the 'Name Column' property for a specific attribute within a dimension and it never seems to change the output when...
View ArticleMeasure Format String not working at all for SQL Server 2012 SSAS
Hi,I have a SSAS cube with a lot of measures but I can not get the defined measure format string to work in Excel 2010, Management Studio nor SQL Server Data Tools.I am using the format # ##0;-# ##0...
View ArticleThe MDX function failed because the coordinate for the 'PARENT ID0' attribute...
Hi, I am getting the above error when I run the MDX below, and I'm finding very little help for it in my searches. What puzzles me is that if I comment out the bolded lines, the query runs fine. I...
View ArticleSSDT 2012 Analysis Server Cube Projects and Colors of Reserved Key Words
Hello All:For the longest time since I have been developing with Microsoft tools, GREEN has always been the default color of commented text.Using SSDT for 2010, that was the case, and when developing a...
View Article