SSAS 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 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 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 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 ArticleUse multiple custom code in Report Properties>code
HiI want to use multiple custom code in Report Properties>code. Such these codes:Public Function GetHijriYear(ByVal PDate As Date)If Date.MinValue <> PDate ThenDim TmpPer As New...
View ArticleHow to filter an OLAP Cube's Measure column
HelloI have asked this question in the Excel for Developer's forum but not getting very far. I was wondering if anyone in this forum might be able to help?I have a SQL Server Analysis Services cube...
View ArticleCalculated Measure for Total is not taking into account SubSelect/subquery
I have the following MDXWITH // MEMBER [Measures].[ElementCount] AS COUNT(EXISTING([Item].[CompanyItem].[CompanyItem])) MEMBER [Measures].[ElementCount] AS { EXISTS([Item].[CompanyItem].[CompanyItem],...
View ArticleSSMS - No database shown in Analysis Services
Hi all,I used SQL Server Management Studio(SSMS) to connect Analysis Services.The connection is successfully made but there is no database shown in the Database Folder. There is no Assembly shown as...
View ArticleSSAS Dimension Snowflake
Dear all,I have 2 dimension tables and one fact table with following relationships.Fact_Stocks Dim_Territory Dim_GeographyTerritoryKey...
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 ArticleSSAS Tabular: Memory error: Allocation failure : Not enough storage is...
I am trying to process a partition in a SSAS tabular model cube. Most of the partitions processed fine but it seems to have hit a limit when I try to add another, the error I get is as follows:Memory...
View ArticleMDX query explanation
I am new to MDX query.I am in a process to convert MDX query to SQL query.Can any one tell me the explanantion of below MDX syntax and help me to coorelate with OLTP query.There is no calculation...
View ArticleCreating Datasource View programmatically using AMO
I have created the following objects using AMO. My Primary target is to make connection with a Oracle Database and I'm using Oracle Client for it .1. Datasource 2.Data Source View3.Cube4.MeasureGroups...
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 ArticleCalculated Member using the system date as criteria
As the title says...I want to have an average over the last 30 days, based on the system date. It works using the date from a date-dimension:Avg (LASTPERIODS(30,tail(descendants([Inventory...
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 ArticleHelp with dimension usage design
I am working on a cube to map supply and demand for labor assignments and after struggling with teaching myself I am stuck trying to wrap everything together. I think I have a flaw in my design that is...
View ArticleDrill Through ACTION on Calculated Measure in SSAS Cube
Hi All, I have been tried to implement Drill Through ACTION on calculated measure on the cube.But later I found it is not possible to perform Drill Through ACTION on calculated measure, only on...
View ArticleHelp connecting fact tables
I am working with a labor assignment system and I am having trouble linking my fact tables. Here is a quick overview of the dimensions and fact tables.dimEmployee ->employeeid, employeename,...
View Article