Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
1answer
1k views

Designing dimension hierarchies: Natural or Unnatural

I'm using Analysis Services and when designing dimensions I'm never sure how far to go to build natural hierarchies. What I mean is I've added in all the genuine attribute relationships. So most ...
7
votes
5answers
223 views

Is there anywhere a Java library available that supports exactly the format strings of Excel?

For a Java application that drags data together from some sources and does some calculation itself, we want to offer users the possibility to use their own format strings, and would prefer the format ...
6
votes
5answers
976 views

Different approaches to accessing SSAS

I’m interested in knowing some different approaches for retrieving data from Analysis Services, to use in either objects in code, or for end-user reporting. I’ve used two different approaches in the ...
5
votes
1answer
337 views

Reading SQL Analysis Services Metadata

I have a number of objects in my SSAS cube, many of which were created to be invisible. For example: CREATE MEMBER CURRENTCUBE.[Measures].[Latency Backcolor] AS CASE WHEN [Average Latency] > ...
4
votes
3answers
500 views

Cross reference Facts and Dimensions in Data warehouse

I am trying to design a data warehouse for a licensing vendor, who sells licenses on ecommerce and various other venues. The things they want to track are sales, product lifecycle and activity. What ...
4
votes
1answer
298 views

Front end applications for examining/digging through a SQL Analysis Services Mining Model

I currently use Excel and SQL Server Business intelligence studio to browse my models, but I've been searching high and low for a decent, moderately user-friendly front end application that can be ...
3
votes
1answer
330 views

Performing MTD/YTD calcs over multiple calendars in analysis services

I have the following situation in my cube: Shop A uses calendar Cal1. Their sales month starts Jan 5th. Shop B uses calendar Cal2. Their sales month starts Jan 10th. Shop C...etc Shop calendars can ...
3
votes
3answers
525 views

Analysis Services with excel as front end - is it possible to get the nicer UI that powerpivot provides

I have been looking into PowerPivot and concluded that for "self service BI" and ahoc buidling of cubes it has its uses. In particular I like the enhanced UI that you get from using PowerPivot rather ...
3
votes
2answers
489 views

Access MS Analysis Services Cube via Excel on Mac?

In MS Excel 2007 on PC you can connect to a MS Analysis Services Cube via Excel. But I can't see how to do the same on Mac using Excel 2008 there. Does anyone know how to access the OLAP cube data ...
3
votes
2answers
975 views

Cant connect to analysis services via excel

I have an analysis services cube in SQL server 2005 which I'm connecting to via an excel front end. When I connect via one user its fine, but when I log on to the same machine as another user I get ...
2
votes
4answers
103 views

How can I improve read operations on a huge table?

