Date range & grouped averages
I am a TOTAL newb but I can't get this to work and really need it to:I have a simple fact table (Calls) with two dimensions (Time, Sender). I need to get a sender total number of calls grouped by...
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 Articleauto exists functionality
i swear i tried to understand it, but to no avail. exactly how and when "auto exists" work in a dimension with multiple hierarchies? to be exact, here is my current case:with set [baseset] as...
View ArticleSSAS OLAP in Excel - Good Training?
Hi... Where can I find a good training with nice presentations of SSAS OLAP connecting thru Excel? thanks!!
View ArticleRounding Value Issues between SSAS 2000 and SSAS 2008 R2
Hi , We are migrating cubes from SSAS 2000 and SSAS 2008 R2. I see rounding issues in one of the fact table field called invoice total where total is MORE is 2000 and less in 2008 R2 when I Queried...
View ArticleSome keys are missing in SSAS cube dimension
I have a dimension DIM_Account. While browsing the cube I have found that some of the surrogate keys e.g. AccountKey in DIM_Account are missing against an account. Where as these exist in Data...
View ArticleUnable to set SSAS directories to a non-default location? (on Windows Server...
Hello, I've been trying to install SSAS (SQL Server 2012 with SP1) on Windows Server 2012. I'd like to place all the SSAS files on a separate volume so, in the setup, I changed all four data directory...
View ArticleURL is appearing as normal text when retrieved from Cube to Excel 2010.
HiI am using Excel 2010.I have an Cube which returns me count of items (say, 10) based on provided aggregation. When I clicked on 10 it displays details of these 10 items.There is an url (say,...
View ArticleSSAS Measure values not displaying in cube browser
Hi Firstly I am new to developing udm cubes in SSAS so bear with me. I have created a simple udm cube with 1 fact table, 1 time dimension, and a few regular dimensions. In the Data Source View, I have...
View ArticleHandling nulls in dimension attributes
In SSAS I am trying to model the following relationships:Response -> DataPoint (Many to One)DataPoint -> DPYearAquired (one to one)There can be zero or one rows in DPYearAquired for each row in...
View ArticleDrillThrough MDX with Role (Dimension Security) Shows Empty Records
Hi,I have a cube where in a particular role has access to limited members for a particular dimension. When i run the select statement it gives a result when connected with a role.SELECT...
View ArticleBereitstellungsfehler
Ich bin Student und befasse mich aufgrund einer praktischen Studienarbeit damit einen Cube zu bauen. Die Datenbank dazu habe ich AUCH entworfen. Jedoch hatte ich vor ein paar Wochen noch gar keine...
View ArticleMeasure 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 ArticleDAX Relationships and how to include measures from both realted tables
I have Measure 1 in Fact table A with an M:1 relationship to Dim Table A; In Dim Table A I have Measure 2. How do I allow for Measure 1 and Measure 2 to be in the same pivot table report? The...
View ArticleNeed help with MDX query ...
I have the below MDX query from which i have the attached Dataset result ..Is there any way to get a new row with value as Australia under State and sum up all the state values for those month in the...
View ArticleException of type 'System.OutOfMemoryException' was thrown.
when i run :with member [Measures].[Number of Emps] as count(nonempty({[D TC Employee].[Name].members},{[Measures].[F TC Count]})) select {[Measures].[Number of Emps]} on 0, NON EMPTY{[D TC...
View ArticleNeed guidance on writing MDX query
I am trying to create a report from source Cube..My current mdx query retrieves the data of all units sold by state level..Texas 10NJ 20NY 20Now i want another record in the same dataset in...
View ArticleStructuring Currency column in fact table
Hi, We have a sales fact table containing several profit amount columns for profit amount in sale currency, profit amount in purchase currency etc these are FACTS. Next to them we also have the sale...
View ArticleSpeeding up processing of the Fact table (currently 50k-90k records per second)
Hi everyone!I am trying to speed-up cube processing time. There are 2 servers - one for the data storage (srvr1) and one for OLAP (srvr2).Currently, the biggest problem is with one Fact table (60...
View ArticleGet current months MDX
Hi All,I would like to get the current month based on the months members. I have tried like this but it is displaying nothing SELECT { [Measures].[Only] } ON COLUMNS, LASTPERIODS(12,strtomember...
View Article