Performance when filtering a measure value
I' hoping you can help me with a performance problem when filtering on a measure value. here is the code sample:select [Measures].[Campaign Amount] on 0, non empty {filter...
View ArticleAggregation on two attributes
I have constituent dimension with Constituent ID and Household ID as an attribute. I need to show both household totals and individual (constituent) totals on the same row. Following is the code...
View ArticleNo tabular entries appear under BI for SSDT in SQL Server 2012 SP1
Missing "Analysis Services Tabular Project", "Import From PowerPivot" and "Import From Server (Tabular)" under BI/Analysis for SSDT 2012 SP1 using VS 2010 shell. I created a separate instance for...
View ArticleSUM() a measure for the currentmember
I have two dimensions [D projects] and [D services]. Each project can include one or more services. the fact [F Cost] contains the cost of a service in a project ... that simple.I want to generate a...
View ArticleRUNNINg total for distinct count measure across the time dimension
Hello,I want to create running totals within my cube for one of the distinct count measure that I haveAnd following table shows my measures and required running total measure values.“Unique Users”...
View ArticleWhen to use EAGER and when to use STRICT?
When to use EAGER? when to use STRICT? and when to leave the IIF with no hint if used in a MDX query? ... what factors tell to use a hint in IIF?Please do not refer to the following link, it’s not so...
View ArticleOrder by with dimension hierarchies
My mondrian schema is <Table name="dim_question_tbl"/><Dimension name="Time" foreignKey="created_date_id_i" highCardinality="false"><Hierarchy hasAll="true"...
View ArticleReturn Members With No Value - MDX
I have a report that returns hours worked by a employees in a certain Discipline/Department. There is a heierarchy DISC-DEPT-EMP (discipline>>department>>employee).What I'd like to do is...
View ArticleCluster resource 'Analysis Services' of type 'Generic Service' in clustered...
Windows Server 2012 R2SQL Server 2012After a recent cluster failover from node 1 to node 2, the Analysis Services role is in a failed state, with the service stopped. When attempting to start the...
View ArticleSSAS aggregation issue
Hi Experts,Can you please provide some help on this? I am new to SSAS cubes. I am trying to create a cube with 1 fact table and 1 M2M dimension, 1 regular dimension and 1 intermediate bridge table.But...
View ArticleTabular model data source
Hi guys, just getting into Tabular.is it a good idea to get data straight from the OLTP or from a DW?Why?cheers
View ArticleParameter issue with multiple values
Hi all,Goal of report : generate the sales amount per sales region (north/sud) based on the input payment amount. For example input parameter 400 --> I want all sales amount > 400. Same for other...
View ArticleSSAS 2008R2: Dynamic partitioning via SSIS - is this logic correct?
Hi all,I'm setting up dynamic partitioning on a large financial cube and implementing a 36month sliding window for the data. Just want to make sure that my logic is correct.Basically, is doing a...
View ArticleDeploy cube from Visual Studio 2010 to SSAS 2008R2
Hi all,I am attempting to deploy my cube from visual studio 2010 to SSAS 2008R2.When I do I receive this error:The ddl300_300:FormatString element at line 1349, column 41 (namespace...
View ArticleLink Calculated Measure with dimension
i want to make dimension that compare values between two fact tables 1st fact calls 2nd fact target calls what i need is to have a dimension that include (OnCalling, UnderCallig, OverCalling)in case if...
View ArticleMDX Query
Hi,I have data like this in a cubeDimension1 - CountryDimension2 - DateMeasures - Measure1I want to display data like as below by using MDX query, also i want to restrict number of months as well,For...
View ArticleCalculate sum of under estimates
I have a 2008 r2 cube with 2 measures EstmatedTime and ActualTime and a date dimension. I need to calculate the sum of the under estimates. So if my estimated hours on the 1st, 2nd and 3rd are 10,...
View ArticleIs it possible to have text measures in SSAS tabular?
The question pretty much sums it up. I am creating a model that involves textual status information on some processes. I would like to show these as text but cant for the life of me figure out how....
View ArticleConnect to a cube with Integrated WIndows Sercurity for Windows user with...
Hello,I am trying to connect to an MSSAS cube with a windows user ( and i need this user to be the end user that connect to the cube) from outside the domain.It will be .Net application.I use...
View ArticleFormular engine cache too slow
I am querying a cube on SSAS 2012, 16 logical core and 360GB memory vm. 1 NUMA.I have a big query which returns 1.7M rows. The 2nd time the query runs (warm cache), I can see there are four Get Data...
View Article