Quantcast
Channel: SQL Server Analysis Services forum
Browsing all 14337 articles
Browse latest View live

Custom MDX

I bumped into the issue that when I pull multiple attributes in the Row Labels in Excel 2007.  It can take a long time to run the Non Empty with multiple Crossjoin statement created by Excel within AS...

View Article


Performance Point - 1 Dashboard, 2 cubes, 1 Time intelligence filter,...

Hi Hope you are well. I have a challenge. I am working with Performance Point and a number of different cubes.In this case I need to include graphs and charts from 2 different cubes on one dashboard...

View Article


How to Avoid reading Processing cube data (incomplete data from the cell )

Hi All we have ssis package which we will run for every 5 minutes to get latest data , the cube also refreshed every 5 minutes .i will take the latest value specific to the measure . Here cube...

View Article

MDX custom hierarcy tree

Hi,I have a MDX query:SELECT NON EMPTY {[Measures].[F1] } ON COLUMNS, NON EMPTY HIERARCHIZE({ ([Code].[Codes].[Code].ALLMEMBERS * [Price].[Prices].[Price].ALLMEMBERS ) }) ON ROWS FROM [Cube] WHERE (...

View Article

Microsoft.Analysisservices.Deployment.exe doesn't do anything in silent or...

Hi,I'm trying to created a auto-deployment method for SSAS databases. The method will integrated into our CI framework. After reading up it would seem that Microsoft.Analysisservices.Deployment.exe is...

View Article


Data Does not show when i create the partitions with query binding?

Hi,I have SSAS 2012 Cube, where a measure group has some relationships with different dimensions.When there is a table binding for that particular measure group the base measures shows value but when i...

View Article

Issues to overall report with a date.

I have 3 dimensions (including date dimension, I haven't included that here) and a fact table as the following DDL.DECLARE @Issues TABLE ( IssueKey INT, IssueName VARCHAR(20) ) DECLARE @Status TABLE (...

View Article

MDX: Forming Complex "Structures" (for lack of a better term)

I'm trying to create a "structure" that contains (Customer, Date of First Purchase, Date of Last Purchase) where the last 2 items are members from the same dimension attribute. This structure will form...

View Article


Image may be NSFW.
Clik here to view.

Cubemember MDX in Excel; how to exclude just one piece of a data set?

0I have a large and complicated workbook that uses thousands of cubemember and cubevalue formulas. Due to some company changes, I am in the process of altering my workbook to point to a new cube that...

View Article


We Need a 64 bit driver for a SQL Server 2005 OLAP Cube on a Windows 7 machine

When we try to run/install SQLServer2005_OLAPDM.msi on a 64 bit Windows 7 machine, we are informed that the package is not appropriate for that machine.Thanks

View Article

Could not see perceptive cube in AnalysisServer database

Hi hope you people are doing great.I am taking training on SSAS.I have created a new perspective and deployed the project.But I couldn't see any associated cube with perceptive name in my analysis...

View Article

Image may be NSFW.
Clik here to view.

Become our FIRST Microsoft TechNet SSAS Guru of 2014!!

Happy New Year!Time for a fresh start!We're looking for the first Gurus of 2014!!This is your chance to make your mark on the Microsoft developer community.All you have to do is add an article to...

View Article

time awareness of cnanging dimensions members

Hissas changing dimensions are using startDate and endDate attributes to add relevant time range for thier members. so when slicing time dimension only those who are relevant to that date are visible.I...

View Article


Tabular Action Editor - URL - # in URL not working

Hi I added a URL action Item to my Tabular model using the Codeplex BIDSHelper application The following url worked perfectly using SQL 2012 SP1 on the action items in a excel pivot table....

View Article

Slow query for DAX measure having more SUMs - SSAS 2012 Tabular

Hi,I'm operating with a large fact table (more 200-300 millions of rows). In this fact table I've some columns, fe A, B, C, D, ...I've created a DAX measure like this:Value_SUM:= sum(A) + sum(B) +...

View Article


INTERESTING! Tabular Analysis Model

Hello everyone.I have a question regarding MS tabular model and it's performances.We have in practice one fact table with around 15 000 000 rows. Connected to that fact table is dimension 1 table with...

View Article

Floor in mdx query

Hi,I need like sql floor function in mdx query.select<//span> FLOOR(DATEDIFF(day, '2007-11-22', getDate()) / 365.25)--act as floor function in mdx query.indu

View Article


DayOfWeek has wrong sorting

HiBeen searching on this forum for an answer..Im a noob regarding SSAS, my primary work is in System Center.We have a problem regarding DateDim, and the sorting of the DayOfweek.The ordering right now...

View Article

Error processing cube - requested operation cannot be performed on a file...

Hi,We have recently moved our production servers and since the move have been experiencing an intermittent (but frequent) error when processing our OLAP cube.The error messages presented are:"Error:...

View Article

Partition ID

Hi :I am trying to process partitions in an Analysis Services Tabular model programmatically.I have created a partitions table in which I would be having the partition_name and other attributes of the...

View Article
Browsing all 14337 articles
Browse latest View live