Sales Cube - missing months where no sales
HiWe have a sales cube which works well except for when delivering reports we have identified a weakness. Our sales are over 2000 customers and 16000 products, so when pivoting say in Excel you end up...
View ArticleMDX - Accessing Members through Level
I'm sure this is a very newbie question, but I'm trying to understand the difference between accessing the Style Members below using approach 1 vs approach 2. In the first one I'm accessing the members...
View ArticleI need get the last Id of dimention
I have:Fact:Pk_Fact Id_Dim1 Id_Dim2 Value 17 2 3 15 21 2 2 20 22 2 5 25 23 2 1 35 30 2 4 40Dim1:Id_Dim1 DesDim1 2 'Description 2'Dim2:Id_Dim2 DesDim2 1 'Description 1' 2 'Description 2' 3 'Description...
View ArticleCube Designs - how many, how do you deal with size and timeframe?
I am looking to design a cube(s) for a grocery retailer. At a product level there are approximately 11million rows coming into the database per day.I have scoped out the reports that I require - At...
View ArticleMDX - Filter on NULL Dimension Date and upToDate
Hi all , DimProject with the Project Name, Project Activation Date attribute Hierarchy. measures.production fact For some of the projects i have NULL activation date. and other's projects i have...
View ArticleMDX for weighted average?
Hi,I'm looking for some help writing some MDX for a weighted average. I'm relatively new to MDX so all help is appreciated. Some example data (Quality Level is Pass / Inspect ):[code="plain"]Account...
View ArticleMDX where with AND operator
Hi All, I have a MDX query that requires the values of three columns read the rowset not included in the results if the column values are 1. I have the following mdx query SELECT NON EMPTY {...
View ArticleMemory and File system error in cube processing
Hi All,I am facing file system and memory error(most of the time) problem in cube processingI tried to execute it through a process as well as running it with normal xml scriptBut every time they are...
View ArticleConnecting to SSAS with one Active Directory Account and use roles for data...
Hello,I have a asp.net application which uses Active Directory for authentication, and adomd.net / C# for data access to SSAS (using MDX).The issue is, we wish to switch to a SQL Server database for...
View ArticleError on dimension processing
hi I am getting below error while processing the one of the dimensionFile system error: A FileStore error from WriteFile occurred. Physical file:...
View ArticleTo find the last backup time for SQL analysis services database
Hi All, I have a requirement in my environment which needs the automation to read last backed up time for SQL analysis services database. But am not sure on where i could get the last backup time...
View ArticleAlert me cube size by sql query
I need to write an query to fetch the size of the cube from SQL server.This will help me to send the daily cube size after processing and have an record. I dont want to go to manually right click the...
View ArticleSSAS drillthrough with security returns empty rowset 2008R2
Hello,We have a role that hides a detail attribute from a dimension by adding in "Dimension data"--> "Advanced"--> "Allowed Member set" the [All] member of this attribute, so not any other member...
View ArticleInsert Fact data using Writeback functionality in SSAS 2012
Hi Guys,I have a requirement to enable Writeback functionality on SSAS cube (Star Schema), so that measure values can be updated/inserted using Excel Pivot by end users. I have enabled it and am able...
View ArticleMDX to calculate sum on Dimension Attribute Member value
Hi ,I am having a DimProject with the TypeID , Capacity attributes. factOut contains measure.OutPutVal.my Data is something like ProjectID , TypeID , Capacity1 1 1002 1 1003 1 1004 2 1005 2 100I need...
View ArticleMDX Date range filter query not working
Hello Friends,We have a Date dimension like the one in AdventureWorks sample cube in our Cube.But the MDX used to filter date isn't working and the same thing works for AdventureWorks cube. I just...
View ArticleHow to List Years , without non-empty month measure value
hi all ,I want to list years has data for all the month[1 to 12]. Exclude the year if there is no data for any of the month[1 to 12] there is no data.e.g. [Month of Year 2011] Measure.val1 10 2 20 3...
View ArticlePrevent "Show Details" in Excel
Does anyone know if there is an option in SSAS to prevent the "show details" sheet from showing in excel when a user double clicks a specific cell. Double clicking this cell opens up a new sheet with...
View ArticleAnalysis Services data set used in Reporting Services. Incorrect number sort...
Hi,I have come across a niggle that I cant seem to resolve.I have a number field and my report is ordered against it. However, When I looked I get the following order 1, 13,144,167,2,3,36,377And so...
View ArticleHeeeeeeeelp !!!!! MDX. How to calcule the number of holiday date in a month ???
Hi experts!! I need your help.I have a Time dimension with a hierarchy.I have a headache. :-( In my Time dimension I have an attribute "Is Working Day France" that flag if it is a holiday date or not...
View Article