0
votes
0answers
8 views

Customized Measurement by DAX code

Goal: In the Table A i would like to have a measurement named "qnt". The calculation of "qnt" is CandyQuantity * Cost in the Table A Problem: How should create the "qnt" based on DAX code in relation ...
-1
votes
0answers
11 views

SSAS Tabular Incremental Processing

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 ...
0
votes
0answers
20 views

Error in SSAS 2012 when opening project in SQL Server Data Tools

I got following error in event viewer when opening a tabular project in SQL Server Data Tools: The description for Event ID 25 from source MSOLAP$LocalCube cannot be found. Either the ...
0
votes
1answer
32 views

SSAS 2012 - Dimension Modeling

I am working with a structure that results a lot of single attribute dimensions that require no hierarchy. Examples: Status(Status Name) Type(Type Name) I get the following warning when compiling ...
0
votes
0answers
35 views

Uninstall SQL Server SSAS 2012 instance in a cluster environment

I've installed a SSAS instance 2012 on the first node of my cluster but the installation failed. Somes priviledges were missing (from what I could read in the event log...). Anyway, I can put my ...
0
votes
0answers
79 views

Product Classification Parent/Child Hierarchy - “A parent attribute must be related to the key attribute of the dimension.”

This is my first post on stackoverflow... I did some searching and could not find my answer, so I will ask here. I have a need to report sales by Product Classification. FactTransactions have a ...
0
votes
2answers
105 views

SSAS cube processing error about column binding

This is an error message I get after processing an SSIS Cube Errors in the back-end database access module. The size specified for a binding was too small, resulting in one or more column values ...
0
votes
1answer
83 views

How do I display subtotals in cube browser in SSAS 2012 (Sql Server Data Tools)?

Apparently this feature was available in previous versions but has now been removed. What are some alternatives?
2
votes
1answer
199 views

Is there a way to compare multiple columns in PowerPivot using DAX?

Say I have a table in a PowerPivot that looks like this: For each row, I want to find the minimum value across Columns 1, 2 and 3 and display that value in the column "MinColumn". The built-in MIN ...
0
votes
1answer
241 views

How can I create a calculated measure based on a filtered dimension?

I'm relatively new to MDX (in the process of ordering a book just now) and having a crack at creating a calculated measure, which should sum a value from one of my Fact tables, based on a set range of ...
0
votes
1answer
55 views

Discritization Based on a Calculated Measure in Tabular Mode

I am currently trying to implement the following scenario on Tabular Mode SSAS, appreciate your support. We have a fact table of Transactions that is the linked to the customer dimension, and we have ...
1
vote
2answers
117 views

Add attribute to cube and reprocess without original database

Every year we keep a historical copy of one of our cubes. This year someone decided they wanted to pay us money to add an attribute to the cube which did not previously exists. Fine, I like money, ...
1
vote
2answers
150 views

calculating new measures in SSAS

I have a cube in my sql server analysis service (2012) project. One of my measures is withdrawn money from ATM. Now I want to have a new calculated measure that show me the growth of withdrawn money ...
0
votes
0answers
118 views

How would I convert a table to a parent-child structure

I have a dimension table in my relational data warehouse that holds category data. The category data is a ragged hierarchy. The table structure is as follows: SK int primary key SourceID int ...
1
vote
1answer
170 views

ssrs pass forms credentials to ssas

I want to create web service with forms authentication in SSRS and then use it to view reports retrieving data from SSAS cube. Is it possible to, after successfull logon, pass identical user's forms ...
0
votes
2answers
499 views

SSAS - Category Dimension - Unknown Member

I have an issue with getting my dimension set up properly. Basically I have a fact table that holds details on events. Each event can be categorized, but at different levels. I have a category ...
0
votes
1answer
135 views

How to unzip abf file

I have a file that is a abf file that is an analysis service backup file (http://www.fileinfo.com/extension/abf) How should I unzip it so I can you the the data in analysis service program?
0
votes
1answer
100 views

Is it typical to have the same value for FKs in my fact table across all FK columns?

I'm new to multidimensional data warehousing and have been tasked my workplace in developing a data warehousing solution for reporting purposes, so this might be a stupid question but here it goes ...
1
vote
1answer
107 views

SSAS 2012 Tabular Mode

Just started to do a Tablur Mode project in SSAS 2012. When I try to add a new Dim Table using the Existing Connection (Model > Existing Connections) it works fine and imports data and also I can see ...
0
votes
1answer
84 views

Error starting tabular SSAS instance

I'm getting this message (on the log) when trying to start a SSAS Tabular Instance on SQL Server 2012. I already have a Multidimensional instance running so this would be a second one. I also tried ...
1
vote
2answers
184 views

Implementing Full Text Search in Analysis Services Cube

I'm creating an SSAS cube (SQL 2012), one of the purposes of which is to expose data to a .NET UI which contains a number of filters/search features, allowing users to query the data. In the existing ...
0
votes
3answers
888 views

SQL Server 2012 - SSAS Deployment Failed: File System Error, Access is Denied

The context is OLAP cube development. After configuring my project though SQL Server Data Tools (SSDT, the new BIDS) I am unable to deploy the project. Every time the deployment process is started I ...
0
votes
2answers
63 views

What is the data loading time in inmemory technologies MSBI?

I have read like column store and vertipaq are in memory storage option in sql server 2012.So, It will be stored in RAM.I just want to know that, when it will be stored to RAM?whether the starting ...
1
vote
1answer
90 views

2 billion distinct values per column limitation

According to this link, columns in SSAS tabular models are limited to 2 billion DISTINCT values. Does this apply across partitions? For example, say I have a fact table with 4 billion records and a ...
2
votes
1answer
61 views

Context.CurrentMiningModel returns null in UDF

I migrated Mining Structures from a 2008 server to a 2012 server. When I try my CLR UDF (which is working fine on SQL server 2008) in a DMX query on the 2012 server, I am getting this error: ...
0
votes
0answers
1k views

Why is the AnalysisServices DLL moved in SQL Server 2012 RC0?

In Sql Server 2008 R2 I used the Microsoft.AnalysisServices.dll from C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies\Microsoft.AnalysisServices.dll. In Sql Server 2012 RC0 this DLL has been ...