Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Browsing all 1341 articles
Browse latest View live

Dimension Members showing Empty in Excel

Good Day All.I am hoping this is not a bizarre or vague topic but its totally weird on my end. So basically I have a dimension called DimSegment which holds segment names for our business. It joins to...

View Article


Using Scoped Assignments To Show Calendar Year-To-Date Values

I have a problem when I write scopes statement to calculate Calendar Year-To-Date Values in cube using SSAS.Here is my Date Dimension and its hierarchy: enter image description here enter image...

View Article


Giving non sa users select access to cubes?

Hi All,I have been searching high and low and cant find how to solve this problem i have with ssas permissions. We have a couple cubes we want to allow non sa users to be able to query using mdx....

View Article

SSAS with a few thousand calculations. How to reduce time-to-connect?

We have a cube, which has a few thousand (20K+) calcs created on it. :crazy:To quickly eliminate questions why we need so many - we hid one dimension with 20K members and exposed them as calculated...

View Article

Working with dates in MDX

Hi,I have encountered a bit of a problem.I have written a report for a customer which has 2 calendar controls - Start Date and End Date There is a requirement to then pull back a list of Comparative...

View Article


SET of dates for comparing values- 2 date ranges.

Hi,I realise my previous post may have been a bit hard to understand so I have re-created what I would like to do in the AdventureWorks database.I am expecting to see values for both the measures as...

View Article

Is there anyway around unique dimension key columns and individual Hierarchies

Good Day (Why do i feel like i'm asking a question here everyday)Consider the attribute relationship for my dimension dimdataorg (org_rel) and the hierarchies I am trying to build (hierarchies).I have...

View Article

MDX - Complicated Count Logics

A snapshot cube has three dimensions: Status (inactive, active), month, member, the measure is count (count of member).How do I calculate # of members who were inactive or not existing in the previous...

View Article


Login failed for user 'NT Service\MSSQLServerOLAPService' 28000

I am using SQL Server 2012 developer edition on Windows 7. I have the following error attempting to process a dimension: OLE DB error: OLE DB or ODBC error: Login failed for user 'NT...

View Article


Parameterized measure type - 2 different approaches

Hi colleagues,I need again your priceless time to discuss the following situation:I would like to parametetized the type of measure, or better, the type o calculation applied to a specific measure,...

View Article

Deny read access to a dimension

How do I deny read access to a dimension data, through either SSMS or XMLA?It looks like I cannot deny access at the dimension level. I have to deny the read on each attribute separately by setting...

View Article

How to Distinctcount for lastmovement of each elem

helo i have a problem to get the distinctcount:My fact table:Elem DateMov------ ----------Elem 1 20140113Elem 2 20140215Elem 3 20140520Elem 1 20141011for a range date {null:20140230} i need return 2...

View Article

How to SLQ query to Mdx Query

I have :CREATE TABLE [dbo].[Fact]( [Id_Fact] [int] IDENTITY(1,1) NOT NULL, [Id_Elem] [int] NULL, [Id_Store] [int] NULL, CONSTRAINT [PK_H_Movimientos] PRIMARY KEY CLUSTERED ( [Id_Mov] ASC)WITH...

View Article


MDX for SUM(YTD) returns Nulls

Hello,I am trying to write what should be a simple MDX script as a CALCULATED MEMBER in SSAS 2012. I am trying to create a measure that is a YTD Sum of Current Month Actual.My Time Dimension is "FISCAL...

View Article

Ssas 2008 r2 - SUM Sales problem with specific ROLE

Hi to all.I use SSAS 2008 R2.I have a SALES Cube.In this cube i have (scenario simple to understand what i cannot do )Dimension STORES (about 100) Dimension CUSTOMERS Dimension CHIEFSTORE (A person who...

View Article


MDX for weighted average?

Hi,I'm looking for some help writing some MDX for a weighted average. I'm relatively new to MDX so all help is appreciated. Some example data (Quality Level is Pass / Inspect ):[code="plain"]Account...

View Article

How to get a set with lastchild of each parent

How to get a set with lastchild of each parent in a hierarchy, please see the attach imagemy MDX query :select {[Measures].[H Movimientos Count]} on 0, {descendants([D Movimientos].[Elemento -...

View Article


Error while deploying a cube

Hi Every Body As i am new in SSAS. I want to deploy the cube but it display following error. Parser: the syntax for the ImpersonationInfo object is incorrect. If the ImpersonateAccount value is used...

View Article

Strange Error : Cube with Oracle & SQL Server Data Sources

Hi, I've got a user who is building a cube that has both SQL Server & Oracle data sources. Tables from both sources are added to the cube and measures from both are added, you can Explore data from...

View Article

MDX - With Member

I saw mdx codes example using the "With Member" like1. With Member Test1 as ....2. With Member Measures.Test1 as ...3. With Member DimensionName.HierarchyName.Test1 as ....As far as I see #1 and #2...

View Article
Browsing all 1341 articles
Browse latest View live