3 Instances Limit Memory for each Instance
Which of the memory settings do I need to be concerned with. When trying to limit the amount of memory for a SSAS instance on my...
View ArticleWhat happens when a Default partition is not set up
Hi,If I have a cube with datasourceview definition queries selecting the complete data from the fact table, but my partitions set up only for current year and last year. what would happen to the rest...
View ArticleSSAS 2000 Olap providing alias name for Column
Hello Everyone ,There is requirement to change column name as alias in SSAS 2000 Olap , We want to change this in OLAP Cube side not in database .Like in our fact table one column name Service we want...
View ArticleQuestion about SSASOpsGuide2008R2
I’m reading the Microsoft SQL Server 2008R2 Analysis Services Operations Guide and have a question about chapter 7 Diagnosing and Optimizing.On page 63 (7.1.1.2 Relational Indexing for Dimension...
View ArticleSSAS Performance Cache warming
Hi ,We have several reports that run very slow the first time after the cube is processed. All the subsequent runs are quicker. I am planning to warm up the cache for the MDX queries. Most of the MDX...
View ArticleFiltering out members using a scope statement
Hi,One of our clients requested how he could easily monitor a set of items based on sales.I created a dynamic set for him, but the fact that no totals are available I'm wondering how useful this...
View ArticleSSAS 2012 Drillthrough Doesn't Return all Values
I have an issue where sometimes a DrillThrough does not return a record for all values. I found this while testing the drillthrough in Excel and do not believe it has anything to do with the Max Rows...
View ArticleProblem with calculated column in SQL Server 2012 Tabular
Hello All, I am trying to migrate one of our cubes from SSAS 2008 to 2012 Tabular and am struggling to figure out how to port over a specific calculated column from MDX to DAX. I am attempting to use...
View ArticleCannot connect to SSAS 2012 - the connection timed out....
Had a real pain in installing SQL 2012 developer on Windows 8. Most of it seems to be working but went back to SSAS and cannot connect to the instance.Added myself into Admin group for SSAS and that...
View ArticlePull in Most Recent Visit Date MDX (SSAS)
I am attempting to pull in the most recent visit date based on a cube containing claims data and am having trouble finding the solution.I want my result set to look like this:DimAttribute1...
View ArticleHow to start DAX Editor ?
Hi all.I downloaded DAX Editor from codeplex site, ran installation, closed and opened my Visual Studio 2012, and now what? How can I start DAX Editor? It does not appear in any of VS menu. Thanks
View ArticleSSAS 2012 and Hyperion BI+ 11
HelloWe're in the process of developing a data warehouse solution and (due mainly to political forces) have opted to use Hyperion BI+ Interactive Reporting to provide end users with adhoc reporting...
View ArticleSQL Server data cubes error
Hi FolksAs I am new in analysis services, I have created database in SSAS and tried to create new actions on it but getting error every time when I try to create any new mining structure, roles etc....
View ArticleSemi-Additive over Date AND Time Dimensions?
Hi,I am continually thinking that this must be possible... but how do you do semi-additive measures over DimDate and DimTime, i just can't figure it out.The only way i can potentially see this working...
View ArticleCalculating MODE (most common number in a set)
Is there a way to calculate the MODE in SSAS? I see there are Microsoft provided functions for Median, AVG, Max, and Min but nothing for Mode.
View ArticleMax value of a measure and corresponding values of measure 2
Hi ,I am trying to create a calculated member in Analysis server cube (2008 r2) to achieve the following. I want to display a corresponding measure 2 value based up on another measure (measure 1). The...
View ArticleDate value associated with a max value of a measure at the lower level.
Hi,Looking for an mdx statement to get a member value of a Hierarchy corresponding to the MAX value of a measure. For example My date hierarch is Year - Month - Date.My measure is x. So when I am...
View Articlethe database cannot be attached because an error occurred while loading the...
I can not atachar database analysis services. "the database can not be attached Because an error occurred while loading the log detach" Any ideas, I have no backup. Please, thank you.
View ArticleTotal Count
Hi All,I would like to know how to get the sum in MDX Query for the below T-sql query . I took Example of all these tables from 'AdventureWorksDW2012' Database. select sum(SalesAmountQuota) from...
View ArticleMDX Help
Hi I need to create a new calculated measure for converting my seconds into hh:mm:ss.I have the following mdx code but, get an error on the first "FORMAT" reserved word:iif([Measures].[Call Taking...
View Article