Retrieving the last non-empty value and display it for each day
Hi all, I am new to SSAS and more so with MDX and I need your help with the following scenario please. In my cube, there is a measure called WIP Hours (Work In Progress Hours). This measure is from a...
View ArticleSSAS Design Aggregation for a Partition
I have an issue where I am trying to design aggregations for a partition and I am getting the following error: The following system error occurred: No mapping between account names and security IDs...
View ArticleOLAP cube deployed successfully, but unable to view data in SSMS
I am completely new user of SQL server. I have deployed a cube successfully, which has the following dimensions:Time: DateID(PK), Datestamp, Day, Month, YearCustomer: AccountNumber(PK), name, age,...
View ArticleDynamic security in SSAS tabular model
Hi All, I am using SSAS 2012 to create a tabular model. While creating tabular model am enabling Direct query mode as ON ,to get Real time data from database. I need to restrict the users accessing...
View ArticleDifferent ways to deploy a Cube
Hi ALLI need to know what are the different approach to Deploy the cube.I know below options;1.BIDS2.Deployment Wizard3.XMLAIs Their any other approch we have ?And how we do this using increamental...
View ArticleSSAS 2012 generates invalid dates
HiI am getting very odd results when following mdx is executed. I have run this on two different SQL server 2012 with regional settings as US and other sql server 2012 with regional settings as...
View ArticleASC order on department name and person name in MDX
Hi,I would like to make asceding order on [department name] and [person name].can you help me how it can be done for below MDX. SELECT NON EMPTY { [Measures].[Sales Amount], [Measures].[Discount...
View ArticleSSAS 2012 & SharePoint 2013 & Kerberos
Hi,I need to plan a SharePoint 2013 farm and for my customer is better to do not implement the Kerberos authentication.This farm is composed of:a. wfe/app SharePoint 2013 server + Excel Servicesb. db...
View ArticleReplace nulls with previous not null value in SSAS
Hi Team,I have a requirement to replace nulls with previous not null value for trending purposes.Requirement is something similar to...
View ArticleNot enough memory issue after upgrading to SQL 2012
I've got a couple of cubes/SSAS solutions on my dev VM that I've been working on for the past 6 months with no issues. I've just upgraded to SQL 2012 and now when I try to browse the cube or process...
View ArticleTrying to Understand How Roles & Dynamic Security Work
I am completely new to setting up security and tried to follow along with some articles I've read on the 'net...but don't quite understand what I'm doing. Pics are below, but basically I have created...
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 ArticleSCOPE() statement performing very slowly
HiIn my cube I need to use the datamember function in my calculation script. I used the following code:SCOPE([Measures].[VaR]);THIS=[Portfolio].[Portfolio Name].CURRENTMEMBER.DATAMEMBER;ENDSCOPE; This...
View Article2012 SSAS Drill through Action results filtering
Hi there,I'm working with an 2012 SSAS cube which has 3 measures in 1 measure group have created 3 drill through actions for each of these measures brining back some properties from the dimensions and...
View ArticleFacts with different granularity related to different level of the same...
Dear all,I have 3 dimensions: - DimActor (Actor -> Practice -> Agency) - DimProject (Project -> Practice -> Agency) - DimDate (Date -> Month -> Year)Rem: attribute relationship of...
View ArticleMDX ordering very slow
Hi,I am testing a Tabular database with a third party component front end that emits MDX queries. I have learnt some DAX but I don't know MDX. I have come across a query that takes 31ms to run but...
View ArticleWhen using properties to many records
Hello,I'm using an mdx that ends up in a SSRS report.The normal query looks like this and is working fine.SELECT NON EMPTY { [Measures].[Option Percentage] } ON COLUMNS, NON EMPTY {...
View ArticleSQL Server performance issue
HiWe have recently found during random periods of the day our applications that use an SQL database slow down almost to a complete halt.I am the network administrator and I don't have a great deal of...
View ArticleHow to get server name of current cube
Within MDX I need Server, Database and Cube to trigger a Website which Displays cube Information using the Actions Feature of SQL Server 2008.I found already 2 Parameters which I use as parameter in an...
View ArticleSSAS Translations. Sorting Dimension Data for different languages
Hi, I have a country names dimension that is translated to English and Spanish. I want to display the country's name in alphabetical order depending of the language. I've tried selecting OrderBy "Name"...
View Article