MDX Query to calculate the sum of a measure though the Years and Quaters
Hi there,I have to build one report using a SSAS cube and I need a MDX query for the data set as following:I have a Calendar Dimension (Year, Quater, Month, Date), the Dimension 1 and the...
View Articleclosing solution using task manager in mid of processing later on it create...
Hello FriendsWhen i process cube because of some i have to stopped that in middle of processing .so i just open the task manager and close the solution using end process . now when i reopenthe solution...
View ArticleMDX Filter doesn't work in this query
why the following query does not filter out zero values ?!with member [Measures].[SOR Cost] as generate([D Services].[Service Unit Price].children,[D Services].[Service Unit...
View ArticleSSAS M2M design help
i have the tables as follows:fact table: i have one record for each patient showing totalcharges on the case (patno --PK)patno totalgrossthen i have another table that lists the patients and the...
View ArticleProblem processing Tabular partions using SSIS
Hi allWe are setting up a processing job in SSIS for a Tabular model. The Source system is Teradata and the only way we can get decent speed out is by using the Attunity Provider (TPT Export) as...
View ArticleHow do I get a measure amount to sum differently than another
Here is my problem I have a table that has two measures, for one measure I need to sum everything in that field for the other measure I need to find the max date a combination of 2 fields.Here is how...
View ArticleBig Data
Big DataAfter hear this word I searched a lot on it , got some definition at that timeI heard 3 more new Technologies Hadoop,NoSql and MapReduce.My Question is Is 3 Technologies are Related, possible...
View Articlecalc member to display a day over day change in measure value and change in a...
hi, need help with mdx to create a calc memberI want to detect/display day on day changes in a transaction record. I successfully created a ChangedPrice measure that calcs the Price diff when a price...
View ArticleCan named query be based on a different named query (to save proccessing time)
Hi, I have 2 named queries which are almost the same. Is it possible instead, to have one query be based on results of the other query?Ex: Q1: SELECT * FROM myViewQ2: SELECT * FROM Q1 WHERE X=YMy point...
View ArticleSpecial aggregation rules
Hi, I have a fact table with sales facts etc. However when aggregating the facts, the company has certain rules to follow-ex: if fact customerKey is 90 then sales amount for that record should be...
View ArticlePivot Table Drop Down ActiveX
Hi All,could you please help, whether Pivot Table drop down function can be used programatically?I mean, I have for example 3 items from a hierarchy in a cell, MemberA, MemberB, MemberC, and if I run a...
View ArticleMdx help - distinct count over multiple attributes
Hi! I need some mdx-help:FactTable *******KeyTimeKeyProdKeyGeoKeyTypeKeyAttr1Amount1111001True102111002True203111103True04121102True05121202False106121203False5 I want: * Measure1 = Count the number...
View ArticleSSDT and the Excel Data Sources for Tabular Models
Hello, I'm currently facing a problem when trying to get data out of Excel files, hosted on SharePoint, using the ACE.OLEDB provider. I have a remote Analysis Services instance (in Tabular mode), and...
View ArticleMDX optimisation (number of visits)
Hi,There is a cube with granularity - date, customer, shop, transaction type, and measures: transaction count, amount, customer countand I need to be able to calculate number of visits of customers in...
View Articlefact table design issue
I have a database with few tables, ex.:users (Id, Name)Status (Id, Name)log (uniqueId, lead_id, call_date,status_id,user_id, Phone_number)UniqueId LeadId PhoneId call_date...
View ArticleCan't able to localize Member Property through ADOMD Client
Hi ,I am trying to localize the Member Property through ADOMD Client but I couldn't able see any localized caption in member property(for example Gender) other values are changing fine(for example...
View ArticleAccessing Time Dimension (that is build in SSAS) in SQL Server.
Hello.I have created time dimension in analysis services of Visual Studio 2008. Now I want to add this dimension table into my dimensional model that is already built in SQL Server 2008 data base. Can...
View ArticleDo Non-aggregated fact table columns become cube measures?
Hi, Do Non-aggregated fact table columns become cube measures?Ex: sales fact table column of sale price in sale currency (sale currency can be different in each sale order)Ex: sales fact table column...
View ArticleBlank error during cube processing
I have problems with cube processing. Our OLAP database consists of 30 dimensions and 2 cubes. It is deployed on a server with Windows Server 2008R2 and SQL Server 2008R2. Every night a scheduled task...
View ArticleHow I Hede the Caculated member upon the Expression Conditon in SSAS?
hi,I am working in SSAS 2008. I have already designed some calculated measures in a cube. 2 to 3 measures are having grand total is 0. I need to hide the of visible false if it is 0 then Visiblity...
View Article