Switch data sources for only 1 table?
Greetings. In AS 2012 Tabular, I see that I have 3 existing connections. One connection is used as the source for most of the tables, but the other two connections are the source for one table each....
View ArticleSSAS 2012/DAX - flattened many-to-many (explicitly defining filters)
Hello,I'm trying to wrap my brain around the way DAX filters are interacting in a many-to-many expression I'm developing.'Mapping' tables are essentially bridge tables. The measures will only be...
View ArticleThe usage of EXISTING keywork in MDX query
There's a demo from "MDX Step by Step 2008", it introduce the usage of 'EXISTING' to provide the context for set in calculated member.WITH MEMBER [Measures].[Number of Products] AS COUNT(...
View ArticleSSAS - KPI hierarchy, Parent -> f(children)
Hi allI would like to define a parent KPI that is directly dependent on its children KPIs.For me there are two possible usages of KPI hierarchies:1) We want to create a hierarchy of KPI but the parent...
View ArticleTabular calculated member
Hey everybody, i hope some one can help me with that problem. Tabular mode and 2 Tables: fact_salesinfo, dim_version The Tables look like that: Fact_salesinfo: SalesId,versionid,Net Sales, cost...
View ArticleAn error occurred when loading the Cube ; Analysis services 2012
Hi AllWe are facing issue on our SQL Analysis services 2012 (11.0.3381.0) on windows 2008 R2.All cubes are not getting loaded on server. When we restart services some times 2/8 cubes some times 4/8...
View ArticleSSAS /MDX question
Hello allI have several dimensions in a cube (Comany Dim,Sales Group Dim,Product Dim, Chart of Account) and a measure JournalsI need to report line by Line on certain member in Companies ,sales group...
View ArticleFlatten table (Ragged into Balanced Hierarchy)
Hi, I've flattened parent-child table and got the levels like below...
View ArticleTabular Model In Server or Client Memory
Hi,Could someone clarify whether the tabular model is stored in the server memory or client memory? If it is in the client memory, what happens if the client does not have enough memory -- does the...
View ArticleConvert SSAS Tabular Model to SSAS Cube
Hi,I'm assuming that there is no way of converting an SSAS Tabular Model to an SSAS Cube without actually re-developing the whole thing? Likewise, as a cube can be more complex, there is no way to...
View ArticleHow to get only Last year sales for completed months
Hi, I have this mdx query below which gives me the Last year sales and the way it calculates is if the user date is in the current month then give me the sales for only until that date of the month and...
View ArticleHow to merge 2 dimensions in SSAS
I am having 2 dimensions in Cube - Customer and Customer flag.Customer dimension has all customer related information like address, Customer key etc. Customer dimension has Customer key as it's primary...
View ArticleNeed help! Summing measures based on date and other attributes in MDX
I have a scenario where I am trying to sum a number of events based on a chosen a date. I need to show the sum of the events by an academic term and application status category for comparison.This is...
View ArticleMDX Filter
Hi all,I'm an absolute novice on MDX and need some assistance...The result I am after is the set of products (Product Dimension) where there exists related order lines (Order Lines Measure Group) that...
View ArticleHow to reduce processing time in Cube in SSAS 2008
HI All,I have created cube in SSAS 2008 which is like to fetch data from oracle database ,for this i have created partition in one of the measure group which contains data of 20 month ,when i process...
View ArticleAggregation based on max id value.
Hi,In my cube I want to create measure based on value.Key id value1 1 0 1 2 0 1 3 1 2 1 1 2 2 0 2 4 0the measure calculation would be...
View Articledisplay hierahecy one after another in MDX
hierarchy 1 Countcountry 2State 4City 2Hierahey2Distributors 3Retailer 5i want to display...
View ArticlePlz Help me
Dim Timezone FactSale FactPayment-------- ------------- -----------------Date...
View ArticleSSAS Cube Calculated field which will sum invoice but ignore a filter.
Hi Guys,Newbie here and I hope you guys can help me. I need help creating a calculated field where it sums up a measure like say invoice volume, but ignores a single filter which is the selected date....
View Articlewhat is best design practieces Design practices for a calculated measure base...
i have lot of calculated meassuers around more than 300 and feature going to incare .like sum,count,percent average etc. base on different grail like geography territory etc.it is big maintenance...
View Article