New columns added in Management Studio to show up in SSAS Tabular
I'm working on a database in Management Studio which is then used as a Data Source to a SSAS Tabular model.I have now added some columns to the fact table and I want those columns to get transferred to...
View Articlecustom rollup before aggregation
I create a test1 cubeDimA1 keyA1 1 2 3DimA2 keyA2 parentKeyA2 operator customrollup 1 NULL NULL max([Dim A2].[Parent Key A2].currentmember.children, measures.Amount) 2 1...
View ArticleAggregating by different calendar hierarchy level whilst restricting by...
We have a Date dimension composed of two hierarchies:Calendar: Year, Quarter, Month, Day in MonthDate: DayWe are generating MDX from a user interface. We want to be able to let users aggregate between...
View ArticleCreate session cube takes a long time
I have a cube that has 14 million facts.A client has a complex Excel model with 33 pivot tables running off this cube. It takes a long time to refresh the data. Using SQL Profiler I see that it is...
View Articlecube showing nulls in measures
Hi,I have deployed a cube in my test server . it gets processed properly. but when I try to see the measures it shows nulls in the measures. the cube is created on top of one view and the dimensions...
View ArticleDrilldown and filter across same hierarchy
With Member [Sales Territory].[Sales Territory].[All Sales Territories@] As [Sales Territory].[Sales Territory].[Country].&[Germany]+[Sales Territory].[Sales Territory].[Country].&[United...
View ArticleMDX Getting MAX item after the filter
with Member [test1] As (Filter ( Descendants ( ParallelPeriod ( [Time].[Standard].[Quarter] ,1 ,[Current Quarter].Item(0) )...
View ArticleMDX query is working fine in SSRS query desiner and same MDX is not workinf...
HiBelow MDX query is absolutely working fine in SSRS query designer but it is not working in management studio.SELECT NON EMPTY { [Measures].[SellingPrice], [Measures].[Selleing_other_price] } ON...
View ArticleParallel Processing of SSAS measure group partitions
Hi All,we are using XMLA to process measure group partitions of a cube. XMLA is generating from SSIS script task and to process XMLA we are using 'Analysis service Execute DDL Task'.Below is the sample...
View Articleunderstanding permissions in role for cubes
HI,recently I faced an issue with the data veiwing in Cubes . I found the solution but it created a doubt in my mind.when I select enable read permissions in the cell data setting tab of the role and...
View Articlecascaded parameter are not refreshing correctly
Hi ,I have created cascaded parameters (p2 &p3) in SSRS and added mdx query to set defualt value in p2 based on the selection of another parameter p1. Its working good for first time, but next time...
View ArticleReport filter (Excel) lost after refresh
ProblemIf business users refresh their Excel reports based on an OLAP Cube, after some changes were done to the data warehouse, 1 parameter is lost. This parameter is a hierarchy, a parent-child...
View Articlecombination of attributes problem
Hello,We have a customer dimension with around 10 attributes that starts with Has.. or Is.. Examples are IsMale, IsHouseOwner, IsMarried, HasChildren. Answers will be Yes No and Unknown. Now if the...
View ArticleMany-to-many relationship: alternative approach?
I’m writing to ask if anyone knows of an alternative approach to many-to-many relationship in Analysis Services. I have a scenario where the only possible solution to it is to use a many-to-many...
View ArticleThe Remote Partitions of SQL SERVER 2008 R2
Hi, I create the remote partitions following the kb: How to:Define a Remote Partition.And there's an error when I take the last step to fully process the cubes. The error is:Errors in the OLE DB...
View Articlerename SSAS 2008 R2 generated date dimention date names
I use standard wizard to create Date Dimention in SSAS 2008R2 BIDS: right-click Dimensions -> New Dimension -> select 'Generate a time table on the server' -> select intervals, time periods:...
View ArticleTabular Model Server Connection
Hi I am trying to import a Table to my tabular model , the connection works fine when I click "Test Connection", if I view the table properties it returns the resultset but if I click ok to process ,...
View ArticleHow to get the lowest hierarchy members in a named set?
Hello,I have a named set that I create based on a specific set of rules.Basically that named set creates a small hierarchy based on a parent-child dimension.Example:Parent-Child Dimension Hierarchy...
View ArticleExcel Pivot generating incorrect MDX results
Hi,Using excel 2010 to connect to SSAS 2008R2 cube. What i have tried to do in MDX is to create a calculated measure that will return the Max (and min) value accross (selected) time for a measure...
View ArticleCan we arrange the attributes in the drill throough actions in the way we want?
Good Morning,I have some attributes in the drill through action of my CUBE, the attributes are in the order coli1,col2,col3,col4. In the front end excel reporting when the useer drill throughs the user...
View Article