cell data vs dimension data in role
Hi, What is the difference between cell data and dimension data tabs in role creation of SSAS cube
View ArticleDisplay measurement description in Excel 2007
In SSAS 2005, you can specify the description for a measurement in its properties. However, how can I show this description in Excel 2007? I've been searching back and forth from the web but couldn't...
View ArticleFact table connected to dim on non-unique field
Hi,I have product and date dimensions.I have also customer dimension, where PK is delivery_place and all customer's delivery places have same billing_place (Hierarchy billing_place ->...
View ArticleKey Not Found Error, but I'm Ignoring Errors!
Hi everyone. This one has me stumped. I'm getting a key not found error even though I've configured the dimension to ignore these errors. Here are the errors I'm seeing when I process the cube: Errors...
View ArticleDimension not displaying data in excel pivot created off the SSAS cube
I have Customer ID dimension in a cube..when i create excel pivot based on cube and using this Customer ID in row or column label it is not showing all IDs even though data is there in fact as well as...
View ArticleErrors while deploying the cube.
Hi Experts,I'm new to SSAS and started with sample project.I have created DataSource, DataSource view and then Cube.I'm getting below the error while processing the cube.Your help would be...
View ArticleNo Filter Data Retrieved
Hi I Want to apply date filter in my dashboard but as i am new with MDX i don`t understand how it works or what i am doing wrong in it. The below code i used in enter mdx formula tab but when i click...
View Articlecan we change the storage location for aggregation(Partion)?
Hi,I created partions design the aggregations...for exmple
View ArticleHow to Change the storage Mode for a Dimension in SSAS 2008
It might be a dumb question and I seems not be able to change the storage mode for dimensions. Can someone tell me where to look?thanks--Currently using Reporting Service 2000; Visual Studio .NET 2003;...
View Articlerelated by more than two attributes
I have one table t_cust containg reg_ymd, first_bllg_ymd, last_bllg_ymdall related to t_calendar by the three attributes in DSV.I wish to create customer dimension containg three calendar for each of...
View ArticleNamed set: Get all dates between two date-columns.
I have 2 columns - CourseStartDate - CourseEndDate I'd like to give my users the option to select months and they could see all the courses that are ongoing on those months plus various measures...
View ArticleQuerying measure properties in tabular
Hi,We've created a raft of measures in our tabular model. In order to better enable users to understand what each measure means, is there a way to query the actual measure/column/table descriptions as...
View ArticleUsing a dimension as a toggle
One of the dimensions we have in our database is a "Suppression" dimension. It is not tied to any fact table foreign key - the source of it is a view with the following logic:CREATE VIEW...
View ArticleHow to create cube with the inner join query.
Hi Experts,As I'm new to SSAS, I would have to ask a small thing.I have one sample Query.SELECT Jobs.*, JobStatusMaster.Status FROM Jobs INNER JOIN JobStatusMaster ON JobStatusMaster.ID =...
View ArticleHow to apply scope in all measures including calculated measures of Measure...
Hello all,I am able to apply scope in all the measures of a single Measure group but that doesn’t work for the calculated measures of that measure group.The MeasureGroupMeasures function, as its name...
View ArticleSolving banding topic by a measure - SSAS Tabular
Hi,in a my tabular model I've a fact with a measure to classify respect to a ranges table (containing a from value and a to value). I'd like to have a measure to return the range description associated...
View ArticleKeys are changing in Full Load
Hi, I have one Dimension, that contains many-many relationship i.e., One Main Dimension, bridge table and lookuptable, whenever i tried to run FullLoad i.e., flush & load. Keys are changing becoz...
View ArticleSSAS Cube Help on aggregation
So I created a view TicketDescription, using the Rank I assing unique values to set of ticket and description.... I dump this RankId into Fact table...by joining the fact measure view to the view for...
View ArticleMDX filter the date range
I have this MDX query(sorry, column names in finnish but I'll provide a translation on the key columns): SELECT NON EMPTY { [Measures].[Varalla], [Measures].[F Hakijat Count], [Measures].[Suunniteltu...
View ArticleWeb based front end tool for adhoc cube browser using .Net
Hi All,Please let me know how to create a web based ad hoc cube browser connecting to ssas using .NetI dont want any third party tool.Please share me if you have any sample .Net code or link related to...
View Article