MDX Crossjoin and Total column on same axis
I am new to MDX, so be nice please.This: select NON EMPTY Crossjoin([*SORTED_COL_AXIS], [*BASE_MEMBERS_Measures]) ON COLUMNS, ... produces this This: select NON EMPTY Crossjoin([*SORTED_COL_AXIS],...
View ArticleSSAS Grand Total And All Level for LastChild Measure
Hi, I have a standard time dimension hierarchy Year->Quarter->Month->Date and a semiadditive measure with LastChild as the aggregation. I've written scope statements for current month,current...
View ArticleTabular Mid-Table Joins
One of the features that SSAS Multi did very nicely was to allow the creation of relationships in the Cube’s dimension usage at the non-surrogate key level. This came in handy when modeling budget...
View Articlessas deployment failed
hi, i am trying to deploy ssas project onto the development server but it gives me the following errorError343 Either the 'NTDOMAIN\123' user does not have permission to create a new object in...
View ArticleDateDifference based on selected date while browsing cube
Hi,I have a requirement to find #of people waiting for >28 days based on selected Date in SSAS. My fact table consists of the following columns (WL = Waiting List):-WLIST_REFNO (WL Reference...
View ArticleDeploying to Production server using XMLA file without a Password
I have generated an XMLA for our Production server using the Deployment Wizard.The problem I have is that the Prod server's Cube is using a specific account (as the XMLA excerpt below shows). This is...
View ArticleWhy Select permission was denied when Deployed?
I have SQL Serve 2012 and its Analyses Services. Data source uses Inherit as Impersonation Information. The AD user who have opened Visual Studio 2010 havedb_owner security rights to the Database. Also...
View ArticleOptimizing MDX latitude/longitude query
Hi Darren,I may need your help in tuning this one... this query takes more than a minuteWITH MEMBER [Measures].[Avg Latitude] AS ([Measures].[Cluster-Latitude-Avg] / [Measures].[01Exposure Values...
View ArticleGrand Total Errors With Calculated Member
I'm pretty sure this is a simple one.I am an MDX novice working on "Report Months" query, getting incorrect "All" calculation. See the report below. The "All" total should be 278 if you add all the...
View ArticleHow do you create a Hierarchy using columns from two different dimension tables?
Hello,HOW do you do create a single hierarchy using columns from two different dimensions in SSAS? I tried bringing two dimension tables into my Dimension Designer by clicking the Show Table button...
View ArticleCreating a hierarchy using multiple dim tables
Hello,I am new to analysis services. I need to create a hierarchy drill-down using multiple tables. I am using a star schema with the following tables:FACT, DIM_AGENCY, DIM_MEDIA_TYPE, DIM_MEDIA_OWNERI...
View ArticleMDX - get latest date
Hi All, I need to pull latest date from my cube. My hierarchy is: [Event Date].[Year-Quarter-Month-Date].[Date] MAX() and TOPCOUNT() function both needs 'Numeric_Expression' argument but I need to pull...
View ArticleImpersonation info via AMO - not copied when cloning SSAS DB ?
Hi there,I have SSAS DB which has Impersonation info set to specific Windows user name and password.I have AMO script in SSIS, which clone DB to another with different name, update structure with full...
View ArticleTime range inclusive and exclusive
I am new to MDX and want to write an MDX where i want to get a time column with range that start period is inclusive and end period is exclusive.What I have right now in my MDX is something like this...
View ArticleMicrosoft.AnalysisServices.Server .Net connection is locking up SSAS server
Hi,I am making a connection from a web service to a SQL 2005 SSAS server using the Microsoft.AnalysisServices.Server (source: Microsoft.AnalysisServices.DLL version 9.0.4035.00) package, and using that...
View ArticleDateTime hiarchy in the cube, MDX
Hi everyoneI am new to MDX and I have a cube that has a datetime dimension and has a hirachy defined with Year, month, day, hour and then 15 minute intervalWhat I wanted to do is, if a user says give...
View ArticleSSAS Tabular - TOTALYTD function
Hi,I have the below DAX expression to calculate the YTD values for a measure in a year.CountYTD:=TOTALYTD(SUM(Fact[Count]),Date[DateKey])The above expression working correctly if the year starts on...
View ArticleSecurity question
Hi!I have a cube with 2 fact tables. These tables has a common dimenssion geography:DimGeography *GeoKey StoreId StroreName CountryId I want to be able to assign security roles so that a user can have...
View ArticleRelate Start Date field to Date Dimension
I have a session dimension with start date and end date of a session. This dimension has the following attributes sessionID, session, SessionStDt, SessionEndDt. If the user wants to look at the...
View ArticleNamed Calculation field not shown in the Hierarchy drop down box under the...
Hi All,I created a Named Calculation called FullName (in Customer table) following this page: http://msdn.microsoft.com/en-us/library/ms167487(v=sql.100).aspxAfter it is created, I explored the data...
View Article