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

Roll Up Issue - 2 Companies, Same Teams

Hi I'm having an issue that is probably caused by my inexperience.We have a Cube that tracks calls answered from 2 different companies. There a three teams that answer calls from both those companies....

View Article


Process Dimensions Dynamically with SSIS

Hello,Wasn't sure if I should post here or under SSIS or Data Tools, but I'll start here. I'm setting up an SSIS package to reprocess cube dimensions dynamically using the following...

View Article


Refreshing SSAS cube

HiI wanted to do a incremental load of my cube. My sql query for taking delta is this.[code="sql"]select column 1, column 2 ...column N from tableFact where load_dt > current date - 1[/code]This...

View Article

Fact Records Not Being Converted to Unknown Members

I have a dimension dim.MethodInfo. I select from it as a [b]Named Query[/b] inside my [b]Data Source View[/b]. I select only two rows from the table, out of the 20 rows it has (I do this for a good...

View Article

Calculated Member - Current month

Good DayMy situation is that the script below is for a calculated member but I need to add a condition into that only makes the else statement apply to the current month only. All other months (the...

View Article


Find last time all cubes were processed

Is there an easy well to find out the last time all the cubes on a server were processed? I've got over 20 cubes on one of our SSAS instances and would like to find out the last time the cubes were...

View Article

Converting @ISMBR into SSAS MDX query

Hi, How to convert Oracle @ISMBR function into SSAS MDX Query?. I tried like IIF( Count( Intersect( {MemberRange([New York],[New Hampshire])}, {Market.CurrentMember} ) ) = 1, <true-part>,...

View Article

Do you need a cube if you have a Data-mart and PoverPivot/Power Query

Hi Guys, I have a question to ask. I have been using SSAS and Cubes for about a year now. I admit my MDX is not that good but I have been able to plod along and generate reports that are needed. Anyway...

View Article


Conditional Measure in DAX

Hi all,I have a measure that is a running total in a selected Month, as shown below;[code="other"]CumulativeCount:=TOTALMTD(COUNTA('ConsolidatedFiles'[DiligentaCode]),'-...

View Article


Migrating SSAS cubes to different instasnces

Dear allI am migrating from server A to Server B an entire SSAS project with different cubes. The server A will remain my deployment server and the new server B will by my production server.On Server...

View Article

best way to setup SSAS DR

what is the best way to setup the SSAS DR between two data centers?setup SSAS as a fail over cluster between two data center?or there is another way around?Any help is appreciated.

View Article

MDX - Count to return NULL instead of zero

Hi everyone,I have a Count measure that is simply counting over a set as follows:MEMBER Measures.[Count Customers]AS COUNT( EXISTING CurrentCustomers )This query returns the correct result but is...

View Article

Description not available in DMV

Hi,I'm using the below mentioned 2 queries as MDX against my cube to get Description of attributes in Dimensions and Measures. But the "Description" column is displayed as empty. When I import the cube...

View Article


How different OLAP vs Dimensional Modeling? Can any one explain

please help on this!!!

View Article

DAX: Related() function giving N/A value always

I found a weird behavior with Related() function in one of my tabular projects.It worked till last week and now its started giving me always single value N/A for all rows.I checked the Join, it is...

View Article


ROLAP Writeback Vs MOLAP Writeback

Have been using the Writeback facility in SSAS and wanted to understand the difference between the ROLAP Writeback and MOLAP Writeback.My understanding is that ROLAP Writeback would allow you to update...

View Article

SSAS Calculated Member Based on Dimension Attribute

Hello, I'm trying to create a calculated measure that returns the converted value of an amount to Euro : i have the measure [Measures].[Montant] in my fact table but i need to use a dimension attribute...

View Article


Existing Excel reports not picking up new data after deployment

Hello there. I've got a very annoying issue that I cannot seem to get to the bottom of. I deployed a new version of a SSAS cube a couple of weeks back. Due to connectivity restrictions, the method of...

View Article

Permission Error When deploying a cube

hi friends, When i try to deploy the cube, i got an permission denied error Error 1 Either the 'CHEMOILUS\vijayalayacholank' user does not have permission to create a new object in 'CAMSSRV14\SQL2005',...

View Article

Issue with Duplicates

Hi All,I hope you can guide me on this one...I added a New dimension and measure to my existing cube but I am getting random duplicate results.In the fact table the rows only appear once.When I query...

View Article
Browsing all 1341 articles
Browse latest View live