Cannot deploy SSAS cube after removing a Dimension Attribute
I am attempting to simulate an SSAS cube release on a test database before releasing the changes live. I would like to deploy and process a copy of the current production cube and deploy the updated...
View ArticleAGGREGATE not working for CALCULATED MEASURE
Hello,I have one calculated measure in a cube that does something like:CREATE MEMBER CURRENTCUBE.[Measures].[MY CALC] AS IIF([Measures].[C] = 0, NULL, [Measures].[B] / [Measures].[C]),...
View ArticleMDX expression issue
Hi,I have the below MDX expression and both of them can bring the same result set.Exp1: ([Measures].[Reseller Sales Amount],[Product].[Category].CURRENTMEMBER)/([Measures].[Reseller Sales...
View ArticleMeasure NullProcessing property set to ZeroOrBlank but shows null
Hi All,Please advise how to set null to Zero.I have tried setting the measure NullProcessing property to ZeroOrNull and set the Format to 0 and other formatsbut when I browsed the cube, still null is...
View ArticleMDX query acting weird
Hello everyone =)I'm responsable for creating reports using the cube as a main data source. So, i usually query MDX against the cubes to get my info. I even created a fairly complex procedure to help...
View ArticleGetting different values in Excel while browsing SSAS cube using filter
Hello,I have very weird issue. My cube is showing right value but when I create report in Excel with same measures, Dimension and filter that gave me different value. I have a measure "Sum", "Time"...
View ArticleHow can Cubes speak to each other? Building up interactive Cubes.
Hello, I am building up a Data Warehouse in SQL-Server 2012. The OLAP analysis shall be run in PowerPivot (and maybe also some calculations).My source system is MS Dynamics NAV 2009R2. In my model I...
View ArticleSSAS caching resulting in inaccurate results being returned
I have a question about some weird behavior we’re seeing in SSAS 2008 (SP3), and I was wondering anyone out there would be able to help me?Short Story:SSAS seems to be doing some level of caching on...
View ArticleMany to many relationship - is filtering necessary?
Dear guys,I have a little issue with many to many relationship that I do not know very well yet.I have the following cube on SQL Server 2012:I create a many to many relationshop between TF_Activity and...
View ArticleAccount dimension - ByAccount not working
Hi,I'm having some difficulty with the Account intelligence. All I am getting is Sums over Time where I am expecting AverageOfChildren. Here is the scenario:1) I am running SQL 2008 R2 64 bit Developer...
View ArticleBest practice - single level hierarchy
I am rebuilding one of my cubes and was wondering if there is any details on the best practice for using an attribute or a single level hierarchy. My current cube has all the attributes set to hidden...
View ArticleDimensions(1)
Hello , As u can see above dimension(1) gives me [Date].[Fisical].However when i use it directly i get value for All Period level.Can anyone explain why??Regards,Bharath
View ArticleConditional Default Member in SSAS
Hi,I am having Time Period Dimension which is having Program Year attribute which have members like 0-12 Months, 13-24 Months and 25-36 Months. Time Period is having Default Member 0-12 Months which is...
View ArticleCould you please help me take a look at the exception when I use ADOMD to...
Hi all, I'm using SQL Server 2012 to run the following code, and got the exception shown as below. do you know what's happened on it? Thanks a lot.ThanksWinnieException:Error (Data mining): The...
View ArticleCalculated Member with Sub Query in SSAS 2012
Hi All,Please help me how to implement this.Let consider below tables.SuspensionTableResultsTableProcessedTableDefectiveTablesuspension_id (PK)results_id (PK)processed_id (PK)defect_idresults_id...
View ArticleMSAS database upgrade - Is reprocessing of data required
I have a large SQL 2005 cube , that I upgraded to SQL 2008 R2. The source database also has been upgraded to SQL 2008R2.Do I need to reprocess all of the data in the cube now, or just changed data in...
View ArticleCubeValue & CubeMember
0I'm new to MDX.I use a CubeValue in Excel, which use a cell referencing a Cubemember to specify the time dimension.=CUBEVALUE("Connect",$E$2,"[Dim Grand Livre].[No Ligne EF...
View ArticleQuerying a dax measure between two dates as parameters of a SSRS report -...
Hi,I need to create a SSRS report that queries a SSAS tabular model. I must provide two dates, from date & to date, as parameters. I need to pass the current date, between from date and to date, to...
View ArticleIs there a limit on how many MDX OpenQueries I can run simultaneously on one...
Hello,Is there a limit on how many MDX OpenQueries I can run simultaneously on one SSAS database?My SSAS server stops responding when I run too many reports with MDX OpenQueries at the same time. Is...
View Articlesql question
I have created a database for my work and now at the end of month reports are due. I have made all the queries and everything is working great. But, my boss now wants a number that I dont know how to...
View Article