Measures dissappear when I setup heirarchy
Hi All,I have developed a cube and also added few dimensions. When I am setting up the Calendar Hierarchy every thing worked well in the Hierarchy and shows all as expected. Hierarchy is "Year -->...
View ArticleScenario Dimension will not calculate
I have a Scenario dimension where I have calculated members whose values are a calculated as a function of combinations of the values for other members of the dimension. I've tried defining the...
View Articledate and jobno modeling
A job is defined by its date and its jobno. Jobno is reset everyday, i.e. starts from 1 every day.How do I model this? A fact table, a date and a jobno dimensions? or only a date dimension, and then a...
View ArticleNeed to fetch only empty dataset
Hi,By using Non Empty we can fetch non null data set from cube. But i need to design a MDX query to fetch only null/empty dataset values. Please assist me design same.Regards.Kapil Kaushish
View ArticleCube Processing fails after moving to new DataDir
The disk where our SSAS cubes are located on will disappear so I wanted to copy the full SSAS environment to a new location. This is what I did:1. Change DataDir/LogDir/BackupDir and TempDir in SSAS...
View ArticleCalculated Measure - Count number of orders
HiI am trying to create a measure to count the number of Sales Orders.The Order dimension contains over 1 million members.Order Hierarchy is: Order Company - Order Number (I want...
View ArticleHow can I create a calculated measure based on a filtered dimension?
I'm relatively new to MDX (in the process of ordering a book just now) and having a crack at creating a calculated measure, which should sum a value from one of my Fact tables, based on a set range of...
View ArticleDense Rank version of Rank function does not give consecutive ranking. And my...
Hello All,The 3 argument version of Rank() function assigns the same rank to all elements who shares the same value and that is fine.But after, that does not have +1 rank, but there is always a gap in...
View ArticleHow to use a URL action to return different attribute
Hi,I'm adding a few actions to our cube which analyzes salesforce data to open up a salesforce opportunity directly in salesforce via a browser. This is working fine when someone right clicks on an...
View ArticleNeed help for a Challenging aggregation
Let me first tell the scenario;Main Measure is the HOURLY PRODUCTION AMOUNT ([Measures].[Production]) of various factories. Dimensions are Dim_Factory, Dim_Date, Dim_Hour. SUM aggregation was...
View Articlefeature request: inherit formatting for calculated members
i'm not sure if there is a forum to submit feature requests. maybe this is the right place? anyway, here is my suggestion:there should be an ability to make a calculated member to copy the format...
View ArticleLastPeriods using Named Sets in Date Hierarchy
I have a cube with [Qty], Fact Table and [Date] Dimension with Hierarchy Year - Month - Week - Date. I can calculate Qty by Date. Now I need to aggregate the quantities over 5 days starting at...
View ArticleMDX Percentage Calc (similar to TSQL windowing functions)
Hello All,I'm having a problem finding a solution for this calculated measure. The data will look like the table below. Store and Item are in different dimensions. I'm trying to figure out how to...
View ArticleMeasure the Products which have a specific color only
I'm working with two dimensions:[Products][Colors]For example, to return all products which are associated to RED color I can write:SELECT {Measures.[Product Count]} ON COLUMNS,...
View ArticleChanging Properties of Calculated Measure through AMO
I am using a SSIS Package to hide certain calculated members(coming from a flat file) through AMO. I am using a VB script task to accomplish this. My package runs without errors but I am not able to...
View ArticleCreating Named Sets for Excel 2010 via Personalization Extensions
Recently I learned about a pretty cool feature of analysis services called "personalization extensions". With this feature you are able to make customizations to a cube in .Net code. The code is...
View ArticleMDX Performance Issue
We use the below MDX code to do the Inventory calculations but it's performing very poorly (Dimension X has 350,000 members and Dimension Y has 300 members), Any suggestions would be greatly...
View Articleupdate dimension attributes user interface
is it possible to let a excel front end user to group/ or update attributes of a dimension ?for example, if i would like to group a particular set of dignosis as heart related diagnosis and analyze the...
View Articlecreating a local cube with xmla and ascmd in sql server 2012
I am trying to create a local cube through an SSIS task. With earlier version of sql server I usedascmd. I could not find ascmd for sql server 2012, so I usedinvoke-ascmd. However when I use the...
View Articledimension get hanged duing deployement.
Hello FriendsI'm facing an issue during dimension deployment.. when i deploy a dimension then i get this screenand it is deploying from last 1 hour.. normally it takes few minutes.I have closed the...
View Article