Create an offline olap cube using any relational data source.
Hi,I was wondering how can you generate an olap cube programmatically in c# using any relational datasourcewithout using analysis services. A concrete example (something i couldnt find anywhere on the...
View ArticleAMO in SSRS report
I'd like to create an SSRS report that enumerates partitions. Seems the only way to do this would be to use AMO in the SSRS Report code. Does anyone have an example of how to implement this? Is it even...
View ArticleError configuring HTTP Access on IIS 7.0 for SQL Server 2008
I am trying to configure http port to Analysis Services by following the steps mentioned in the following link-http://msdn.microsoft.com/en-us/library/gg492140(v=sql.105).aspx I am failing at the last...
View ArticleSsas 2012 tabular incremental processing
Hi I have a general SSAS 2012 Tabular question: I have a table in Sql server called tblTest with 3 columns: 1. Id int 2. Name varchar(30) 3. ImportFlag tinyint default 0 -- 1.inserted 2.updated...
View ArticleThe server sent an unrecognizable response error when MDX query does not have...
Hi All,I am using following code to execute MDX query using ADOMD:var connection = new AdomdConnection(connectionString); var command = new AdomdCommand(mdxQuery, connection) { CommandTimeout = 900 };...
View ArticleSSAS 2012 Calculated Member Issue
We have ssas db's that were recently converted from 2008 r2 to 2012. Over all things seem to be functioning fine except for a dimension on where we created calculated members for aggregations.The dim...
View ArticleHow to show child level measure at parent level using scope
Hi ,I want to show childlevelmeasure atparentlevelusingscope. I canuse the below queryto show minimumof measures.scope(...
View ArticleCalculated Dimensions. Is this possible?
In our cube we have a Division Dimension that breaks the company up into specific pieces i.e. Non Profit, Political. Over the years these divisions have changed. Some have merged with others, while...
View ArticleConnections to OLAP Cube from Excel failing for some users
HiWe have a situation that some users are connecting to our SQL OLAP Cube and others cannot. They are all using Excel 2010 on a Windows 7 PC. They are all using the exact same connection file, i.e....
View ArticleHow to check if SSAS server is overloaded
HI All,We have a SSAS server. The server got multiple cubes on it. Multiple users are running query on the server using various clients (.net application using ADOMD to execute query, management studio...
View ArticleAdventure Works Cube deploy SSRS 2008 r2
Hi guys, i have a problem when i try to deploy to the SSAS cube. I am sure it is my mistake but i can't find it. This is my firs time deploying a cube. PLease help me figure out. Just so you know...
View ArticleSSAS Usage Dashboard
Hello All,I am trying to figure out the best practice for tracking User Usage in a Tabular SSAS Cube?Some Key Metrics:1. How often user login?2. How long they stay?3. Average query rendering time?4....
View ArticleBest practices for scheduled cube processing (SSAS 2008 Standard Ed.)
Hi there,I have setup a simple SSIS package that processes the cube and deployed it to SQL Server 2008 Standard on a 30 minute schedule. I'm wondering what the best practices are in this case. These...
View ArticleFilter Problem Terrible Slow
Hello, this is my test-script SELECT NON EMPTY { [Measures].[Level4 Qty Master Product] } ON COLUMNS, NON EMPTY { ( [Transactions].[Transaction Id].[Transaction Id].ALLMEMBERS *[Master...
View ArticleReplacing field values in MDX queries
I am really new to MDX and i was wondering ifit was possible to replace field valuesin the queries.I would like to replace'Unknown' values in the Plant IDdimension with a different value, for example...
View ArticleMDX Help - SSRS: Comparing Values in Two Time Periods within a larger Set of...
Hi,I'm brand new to MDX and need some help. In SSRS I have a dataset that pulls from an SSAS cube. What I need to be able to do is to compare a value for the max(timeID) with a value for the second...
View ArticleIn a cube (SSAS 2006), can I just show 1 measure and 2 dimensions, without...
I'm creating what's supposed to be a very simple cube, with just one measure , and about 7 dimensions. Each dimension comes from a different table. It looks like the standard setup is to always have a...
View ArticleAVG in MDX
Hi, i'm doing and excel report where i'm using as Row Leves, atributes from different dimensions. What I need to do is to get the AVG of the children from each level. for example:Category(5+12+23)/3 =...
View ArticleBIDS for Visual Studio 2012?
I just installed Visual Studio 2012 Professional, is BIDS available?
View ArticleAccumlating Snapshot with State flow Dimension
Hi I have a designed a accumlating defined by Philip Stevenson in below mentioned post (where the State Flow is defines as a Dimension and we will use single Time dimension rather that multiple role...
View Article