I have a huge table with around 350 million rows which are updated every now and then(approx every row - once in 5 mins) and the update is done in batches (updating multiple rows together like 100 ...
2
votes
1answer
250 views

SSAS - Data Cube Hierarchy not visible in Excel

Initial Request: Create hierarchies over customer names and product descriptions. Problem: I created several similar hierarchies and the product description hierarchy is not visible in Excel ...
2
votes
1answer
110 views

SSAS - Changing Target Server

I am new to analysis services and data cubes. I inherited someone else's project, and I am using BIDS 2005. The company I work for recently relocated my analysis database to another server--lets say ...
2
votes
1answer
354 views

SS 2008 R2 Analysis Services - Class not registered

I have a fresh 64 bit SS 2008 R2 install on a new server running 64 bit Windows 7. (No previous versions of SS). BIDS is running on the same box as SS 2008 R2. I ran the Analysis Services tutorial, ...
2
votes
1answer
166 views

SQL, Analysis Services OR Reporting Services

I have a requirement and I am not sure if I should use Analysis services or Reporting services or some other technique. My client wants to show special deals from a database on their online website. ...
2
votes
1answer
281 views

SSAS 2008 date/time measure partition or dimension last processed?

Is there a way to tell the last date / time a partition was processed? I've lots of SSAS databases, with lots of partitions and the automation is not, but will be independently recording when a ...
2
votes
3answers
151 views

What data structures and algorithms are applied within data warehouse cubes?

I understand that cubes are optimized data structures for aggregating and "slicing" large amounts of data. I just don't know how they are implemented. I can imagine a lot of this technology is ...
2
votes
3answers
280 views

Preserving Language across inline Calculated Members in SSAS

Problem: I need to retrieve the language of a given cell from the cube. The cell is defined by code-generated MDX, which can have an arbitrary level of indirection as far as calculated members and ...
1
vote
1answer
365 views

“Duplicate attribute key” error when attribute is not a key

I am getting the following error when processing a Dimension: Errors in the OLAP storage engine: A duplicate attribute key has been found when processing: Table: 'dbo_Orders', Column: 'Project', ...
1
vote
0answers
66 views

Why are there no hierarchies based on time?

Why is it not necessary to define a hierarchy using the Date attribute from a date/time table? The Analysis Service project seems to want me to create a hierarchy within my Dimension -- the tooltip ...
1
vote
1answer
115 views

Specify cube name in the connection string

I am new to the Analysis services world, and i was wondering why we can't specify the cube name in the connection string? I am using sql server 2008 R2 and the adomdclient assembly version 10.0.0.0 ...
1
vote
2answers
62 views

A shorter way of specifying a set in MDX

Is there a briefer way of specifying a set in MDX? I know I can do something like : {[Debtor].[TRADING DEBTOR CODE].&[AU-000013],[Debtor].[TRADING DEBTOR CODE].&[AU-000020]} but once you ...
1
vote
1answer
214 views

Uninstall old version of Microsoft.AnalysisServices.AdomdClient from GAC

I need to uninstall an old version of this DLL from the GAC in order to run an installer, but I receive an "Access Denied" error. Does anybody have an idea on how I can remove this DLL?
1
vote
1answer
21 views

Is there any way i can deploy an analysis database incrementally without dropping all the existing data?

in our production environment, we got big analysis database running, and as time moves on, we want to add some new features, like adding additional dimension or metrics, and every time i do deploying, ...
1
vote
1answer
124 views

Shared Date Dimension

I have a date dimension that has identical attributes in several cubes. How should I set this up Have the dimension repeated in each cube Make it a linked dimension from one cube to all the other ...
1
vote
1answer
263 views

Measure names containing “Total” have strange grand total calculation in cubes

In programmatically building cubes for SQL Server Analysis Services using AMO, I've discovered that when a measure has "Total" in it's title, the grand total in the cube is calculated by a distinct ...
1
vote
1answer
527 views

Analysis Services database works with ASP.NET Development Server but NOT IIS

I have an ASP.NET application which needs to connect to Analysis Services database. All components are on the same machine: Web application IIS Visual Studio 2008 SQL Server 2008 My domain ...
1
vote
1answer
208 views

Sorting numeric cube dimensions in Excel

I have a pretty simple analysis services cube with a numeric dimension. It works fine in the cube browser, the attribute is set to order by key and it's defined as an integer in the database table. ...
1
vote
1answer
174 views

How to do filtered aggregations by a filter field in olap cube?

Currently I have one field in a SQL DB table called Amount. This field will be used in a Reporting Services report that uses SSAS OLAP Cube behind to display the winners and the payments. The column ...
1
vote
1answer
120 views

Testing Analysis services

We are looking to build a cube in Microsft SQL server analysis services but would like to be able to use some of the automated testing infrastructure we have. such as Cruise control for automated ...
1
vote
1answer
101 views

Adding a Relationship in olap Cube

Is possible to join a dimension to an OLAP cube using fields that do not have a foreign-key relationship in the underlying relational DB?
1
vote
1answer
82 views

What's a good screencast for an introduction to dimensional models and SQL Server Analysis Services?

My team is getting ready to start using SQL Server Analysis Services on our project but none of us have a lot of experience with it. What's a good screencast we can watch to get us started?
1
vote
1answer
420 views

MDX / Analysis Services Calculating Month To Date

I don't usually get involved with MDX if I dont have to, but.... I have a cube with simple fact table linked to a time dimension (with date,month,year columns and so on) and I want to be able for a ...
1
vote
1answer
134 views

Use custom authorisation on access to cube

Is it possible to use our solution's existing authentication mechanism for determining access rights to a MS Analysis services cube? We already have a system that manages usage policies and we would ...
1
vote
2answers
168 views

is there a web analytics framework?

is there a free framework which I can use to develop a web analytics tool? We want to know how many people visit our site, which pages of our sites is the Most Popular and etc. like this: ...
1
vote
1answer
350 views

Using EXCEPT in Calculated member

I have within an MDX query the following calculated member: MEMBER [Asset].[Class].[Fixed Income Derivatives (Inflation Linked)] AS ( [Asset].[Class].&[Fixed Income], [Asset].[Sub ...
1
vote
1answer
166 views

Linked dimensions and measure groups

I am programmatically defining an OLAP cube (SQL Server Analysis Services) which imports measure groups and dimensions from two other cubes. How can I connect a dimension from one cube to a measure ...
1
vote
1answer
198 views

SSAS: change boolean to 'yes' or 'no'

i'm new to Analysis Services. I have created a dimension on a boolean column. Now users want to have 'yes' and 'no' instead of 'true' and 'false' as result. Thanks.
1
vote
1answer
538 views

Time dimension not working in SQL Server Analysis Services

My fact table has a "Date" column that I have used as a foreign key to the Time Dimension table I used SSAS to create for me in the datasource. However when I deploy the cube and browse it, adding the ...
1
vote
1answer
711 views

Connecting to Microsoft Analysis Services cube with double hop windows authentication

I'm trying to enforce windows authentication for users of a .Net application on Web Server to access a cube on a Microsoft Analysis Services database on SSAS and just going nuts trying to get it to ...
1
vote
3answers
216 views

Why does my cube compute so slowly at the lowest drill down level?

I'm still learning the ropes of OLAP, cubes, and SSAS, but I'm hitting a performance barrier and I'm not sure I understand what is happening. So I have a simple cube, which defines two simple ...
1
vote
1answer
206 views

SSAS: named queries

I must first admit that I'm new to Analysis Services but now must extend an existing complex cube with a new dimension. So its even difficult to tell where my problem is without saying that i dont ...
1
vote
1answer
200 views

Getting measures from parent table using child table dimensions

I have a cube built in SSAS2008 that is built upon 2 tables - Accounts and Payments. Both tables have dimensions and measures, and it appears to be working relatively well - I can get payments for ...
1
vote
1answer
278 views

SSAS data mining web viewer

I need to allow my end users to view SQL Server Analysis Services data mining model (to be exact Association finding). I'm looking for a tool which can do the job. For the cubes I'm using Excel OWC, ...
1
vote
2answers
602 views

Rounding of calculated measure in MDX

How can i round a calculated mdx measure up to the nearest integer without having Excel on the server? The Excel-function is CEILING(number, significance), but it is not possible to install Excel on ...
1
vote
1answer
220 views

Analysis Services Partitioning Issue

I have a Measure Group, that is partitioned daily. I can process a particular partition, and the XMLA command completes successfully. Furthermore, I have ensure at least one partition is processed ...
1
vote
1answer
313 views

Localization with Reporting Services and Analysis Services

Disclaimer: I know very little about Microsoft Reporting Services and Analysis Services. So go easy on me! ;) We have an ASP.NET MVC website, it allows the user to choose their language by clicking ...
1
vote
1answer
809 views

MDX format_string for % doesn't multiply by 100 when % sign is at the front

For the following query: with member testVal as 0.1234 member testNormal as testVal member testPrepend as testVal, format_string="%##.00" member testMidpend as testVal, format_string="##%.00" member ...
1
vote
1answer
3k views

How to troubleshoot drillthrough error in Excel 2007 -> SSAS 2008

I've created a cube in SSAS 2008, and have it deployed to my local server. I can connect to the cube via Excel 2007, and the pivot table and pivot chart work perfectly. When I try to drillthrough on a ...
1
vote
3answers
308 views

Delivering Business Intelligence with SQL Server Analysis Services over the web

I have a cube developed using SQL Server Analysis Services (2005). Its hooked up to an excel front end. At the moment users have their own logon to the reporting server and access the reports that ...

1 2 3