Can't connect to remote SSAS 2008R2
Hi,I explored other topics on same issue in this forum but couldn't resolve my problem.I'm trying to access remote instance of SSAS server using SSMS, and am getting following error :Cannot connect to...
View Articleformat_string not evaluating
Hi Everyone, I have been trying the query data with my MDX cube and I have add couple new measure to it. However, none of those measure's format_string is working. I have also try same sample...
View ArticleHow to get the number of times a connection to a cube
Hi Experts,I was wondering is it possible to see the number of times a connection to a cube is made from a source like Excel. Do we currently have any way of tracking this?Best Regards, Peja Please...
View ArticleIssues While Reprocessing the Cube in SSAS
Hi,I have encountered this issue with ssas. When I create a new cube from the copy of an old cube and full process it, some of the relationships between the measures and dimensions are getting...
View ArticleWant to create Cube Using single table
I have One Table Which has more then one million rows i want to create Cube from that one table ..i am new in SSAS so i dont know how to handle it ..
View ArticleHow can I limit the data that a measure can get via a Role?
Here is the situation. I have a fact tablefacttable PR_A PR_B PR_C Attr_1 Attr_2 Attr_3 Because of that I derived the following measures MeasureAttr_1(Sum of Attr_1) MeasureAttr_2(Sum of Attr_2)...
View ArticleProcessed Date for a Cube
HiI want to be able to display to the users the date/time a cube was last processed. We have SSAS 2005 and presenting the cube through Excel 2003 (with the SSAS 9 OLAP driver).Thanks
View Article[Help] User still see other measures even if he is under a role that has...
Hi there,The situation is this, I have 3 Measures Measure1 Measure2 Measure3and I have 3 rolesRole1 - Can only see Measure 1 Role2 - Can only see Measure 2 Role3 - Can only see Measure 3I have assigned...
View Article4294967296 Tuple limit and 32 bit Architecture
We have repeatedly encountered the 4,294,967,296 tuple limit in our MDX queries, when using the Non Empty Operator on a Cross Join of fields: Example WITHMEMBER [Date].[DateID].[M1]...
View ArticleSSAS Tabular : OLE DB or ODBC error : The Microsoft Access database engine...
Hi all, i'm trying to import a spreadsheet into a tabular model and getting this stupid error even though the impersonation account i'm using is an admin account with full access to the file. ANY...
View ArticleOrdering a measure based on a condition
Is it possible to order a calculated member based on a condition?Let say if it is Product1 then asc else desc! Regards,Eshwar
View ArticleMDX calculation context
Hello, here is a simple MDX queryWITH SET MySet AS { [Product].[Product Categories].[Category] } MEMBER [Measures].AAA AS Generate ( TopCount( MySet,1), [Product].[Product...
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 ArticleTopCount function for calculated member in Context aware calculation
Hi Experts,I have a MDX query in which I am using context aware calculation.On the basis of the result I want to find out Topcounte.g,WITH MEMBER [Measures].[ConditionalSales] AS CASE WHEN...
View ArticleSnowflaking a Date Dimension
Hello I have a SQL Server 2008 R2 Cube with the following objects (only listing the relevant stuff): 1. FactDailyBalances 2. DimAccount 3. DimDate The objects are linked as a star schema and our users...
View ArticleForecasting employees retirement
Hi, I need a way to provide the number of employees who are or will be illegible to retirement for the next 5 years. This logic is base on the nearest date between the 60th anniversary of the employee...
View Articlebest method for filtering
Hi,I have 3 type of query.1) SELECT Measure.cost on columns,non empty {Dm1,Dm2,Dm3} on rows from (select strtoset(@DM3) on columns from Cube1) 2) select Measure.cost on columns,non empty{Dm1,Dm2} on...
View ArticleMDX Dynamic Quarter Values in Calculated Members
Hi all! I hope you can help me out with some calculated members I'm working with in a cube. I need to calculate 4 values to display in a report:1. Sum of all units sold for all previous quarters 2....
View ArticleSSAS Tabular in Cluster
Hi,I'm searching info about to put SSAS Tabular in cluster and possible issues with this configuration.Any helps to me, please?Thanks
View ArticleAggregation is not being designed for large dimension attribute, although...
I have a large dimension having more than 10 million records. The dimension has two attributes. I have set the AggregationUsage property to "Unrestricted" for the non key attribute. But when I query...
View Article