Measure 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 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 ArticleSSAS 2008 Sort Drillthrough Report
Hi,I've got a problem with the Drillthrough Action is SSAS 2008. I want to set the sort order of the Drillthrough Report by a specific drillthrough column, but I can't find a solution for the problem....
View ArticleCreating tables, dimensions from OLTP
I am new to SSAS, please forgive me if the answer to these questions is obvious of previously answered. I have looked at the AdventureWorks example and did not see an answer there.Here is the...
View ArticleHow many servers for a SSAS tabular solution in a prod environment
Hi,I need to plan the prod infrastructure where deploying a SSAS tabular solution. It could be enough a single server with the SQL Server 2012 engine and the SSAS tabular instance having 40-64 GB as...
View ArticleCount Distinct Measure, Rollup with SUM on One Dimension
Hi,I'm relatively new to SSAS and very new to calculated metrics. I have a cube with several dimensions: Geography, Time, Channel, Product, etc. I have a measure [Unique SKUs] that counts distinct...
View ArticleOPENQUERY error OLE DB provider "SQLNCLI10" for linked server "linked_olap"...
Hello, HELP! I'm trying to use OPENQUERY to return data from a cube, like this.SELECT * FROM OpenQuery(linked_olap,'SELECT --measures.members {Measures.[Internet Sales Amount]} ON COLUMNS,...
View Articlessas cube environment change
Hi,i have 10 tables in my dev server and test server. i have loaded the same data into them from same source. i have created cube on top of dev 10 tables and processes it. i created create script from...
View ArticleMDX Calculation for a complex query
Hi,I have a little bit of experience using MDX queries using SSAS 2012, but this time I found a complex problem to solve with this calculation. I have the following query (this query is used to...
View ArticleGetting the first and last members of a Dynamic Sets
HiI am trying to get the first and last members of a dynamic set. I am able to get the last member but the first member isnt working. I am not sure what I am doing wrong. The query that I am using is...
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 ArticleThe number of products in an active status per Date
Hello everybody,could you tell me, please, how can I lose this SSAS Project problem:I have a table PRODUCTS in my Database, which consists of following data:IDNAMESTARTDATEENDDATEid-001ABC06.01.2008...
View ArticleXML for Analysis parser: The XML for Analysis request timed out before it was...
Here is somthing weired situation I have: I do not have any issue for processing cubes through BIDS; however I got the following error message when processing cube through Management Studio: XML for...
View ArticleAdventureWorks installation help
I used this site to download all the files:http://msftdbprodsamples.codeplex.com/releases/view/55330For the warehouse installation I used: AdventureWorks2012-Full Database Backup.zipFor the...
View ArticleSSAS Calculated Measure, or Dynamic Set? Average using all
My fact table contains sparse data and has 3 columns: (user, movie, normalized_score). Example: ('u1', 'm3', 0.3) ('u1', 'm4', 0.1) ('u1', 'm7', 0.6) ('u2', 'm1', 0.33) ('u2', 'm3', 0.33) ('u2', 'm7',...
View ArticleCube Error Partition
Hello,Errors in the OLAP storage engine: An error occurred while processing the 'MyPartition' partition of the 'MyMeasureGroup' measure group for the 'MyCube' cube from the MyDatabase database.Any...
View ArticleMDX to deny ability to view employee level labor costs.
Here is the situation. Among numerous other standard dimensions (date, etc) and fact tables, I have an employee dimension and a fact table that contains project data (which include labor hours and...
View ArticleNamed Set: Last Child of Each Member
I'm trying to create a named set that will contain the last child of a member. I've tried to illustrate below. I want a set that contains the LASTCHILD [Fisc Week of Year] for each [Fisc Period of...
View Articlecreating a local cube with xmla and ascmd in sql server 2012
I am trying to create a local cube through an SSIS task. With earlier version of sql server I usedascmd. I could not find ascmd for sql server 2012, so I usedinvoke-ascmd. However when I use the...
View ArticleCREATE MEMBER FOR LASTCHILD?
hi,i have mdx like thisCREATE MEMBER CURRENTCUBE.[MEASURES].[TEST] AS (Tail(NonEmpty(Descendants([Date].[Calendar].CurrentMember,,leaves),[MEASURES].[SALES])).Item(0),[MEASURES].[SALES])the result is...
View Article