calculated member to use the (All) member always.
hello, i have a cube with only 4 dimensions and I use SQL 2008 R2. I defined - one calculated member [xcurrent] as (Measures.M0, Grade.Grade.All, ReportLabel.CurrentMember, Company.CurrentMember) -...
View ArticleFilter All dimension members based on Factory while browsing
Hi All,A cube contains data for All factories.There are 12 dimensions each contain factory specfic members.Now the requirement is as below:As a standard the cube should open for the users factory...
View ArticleOne dimension or two for two columns from source table?
An application we have has the two following fields on the data entry form.OriginOrigin ReferenceOn the data entry form Origin is actually a drop down list containing things like "Customer",...
View Articlere: % over original Event mdx quandry
hi all, I have a pesky mdx question that I cannot wrap my head around. Here's the simplified version, of the problem: Any [SessionDate] we have a [Cnt] of events that are measured at 100% for the same...
View ArticleHow do I drill down on a summary table to two detail tables
I have 3 tables 1 summary table with to measures in the table value1 and value2 plus my data warehouse key.I need to be able to drilldown from the summary table on either of the 2 values (value1 or...
View ArticleHow to create a instance dynamically with cross join function ?
HIwithmember [Ganesh]as'{Crossjoin([Date].[Week].[Week],[Measures].[Teu])}'select[Ganesh] oncolumns,nonempty [FACTCBI-Shipper].[Customer Id Sh].[Customer Id Sh]ONrowsfrom[Commodities]...
View Articlessas cube not showing whole data
Hi,I am new to ssas and I have the following problem.When I run the below query the results for count is different to the results for count measure in the cube although the cube is using exactly same...
View ArticleQuerying Tabular model without re-defining DAX measures
Hi,in order to querying a Tabular model by a SSRS report it seems that I need to re-definine the created DAX measures in the Evaluate statement, isn't it? So in this way, for each SSRS report that use...
View ArticleAdding a new currency to Currency Conversion Many-To-Many case
Hi everyone,Can you advice on this please?I just end implementing the currency conversion using a many to many case. Exchange Rate Measure group for 2 currencies, one measure to apply the currency,...
View ArticleTime range inclusive and exclusive
I am new to MDX and want to write an MDX where i want to get a time column with range that start period is inclusive and end period is exclusive.What I have right now in my MDX is something like this...
View ArticleMDX Query performance "Query subcube Verbose" duration is longer after a big...
Hi,we've added a big dimension (about 2G, 90-100 million rows) (it is actually a fact dimension) and a new measure group (based on the same table) into the cube to fine tune some MDX performance which...
View ArticleCalculated measure problem
Hello, I am new to OLAP and SSAS and I have a question that i cant found the answer. Please help me to find a solution. I use the latest version of SSAS and Excel. There are tables Gamer, Transactions...
View ArticleDateTime hiarchy in the cube, MDX
Hi everyoneI am new to MDX and I have a cube that has a datetime dimension and has a hirachy defined with Year, month, day, hour and then 15 minute intervalWhat I wanted to do is, if a user says give...
View ArticleMeasure between dates in Dimension ( SSAS )
I have a data warehouse with the following dimensions ( say ) 1.Dim Time 2.DimensionX and a Fact table The sample design as follows DimensionX ( Key, Name, Start Date , End Date ) - This is...
View ArticleMeasure Between Dates
I have a campaign dimension ( Its a marketing campaign for a product ) and i have to measure the sales that happened during the campaign , Each campaign will have a duration ( start date and end date...
View ArticleNeed measures from 2 cubes in one mdx question, recomendation?
Hi! I have 2 cubes, one for sales statistics (fact table with sales transactions, totaly around 7 measure groups) and another cube with inventory data (snapshot of stock-levels, totaly 3 measure...
View ArticleMeasure Between Dates
I have a campaign dimension ( Its a marketing campaign for a product ) and i have to measure the sales that happened during the campaign , Each campaign will have a duration ( start date and end date...
View Articlecube perspectives and permissions
Hi allI know perspectives are not considered as part of permissions mechanism in SSAS from the following reasons:1.In excel (2007 over 2008 r2 cubes) users can see all perspectives that exist in a...
View ArticleCalculate last 30 days
Hello, I wan to calculate the sum of last 30 days and remove [down days] from them. I am using the following code:I have a filter called down days in the time dimension, when if a day is down, I flag...
View ArticleGrand Totals Not Displaying Properly in Pivot Table
I have a cube that certain users are browsing with Excel and pivot tables.When the user adds a grand total to a measure that is a "plain" measure (i.e., not a calculated member), the grand total...
View Article