Query Dates in MDX for Snapshot Data
I want to see WIP data in my cube. My fact table has a WIP_Date and a Bill_Date. If the item is not billed hence no Bill_Date, then it is in WIP. WIP is a snapshot...so at any point in time I should be...
View ArticleCombine facts and dimensions to create new calculated member
Hi all,I have a complex case as follow. The first image is data source and I need to create something like new fact on Cube which support two case:Case 1: only CY_Year on grid. Data will show as...
View Articlelink dimensions where some keys are missing in one
Hi, I have two dimensions which I want to link. I will give examples to simplify.Main dimension "Children" has details of seven children, names, ages etcSecond dimension "Cars" has the details of 6...
View ArticleParent Child Hierarchy - Display other dimension fields against parent
Hi,I have a Dimension for Customer with a parent child hierarchy. The problem I have is with additional fields within the dimension. See data below: Row Labels Customer Group Description Value...
View ArticleHow to speed up SSAS cube full processing
Hi,I have recently set up a server that holds both SQL Server DB and SSAS DB (i.e. I want to process cube on same server as the underlying DB).The server is a Proliant DL560 GenB ( 4x Xeon (each 8 core...
View ArticleUsing Common Table Expressions (CTE) in a DSV Named Query
Hi,I have a scenario where I need to "generate" fact data, so I'm using a CTE to generate the data. For maintainability reasons I have this CTE declared inside a view and in the DSV Named Query I just...
View ArticleGetting "An existing connection was forcibly closed by the remote host...
I cannot connect to Analysis Services through SSMS. Receiving a "An existing connection was forcibly closed by the remote host (System) error." I changed my password this morning due to our company...
View Articledimension usage multiple columns
In the Data source view, it is possible to create a relationship between a fact and dimension with multiple columns. How is this handled in the dimension usage pane? Can I create a dimensions that...
View ArticleAnalysis service Tabular Model
HiHelp me anyone,I Have to calculate for 1 Year rolling values from current date example let say i am in march-2014 i have to rolling my column values for 1 year means April-2013 For this what...
View ArticleNeed the SSAS Prediction Date
I have an SSAS BI project using SQL Server 2012 and Visual Studio 2012 (using the Sequence clustering algorithm) that is giving me some great predictions. I have several years of system failure data...
View ArticleCannot start a transaction for OLE DB provider "MSOLAP" for linked server
Hi there,I am not quite sure if this problem is attributed to SQL Server, SQL Server Analysis Services or some other unknown culprit, but it seems this is the likely place to start.I have started...
View ArticleOLE DB MSOLAP provider issues
Im unable to create a link server to remote SSAS servers. Error Below. TITLE: Microsoft SQL Server Management Studio------------------------------"The linked server has been created but failed a...
View ArticleHide dimension in SSAS standard edition
Hi, A quick question if anyone can be able to provide the solution:I am currently developing a cube in SSAS 2008 standard edition, therefore I can’t be able to create perspective in the cube, also we...
View ArticleSSAS Tabular Model
Hi Please help me anyone I have to derive calculated column in tabular model based on another column I need Flag status as 1 and 0 my column having different data with string type form that i need to...
View ArticleMDX - Average of months values for quarters, semesters and years
Hello,I would like to aggregate month values in MDX query to get quarter, semester and year ones.The problem is that "SUM" is used by default, but I want the "average" for quarter, semester and year...
View ArticleColumn disappear from MDX result when all rows have null values.
Hi In my MDX query there are the columns one is city and two measures columns Sales Amount & Sale Percent, results come correct when there are results for particular City's, but when I am executing...
View ArticleGet all measures - even calculated - from olap measure group
Hello, Im writing c# application using Microsoft.AnalysisServices in which I would like to retreive MeasureGroups measures from my Cube. Here is the code: Server server = new Server();...
View ArticleDoes adding a partition require reprocessing the entire measure group?
I'm using SSAS 2008 R2. I need to add some new partitions to update our "Prior Years" historical cube with another year worth of data. If I add a new partition will it require reprocessing the entire...
View ArticleVS 2010 - Providor PIOLEDBENT.1' is not registered Error
I am using VS-2010 to develop my SQL Server Tabular model project. I have to source data from one of PI/AF databases. I got PI OLE DB ENT Driver installed on my system and also able to connect to the...
View ArticleRemoving row and adding column values
Hi Everyone,Here I'm facing problem . We have a below table in this table i want to remove Top first row which have null values, and in Weight1 column with respect to SrNo 2,3,4,5,6 i want to add...
View Article