Row number to MDX query
Hey how do i add a row number to my MDX query i like it to return the row number for the number of rows returned. Eample Row_no 1 2 3 SELECT NON EMPTY { [Measures].[Sales_val], [Measures].[Cost_val],...
View ArticleMDX calculation versus new Dimension attribute
Hi, I have implemented a Product dimension sharing a lot of characteristics with the Adventure Works 2008 R2 sample and is a slowly changing dimension. One problem that I can't seem to get my head...
View ArticlePrevent SSAS Cube Project Download
Hello. We developed a cube and would like to restrict our end users from being able to connect to the cube using BIDS and see the code, steps, etc that we used when creating the cube. At the same time,...
View ArticleSSAS Dimension Sorting While Browsing In Excel
Hello, I would like to use a defined sorting for dimension name. For example If I have Dimensions by name A,B,C than I would like to see these dimensions while browsing cube in the order of B,C,A. Just...
View ArticleError on Calculated member
All, I'm in the process of learning MDX, OLAP ... etc. I tried running this code via SSMS and encountered an error for the Calculated Member - [Warehouse Margin]. Though it is not returning an error on...
View ArticleOLE DB error: OLE DB or ODBC error: Login failed for user '\SQLSERVICE'.; 28000.
Hi, I'm trying to process the dimensions and cubes and i'm getting the following error: OLE DB error: OLE DB or ODBC error: Login failed for user '\SQLSERVICE'.; 28000. I clicked on the data source and...
View ArticleIncremental Processing and Partition & Fact table Design
I'm setting up the following to handle our very large daily data loads into a dimensional database and would appreciate any advice or comments if I'm doing something that could cause me problems, or an...
View Articlecalculated measures shows diemension members even for no measure values...
i am using calculated measures, when the dimesnion members show even if there are no valuess for the measure i cannot use the non empty behavior propert because that proved dangerous as it elimated...
View ArticleNamed calculation on a fact table
Hello, I have a measure, MyMeasure, whose measure group is linked to two dimensions: Date and DateType. These correspond to a fact table called FactMyMeasure and two dimension tables DimDate and...
View ArticleSecurity cache and default member
Hi, Could you help me a bit? I'm trying to implement dynamic security in a cube. It looks working but sometimes shows wrong results. After processing employee A may see result set of employee B. But...
View ArticleSSAS Between Dates
I am trying to create a solution that has a count of Retailers. My Retailers Dimention has a Beginning Date and close date in it. in the fact/measures I want to display a count of retailers that were...
View ArticleCalculated members with a currency data type don't display correctly in Excel.
Hi there, I'm using SQL Server Analysis Services 2008 and am having trouble getting calculated members which have the FORMAT_STRING="Currency" to display correctly in Excel 2010. Using the cube browser...
View ArticleMember properties in excel is (blank) but dimension attribute
Hello, I have a question regarding SSAS and member properties in excel. In the attached screenshot, when I hovered my mouse over ID 1067355, I saw all member properties associated with the ID. However,...
View ArticleSSAS Custom Aggregation based on Dimension
Hi, I have a problem that I think is quite simple, I just think I lack the MDX awesomeness to be able to solve it myself. Essentially I have a CUBE for which I want to design a custom aggregation on...
View ArticleEither the user does not have access to the database, or the database does...
Hi All Actually i have issue regarding browsing cube in browser . when i cick on Brower tab for bwosing i found this error "Either the user does not have access to the database, or the database does...
View ArticleThe measure group has zero dimensional with all other measure group. consider...
getting warning The measure group has zero dimensional with all other measure group. consider moving to separate cube for reporting purpose, i can n't have two separate cube, because of warning,...
View ArticleSet default member for data dimension
Hi I have 8 cubes and 15 Dimension In which Date dimension is common and shared for all Cubes. Now i want to set DefaultMember for Date in Date Dimension to Yestarday date for only one cube not for...
View ArticleIs there any way to use the ExcelMDX assembly in SSAS running in Tabular...
I'm trying to create an XIRR measure using DAX/Tabular mode...
View ArticleSSAS Large Data Sets
I am trying to build a cube with Large DS in the fact table. The Sales table for 24 month has 200 Million Records. Here was my approach - I built a cube successfully with a query in the dataset...
View ArticleMDX Distinct count for the date range.
I am trying to find the number of customers who has shipped for the date range using the below mentioned query But I got the result as #error . Please help me to solve this issue. Thank you, Subin
View Article