OLAP UI Tools for business users
I'm looking for good OLAP UI Reporting tool - web based or client based. Our business users needs to access&use OLAP cubes like a report generator and allow users to select some dimensions and...
View ArticleSSDT - Using a SharePoint list data feed as source - "column does not exist...
Hey guys!So, I want to use a SharePoint list data to create a cube/tabular model, in order to make a complex analysis in PPS using MDX.To create the tabular model, I'm using the SS Data Tools, and...
View ArticleHow to make Calaculated Measure perform better
I have a Calculated measure defined on my Test system 64bit ssas 2008 but when moved to Prod(ssas 2005 32bit) it seems to stall when user refreshes Pivot Table. Upgrade is in process, but need to...
View ArticleDAX : Combine CALCULATE and ALL fail to ignore the current context
Hi all,I'm learning DAX Query by the example in page(http://www.sqlservercentral.com/articles/DAX/97522/).When I test the example in section 'Row and Filter Context',I find CALCULATE and ALL fail to...
View ArticleHo to edit or add new columns to a table which has partition in tabular model
Hi,I need to add new columns and remove some columns from a table in tabular model using visual studio. However the table has partition on it. When i add new columns to the table the processing time...
View ArticleMDX Problem - Except Function in calculated member
Hello everybody,I have the following code in MDX to create a calculated member. I tried it with and without .MEMBERS and I got the same result like you see under the code statement.AGGREGATE(...
View ArticleSSAS Cube via Excel / ActiveDirectory
Hello, I query a SSAS cube via Excel. Most of the time this works without problems. But sometimes Excel does not send the account name (Active Directory) along with the query. Log file of IIS...
View ArticleSpecify Cube Perspective in Excel
I'm not finding anything on this. Does anyone know if this is possible?
View Articleusing sql server 2016 temporal tables as SCD2 dimensions in SSAS models
So...While 2016 temporal tables makes a lot of sense in an OLTP environment, where we also write reporting queries our selves - for example the following join between facts (F) and temporal SCD2 table...
View ArticleMDX Cumulative Measures from specific point forward,
HiI have a cumulative calculated measure (See below)However, I need this to ONLY start calculating from a specific dimension member onwards. for example the measure group table is linked to a...
View ArticleCreate a calculated set using combinations of existing dimension members
I have an MDX query that creates a calculated measure based on values in 2 dimensions: With member measures.[CustomGrouping] As Case When [Location].[City].currentmember.member_name = "Location1" and...
View ArticleProcessing partition issue SSAS
Hi there,I have a quick Question if you can help me please.I have created one package to process list of the partitions which are for one of the cube.As I have been keeping list of partitions in the...
View ArticleSSAS 2012 - Find Partition used by MDX in SQL Profiler
Hello Expert ,I am working on SSAS 2012 Cube , Cube is developed with Few Measure group and Dimension. I have partitioned the Measure group Year Wise from Year 2010 to 2015, Partition Example...
View ArticleTopCount issue
Hi, I want to have the reseller sales amount for the most selled product on years 2001 to 2004, I am getting null result with bellow querywith member [Top sales product] as { topcount(...
View ArticleHow to get fact records based on multiple values from the same Dimension.
Suppose I have a Games dimension that has id and the name of the games(football,golf,volleyball etc) and a CustomerDim(id, customername). I have a many to many bridge table that maps the games and the...
View ArticleSSAS Tabular Security on specific field rather than row level
I have a requirement to secure a specific set of fields in a tabular cube. For example, there is HR data that contains an employee dimension with the employee's name, username, employee ID, hire date,...
View ArticleInvalid column name '[O02_Date].[THMD10 YEAR R].[THMD10 YEAR...
SELECTHASHBYTES('MD5', CAST(agg.Yr as varchar) + RIGHT('0' + CAST(agg.Mth as varchar), 2) +agg.Mkt +COALESCE(agg.Position, '-') +COALESCE(agg.Agent, '-') +COALESCE(CAST(agg.rsn AS varchar(8)), '-')) AS...
View ArticleSSAS Calculation-Help needed
In cube, We have two fact tables named Goaldata and Actualdata and a Time dimension along with other dimensions. In Goaldata table, we have data till 2016 December and in Actualdata table we have data...
View ArticleUsing a Set in a calculated member
I'm trying to use a set called [Judy Set] in a calculated member. I'm wanting to filter and use in the calculation only those customers where ROE >= .12 or 12 %[Judy Set] is defined as:...
View Articlecan not find default member (Dimension,Attribute) in cube
Hey!I have a problem in processing a cube. I get the following error and have no idea why the cube can't find the "all"-element."DefaultMember (<Dimension>,<Attribute>) (1,1) The...
View Article