Creating NON ADDITIVE Measures with "No Aggregation"
Hi, Have an issue with creating NON ADDITIVE Measure in SSAS Cube. Even though the NON ADDITIVE measure is categorised under "NO AGGREGATIONS" and a Degenerative Fact Table created only with the KEY ,...
View ArticleSSAS Processing Cube what is the info.nn.xml file
Hi, During the processing of a cube SSAS could not find the following file "info.nn.xml" and aborted. Under e.g. C:\Program Files (x86)\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Data\DW Standard...
View ArticleDate Diff Giving Null Values
Hi, I want to caclulate the no of days an employee has been with the company so if a person has not left the company and does not have a leaving Date it should take the current date. We have tried the...
View ArticleMDX
Hello, I have a measure which groups other measures based on a dimension. CREATE MEMBER CURRENTCUBE.[Measures].[ABCD] AS CASE WHEN [Goals Details].[Goal Description]=[Goals Details].[Goal...
View ArticleMeasure showing incorrect result.
Hello, i have one measure in my cube which show different value for different dimensions below are sample database values. Time Dim1 Dim2 measure...
View ArticleDiscretization of values in fact table
I have a very unique situation... It has problems and i am not sure if i am thinking this correctly. We have a ticket managment system and each ticket has a value assigned Submit Date and Closed Date....
View ArticleCASE syntax
Hello, I have a Goals dimension with hierarchy: I have a CASE statement: CREATE MEMBER CURRENTCUBE.[Measures].[ABCD] AS CASEWHEN[Goals Details].[Hierarchy]= [Goals Details].[Hierarchy].[Goal...
View ArticleCan't import KPIs from AdventureWorks cube to Scorecard in Dashboard Designer
I have SQL Server 2012 installed with Analysis Services, and SharePoint/PerformancPoint. I have installed the new 2012 version of AdventureWorkDW, and ran the VS project to build a multidimentional...
View ArticleHow to install Analysis Services
Hello, I am a newbie on SQL Server technology, and I have to install a platform Project Manager Server 2010 with SharePoint 2010 and I have to install SQL Server with Analysis Server configured. I...
View ArticleSSAS Cube Model
Hi ... I have my confirmed dimensions in one DB and the Fact in another DB can i create a cube out of this. Please refer any links that could help me. Thanks, Swathi
View ArticleMDX Help - Looking for 'current measure'
If I were to use the following MDX: SUM( DESCENDANTS( [Accounts].[Accounts].&[12345], 1), [Measures].[Begin Balance]) I would be aggregating the begin balances of the children of the specified...
View ArticleSum measure over nested filter
Hi all, I have this complicated query I need to perform: For each store Find all Sub Category products that their Sales Amount > 100000 and calculate the Avg Sales (Sales Amount/order Qty). I wrote...
View ArticleCould I join two or more Fact Tables? How can I do this?
Hi guys, Somebody to know, if is possible join two or more fact tables?, which is the sintaxis?, some examples, etc. I have been working only with a fact table and its dimensions, but now that I need...
View ArticleHelp with Custom Member Formula and multiple measures
Hello, I'm using SSAS 2005. I've got a fact table that stored two balances... begin balance and end balance. I've got an account code dimension that has a hierarchy of accounts. Everything work...
View ArticleError creating Powerview Report over Tabular BISM
<detail><ErrorCode xmlns="rsCannotRetrieveModel</ErrorCode><HttpStatus">http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode><HttpStatus...
View ArticleMDX or Sets
Hello friends, I want to show the data of max date of month wise without using hierarchy in dimension. How can i write the MDX or Set? Regards, Ketan
View ArticleIssue with using properities of an attribute in excel
Hi Team, I have question with using properties of an attribute There are two dimension Review, Product. I have set an attribute(Rating) in Review dimension as properties of ReviewLevel attribute in the...
View ArticleSSAS 2008 R2 cube dimension and attribute dispaly as full name in PPS or MS...
Hi, I have SSAS 2008 R2 cube. Inside the cube, I have dimension call “Date” and this dimension is re-used as “Production Date” to join with other column. When user connect to SSAS cube using...
View ArticleSQL server code samples
Hi can any one post the code samples for SQL server analysis services 2008 step by step book to my email induja.rompicherla@gmail.com
View ArticleAnalysis Service command for Ignoring error while processing in ,net script
Hi All, Please help me in the to correct way of handling error while processing in .net script. I am able to process the Cube but unable to put ignore error in the processing command. Please find the...
View Article