Accessing cube that has cell security from excel??
Hi Team,I am facing an issue in setting up the security. Designed a cell level security and able to test in analysis using "connect using following user" option.But when i browse the cube from excel...
View Article#Error Parser: The end of the input was reached.
I'm getting this error:VALUE#Error Parser: The end of the input was reached.FORMATTED_VALUE#Error Parser: The end of the input was reached. when i try to run this:with member [Measures].[SOR Cost] as...
View ArticleAdding a Dimension makes the measures go blank
Hi All,I have created a cube and all the measures are working fine against different dimensions. I need to add one more dimension which I did and when I processed the cube all the measures go blank...
View ArticleErrors in the high-level relational engine. The following exception occurred...
hello friendswhen i process a dimension a got this error..Errors in the high-level relational engine. The following exception occurred while the managed IDbCommand interface was being used: Incorrect...
View ArticleAn MDX expression was expected. An empty expression was specified.
I got this error:An MDX expression was expected. An empty expression was specified.when i run this MDX query:with member [Measures].[SOR Cost] as (StrToValue([D Services].[Service Unit...
View ArticleHow to create measure filter on a dimension not shown in report
In the Adventure Works cube, how do I write the MDX to answer this request:"Find count of customers having order with more than 3 quantity"The MDX below doesn't work. It still returns all...
View ArticleSSAS Measure values not displaying in cube browser
Hi Firstly I am new to developing udm cubes in SSAS so bear with me. I have created a simple udm cube with 1 fact table, 1 time dimension, and a few regular dimensions. In the Data Source View, I have...
View ArticleMeasures dissappear when I setup heirarchy
Hi All,I have developed a cube and also added few dimensions. When I am setting up the Calendar Hierarchy every thing worked well in the Hierarchy and shows all as expected. Hierarchy is "Year -->...
View ArticleMDX for Waterfall chart
Hi everyone,Could you please advise in the correct approach to the following requirement.Based on a result data coming from a SSAS...
View Articleconnect to analysis services by amo from outside domain?
hi all,i'm trying to connect to analysis services by AMO in a C# applicationthe application is running at a machine outside the domain where analysis service resides in.i always get the error "A...
View ArticleHow to use the currentmember on a set in MDX
WITH SET [Merch] as exists( {[Merchant].[Merchants].&[4749],[Merchant].[Merchants].&[5827]},,"Measure Group") MEMBER [LocationCount] AS Count(Exists([Location].[Location].[Location].Members,...
View Articleexcel pivot table crashes when includes currency measures format
Hi AllHere are 2 issues i have encountered while displaying numeric measures - formated as currencies - from ssas 2008r2 cube in excel 2007 pivot cross tab:1. When SSAS format is like #,##0.0M or...
View Articlebest practice for management of calc measures formats
hey ebi have a long list of calculated measures. format of each measure is either: - percentage measures "#,##0.00%;-#,##0.00%" - days measures "#,##0D;-#,##0D" - currency measures...
View ArticleSSAS cube creation help
I was just curious about this. I am getting to create a cube. I have read about ralph kimball vs bill inmon approaches. How do i choose which approach. Is it depending on the business or depending on...
View ArticleAnalysis Services Book?
Hi!I found some previous threads from 2008 recommending Step by Step for Analysis Services. Would someone mind giving a more up-to-date recommendation on a good book to get started on Analysis...
View ArticleSemi-historical questions in DataWarehouse/Cube
I’m about to design a data warehouse and a cube with a product dimension and a sales fact table. The product dimension is a SCD (type 2). Lets say the data in the product dimension looks like this the...
View Articledistinct count measure results on multiple scans of the partition?
Hi,I have a distinct count measure in a dedicated measure group.I have create partitions per year + modulo of the UserKey = 8 partitions per year. (I have 15 millions of distinct userkey)this is good....
View ArticleThis file cannot be opened. You can only open files that are compatible with...
I just installed Visual Studio 2010 templates for SSAS and the Nov latest updates. When I try to create Tabular Model project, I'm getting the following error and I can't do anything. I can see the...
View ArticleHow do I get the actual errors when executing an xmla command?
This code: try { AdomdCommand command = connection.CreateCommand(); command.CommandText = commandText; connection.Open(); command.ExecuteNonQuery(); } catch (Exception ex) { MessageBox.Show(ex.Message,...
View ArticleDimension column Visiblity flag?
I am looking through the SSAS DMV's looking for a flag column for dimension columns that shows whether the column is marked as hidden or not. I found the flag for Measures in $system.MDSCHEMA_MEASURES,...
View Article