Getting TOP N customers based on their address or the address of the store....
I have a simple transactions cube... with a Customers dimension, Store dimension and a tickets measure table. I would like to provide the Top(N) Customers based on the city state they live in or the...
View ArticleForeach loop transformation not stopping after files completed the execution
Hi,i have developed a ssis package, in this i added the for each loop container to loop the excel files in a folder.it executed successfully and process all the files but it will not stopping the...
View ArticleTopCount with filters
Hey all,I'm trying to create a named set that will show our top 100 customers, who are not default customers and have bought shoes.I need to do the filtering in the named set so that we can use the set...
View ArticleDefault Member
HiI use SSAS 2008 R2 and I wanted to set the Default Member for a dimension as follows.If [RType].[RName].&[RT01] OR [RType].[RName].&[CT01]Then the Default Member should be...
View ArticleBottom Count at different hierarchy level
Hi,I am looking to get bottom count of products against a sales measure with a filter of Class that is not part of the same hierarchy and is one of the attributes in the list. So AdventureWorks...
View ArticleMDX Calculation for Number of Days from Today until Qty
I am trying to calculate the number of days until a specific quantity is <0I've been doing a little searching and I am pretty sure I need to use a combination of the HEAD function, FILTER function,...
View ArticleVery large numbers not support in SSAS. /Mil as workaround causes rounding...
I have very large numbers in my fact table that are not supported in SSAS (20 digits left of the decimal point) i'm casting them as decimal 30,8 after dividing them by a million in my DSV query as a...
View ArticleMDX performance issue
Hi All,I have one report's parameter, the query is below:WITH MEMBER [Measures].[ParameterCaption] AS [DD DATE].[PK Date].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [DD...
View ArticleBrowsing SSAS cube from excel throwing error
Hi,We have SSAS cube created on 2008 R2 version. We are using 32-bit PCs and trying to browse cube from excel. When adding columns from one of the huge dimension table we are facing "Memory Error"...
View Articlemdx case statement not producing results
Can someone help me with this case statement. I dont see 200 getting subtracted when measure m is 12with MEMBER [Measures].[y] as [Dim_DateTime].[Year].CurrentMember.Name MEMBER [Measures]. [m] as...
View ArticleTabular/DAX best practice for Lookup the aggregate caclulation...
Hello, I have detailed (transactional) fact table in Tabular Model: SALES_FACT The fields are: Date, Customer, SalesPerson, ProductID, ProductCategory, ProductName, CustomerSegment, SalesAmt (Measure)...
View ArticleWhats wrong with this MDX PeriodtoDate function
I have the following MDX to get the periodtodate value MEMBER [Measures]. [hh] as PeriodsToDate([Dim_DateTime].[Calender].[MonthofYear],...
View ArticleHow to set a Dimension attribute in one Dimension using a reference from...
I am trying to build a calculated measure (tuple with a couple of dimensions) in the following form([Measures].[Total Deal Qty] ,[Delivery Period Group].[Delivery Period Group Nm].[All].[Current]...
View ArticleAutomatically prosessing Analyses Services cube with SQL Server 2012
I need to refresh data every second hour. How to do automatically?Kenny_I
View ArticleMeasure NullProcessing property set to ZeroOrBlank but shows null
Hi All,Please advise how to set null to Zero.I have tried setting the measure NullProcessing property to ZeroOrNull and set the Format to 0 and other formatsbut when I browsed the cube, still null is...
View Articlemdx mtd error please help
I am getting the following error when trying to calculate the MTD functionBy default, a month level was expected. No such level was found in the cube. FORMATTED_VALUE #Error Query (7, 1) By default, a...
View ArticleHow to get Total Receivables using MDX Query
Total Receivables This KPI is displayed from the General ledger cube. The following expression is used. Expression: Sum of fiscal year-to-date receivables (ledger account category 4) compared with the...
View ArticleSSAS error messages incomplete?
Really broad question here, but is the fact that I get error messages with blank text in the middle of them an indication that my SSAS installation is missing something? For example, "The__function...
View ArticleDistinct Count Measure Group not distinct in MDX script
I am attempting run the following MDX query to determine the distinct amount of transaction numbers for a set including 2 dimension attributes. (POS and Concierge) When I run the query, I seem to be...
View Article