Format measures
Hi There,I have typical Account dimension, which has Income (Lev1) - Reveue (Lev2), Expense (Lev2), then salary (Lev3), .... Ialso has Headcount at Lev1, then fulltime at lev2.Measure Amount is...
View ArticleCalculated Member for percentage
I have distinct values of an integer column selected from a table and is currently the dimension(named calculation) and the measure group has the count of the same integer column specified in the...
View ArticleMDX to get amount that calculates multiple columns
See picture below. I need to create this in an MDX query. It pulls yesterday's date (May 6) and the day before yesterday (May 5), but i need the dates to be dynamic, such as StrToMember('[Date].[Year -...
View Articleanalysis databases in Analysis in SQL Server 2000 not visible after p2v
Hi All, We recently moved one of our Server from physical to Virtual. This is SQL Server 2000, after migrating from physical to virtual we were not able to see analysis databases in Analysis Manager....
View ArticleBIDS for Visual Studio 2012?
I just installed Visual Studio 2012 Professional, is BIDS available?
View ArticleHow to process dimension with large data
Hi, I have a dimension, about a 100 millions of data, and have to process the dimension in regular intervals like for every 2 hours. Like we do partition for Cube, is there any we can partition the...
View ArticleStar modeling
Hi experts, i have a problem, i'm new in ssas dev, i'm trying to create ssas with star shema but i don't how :( this is my Data Source view :and this my star shema :plzzz help :(
View ArticleIf we have common dimensions (Same Dimensions are used across many Cubes)...
If we have common dimensions (Same Dimensions are used across many Cubes) then it is better to give dimension name same while creating Data Source View.For Example: I have an existing cube say Cube_1...
View Articlehistorical debt age
I want to build a cube with Invoices...I will have two date dimensions for Invoice Date and Payment Date (which becomes available later).I need to supply some "Debt Age" dimension with "Less than 30...
View ArticleSQl Server 2012 AdventureWorksDW database ATTACH
I am trying attaching AdventureWorksDW database to SSMS 2012,but unsuccessful, it it throwing error everytime. I have googled to find a solution and has tried few things, as listed:i have used the file...
View ArticleMdx to return all rows from fact-table?
Hi!I want to create a report in SSRS that executes a mdx to a SSAS cube.The "problem" is that I want all fact-rows (no summary) for a particular period.Example:MyFactTable ----------------- * FactKey -...
View ArticleVery slow processing of tabular model on AWS
Hi, I'm running a tabular model on analysis services on a remote server (AWS). However when I run any query from my local machine in Excel, the query takes forever. On the server the model runs just...
View ArticleOrder By Date MDX
Hi , How do I order the below by Date; I have spend the last hour searching the web, WITH MEMBER [Measures].[ParameterCaption] AS [Activation UTC...
View ArticleColumn Name not seen in a excel report
I have a cube and an excel report running off that cube. I added a new field to the FACTS table and processed it and i could see the added field in the FACTS table also when i click on the explore data...
View ArticleMultiple CUBES in SSAS
Hi All,I have small doubt in SSAS. Is there any demanding situation for creating multiple cubes in ssas.Could you please tell me any one instance for creating multiple cubes in SSAS.
View ArticleCube access issue
Hi I have developed and deployed the cube on server IP 192.X.X.56 In the cube i have implemented the Dynamic Role security (Users and corresponding Divisions----So a particular user would be able to...
View ArticleWill partitioning help with 4,294,967,296 tuples issue? What about SSAS 2012?
I've created a shell dimension with a nonaggregatable attribute and SCOPEd each of the members. What we've been finding is that as long as the user only uses 5 or fewer members in a single query...
View ArticleHow to recalculate measure based on filtered values
Hi all, I am a newbie in SSAS, I have encountered a minor issues in cube and I cant solve it in many days Please help me this, I very appreciate your ideas. My cube has a measure that shows the...
View ArticleProblem using CASE in Calculated Member
Hello guys,I'm trying to create a calculated member using CASE function, but it's not working!MDX Code:CASE WHEN [Measures].[Valor Liquido Venda] > 0 THEN (100 * ([Measures].[Valor Liquido Venda] -...
View ArticleMDX Tuple access
Hi , I am trying to use The SUM function in a MDX script, in order to do this I must count specifics tuples within my set,my question is : how can I access say [Date].[Retail Calendar].Item (X) so...
View Article