Ignore Dimension Key Errors in AMO
Hello,I am trying to process all partitions of a measure group using AMO VB.Net script. I used the below code from one of the online...
View ArticleCalculated measure is displaying wrong data
HiI created a calculation measure which is displaying data more than what it is in my cube so can anybody Please help me. thia is my queryCREATE MEMBER CURRENTCUBE.[Measures].[Non Trad Admin Med Srg...
View ArticleGetting Average over more than 1 tuple
Hi,What i'm trying to do should be fairly simple, I am just struggling to work out how to acheive the desired result.I have a dimension of dealers and each dealer belongs to a network, so:Network...
View ArticleI get a each city in every state, when the city does not exists for the state...
So we have a large data extract for service tickets (help desk tickets). Each row in the extract has data for a ticket including the ticket info, customer info and analyst info. I used the extract to...
View ArticleCalculating Average of TOP(n) to be used as reference value for other...
Hello all,I am fairly new to MDX and my current project really gives me a headache. I hope you can help me with that.We have several stores which are divided into different sales regions. So I built a...
View ArticleGot Error "Cube has been deployed and processed Error " when I process cube...
Hi All,When I process cube using SSIS package , the package gets executed successfully. But when I try to browse the cube from SSMS its throwing the below error. Error : "Cube can't be browsed.Verify...
View ArticleOne universal YTD calc/set for all measures
Hello,is it possible to just have one Year To Date measure (YTD) for all measures inside the cube? I have a couple of Sets for "Last 15 month" for example..I can put any measure on it as long they...
View ArticleMDX query dimension properties generates OLAP storage engine errors
select {[Measures].[POS Units] ,[Measures].[Store On Hand Units] ,[Measures].[Lost Sales Dollars]} on columns, non empty [Item].[Consumer Product L3 - Sub-Category].members --[Item].[Consumer...
View ArticleMy Sales Cube shows same Name for different CustomerCategory Codes
Hello,I have a problem in cube, it shows the same CustomerCatgoryName for different CustomerCategoryCodes. The Customer Dimension table has correct data, with different codes having different names,...
View ArticleSSAS Tabular. MDX slow when reporting high cardinality columns.
Even with small fact tables( ~20 million rows) MDX is extremely slow when there are high cardinality columns in the body of the report.e.g. The DAX query is subsecond.Evaluate SUMMARIZE (...
View ArticleCount readings at level in hiararchy
I want to be able to count the number of readings that are at each level of hiararchy.Like I have data saved up at 15 minutes granuality level.So 1:00 1:151:301:45And my time dimension has minute,...
View ArticleGrand Total come out different than the sum
Hi All,I browsed a cube and the grand total is different from the sum of the all the rows displayed. Because I created this project from my mock-up database, I know the raw data well. The figures are...
View Articlehow to install step by step mdx database sample
hi i am newbie when i am installing mdx step by step restore_db is failing to restore can any one provide the solution for itthanks
View ArticleCube design - One cube with multiple fact tables or one cube with one fact table
Hello,What are the factors that lead to below designs..-one cube with multiple fact tables-one cube for each factwhat are the advantages or disadvantages of each approach.Thanks!-Datta
View ArticleExcluding Selected Measures cost from a Dimension Product Hierarchy
I've a Dimension Called Depot with a Hierarchy called Location, with Branch included in Location HierarchyWhen i view branch i don't want to be able to see the Profit measure for any of the Branches,...
View ArticleMDX Filter on multiple hours
HiI am trying to put filter on multile hours of the day. this one worksNonEmpty( filter([Dim_DateTime].[Calender].[HourofDay].&[2012]&[4]&[20]&[4]:...
View ArticleAttributes in Degenerate Dimension or in Separate Dimension
Hi,Assume we have a Fact table with millions of rows that have a UniqueID and a LengthOfStay (plus there are numerous other dimensions).From this Fact table I create a degenerate dimension with...
View ArticlePopulate Drill Path based on filters
Hi,I have the following attribute named aggregation and drill path Year-Quarter-Month in Period dimension.I want to achieve the following below functionality via mdxWhen Period Aggregation ' M' is...
View ArticleRange in MDX
Hi, I would like to make a query for getting the range between Currentmonth to December.For example: If i select month as "March", it will sum it up(rollup) to that year end month...
View Articlecreate a Junk Dimension in SSAS
Hi, I want to create a Junk Dimension holding for example the following attribute, can you help me out there is little to read about junk dimensions and SSAS Key descriptionC...
View Article