SSAS 2008 cube on a Netezza backend
I've set up a ROLAP SSAS 2008 cube on top of an IBM Netezza database (oledb drivers). It's a bit slower to use than a prepared MSSQL MOLAP partition, but having the data be instantly up-to-date with no...
View ArticleMDX - Calculate at lowest grain before rollup Problem
I am using MDX for some reporting. The idea is that we want all the customer ship to and SKU combinations that were sold in a particular period that were also sold in the same period the previous year....
View ArticleCalculated member to calculate % of sales of a parent
Hi, I have an issue with a calculated member in SSAS 2008R2. I think it's relatively simple but I can't get my hands on it. I am relatively new in MDX. I have a dimension [Projects] with a hierarchy...
View ArticleDate Issues in SSAS 2012
Hi,We are migrating some SSAS cubes from SSAS 2005 to SSAS 2012 and we have spotted that dates are handled differently between the two versions.We are based in the UK and therefore use the date format...
View ArticleMDX to calculate Prior FY Year first 6 months revenue when we pass getdate()...
I have a Daily report where I pass Currentdate,it has to generates /displays Prior Year first 6 months (when we pass currentdate) using below mdx,Could you please confirm below code correct code?WITH...
View ArticleMDX If Then variable not totaling correctly
Hello Everyone, thank you for any help.<o:p></o:p>I'm trying to create a simple IF THEN STATEMENT. I want to use the measure ("Cases BATF") or the measure ("Cases 9 Liter") based on the...
View ArticleMicrosoft.AnalysisServies: Given Role X, get all measures and dimensions for...
I've been digging through the Microsoft.AnalysisServices namespace. I know how to get all of the roles in a database, and all of the dimensions and measures, but I can't figure out how to relate them....
View ArticleMDX doesn't show correct sum for Calculated Measure
I've got an MDX query that shows products on the row and a measure on the column calledRevenue which, naturally, displays the Revenue for each Product. I also have a sister measure on the column...
View ArticleEncountering deadlocks with Proactive Caching
I have a couple of cubes that I'm wanting to designate for real-time ROLAP storage, so I've set up the cubes, and each of their dimensions, to use Proactive Caching. The cubes are defined to use a...
View ArticleNew Named Calculation Expression for Case Statement?
Hi,Can any one help with the case statement?The following CASE STATEMENT is the result in my SQL Management.select Column1 = case when Column1 = 'true' then 'Y' ELSE 'N' END , Column2 = case when...
View ArticleMicrosoft TechNet Wiki Guru - Winners for August!!
The results for August's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2013/09/11/technet-guru-awards-august-2013.aspx Congratulations to all our new Gurus for...
View ArticleMDX Get Parent of member in different Hierarchy
Hi, I have a dimension Structure Dimension with two hierarchies: [Structures All] and [Structures] parent-child hierarchy. [Structures All] and [Structures] contain the same data, however [Structures...
View ArticleHow to send an email based on the KPI Values in SSAS?
Hi,Whenever there is change in KPI Trend, Can we able to send email?Thanks in Advance
View Articleduplicate value in table
Hi ALLI need to Found duplicate value in Sort column .I used below Query WITH CTE (dd,SortOrder)AS ( SELECT Row_number() over (Partition by SortOrder order by SortOrder),SortOrder FROM ss.Dimtt )...
View ArticleReg: Database Restor in analysis services configured in tabular mode.
Hi Team, Here is my question:We have two diffenernt modes of ANALYSIS SERVICES 1. MULTIDIMENSIONAL 2. TABULAR model.Now, I have installed my analysis services in tabular mode. But, i am unable to...
View ArticleUrgent: Problem with the unknown member property of the dimension
Hi,I want to specify the unknown member property as "none" , but then i get an error The 'KeyColumns' #0 has NullProcessing set to 'UnknownMember', but the dimension doesn't have UnknownMember set to...
View ArticleExcel 2013 Powerpivot crashing with KERNELBASE.dll error
I have a powerpivot workbook that has been working just fine. at end of month I update various tables by pulling datadown directly from an SQL server. This month I connected and pulled down most of...
View ArticleData Connection Wizard - Default database connection dropdown
When my users connect to my SSAS server there are two databases: our actual database (Enterprise Cubes) and our training database (Adventure Works).However, the starting database default is Adventure...
View ArticleConnection Error from a vb interface 2005 to sql 2005 SSIS package
My dear : System.NullRefenceException Object reference not set to an instance of an objectin miscroft sqlserve.dts.pipeline.datareadersourceAdapter.primeOutput (Int32 outputs , int32 ,outputIDs ,...
View ArticleDAX issues with GENERATE post SQL Server 2012 SP1
Prior to SQL Server 2012 SP1 (any CU), I could run something like the following and get results back. After SP1, I get no data back. (I could use a CROSSJOIN, but that returns invalid results, but at...
View Article