Simple One : Pivot OR Pivoted count MDX Results Question
Team , Thanks for your time in advance . Below is the sample of my on-going mdx query in generating a report .SELECT {[Measures].[Death Count],[Measures].[Length of Stay]} ON COLUMNS , FILTER(...
View ArticleMDX Question - Alias in Dimension Pivot (On Rows)
Hello, I'm trying to create a single MDX query that I can Pivot by 4 sperate options.I'm calling this query from Reporting Services, and the query works fine for a single pivot point however I dont...
View ArticleSQL Server 2008 Best practice for Number of Partitions per Measure group
HelloI understand from AS Limits guide that i can have 2 billion partitions per cube. But i have these questions below1. Is there is limit for Per measure group also?2. What is the best practice...
View ArticleMicrosoft.AnalysisServices.AdomdClient
In a C# console application, I have added "Microsoft.AnalysisServices" as a project, but there doesn't seem to be an AdomdClient class within the namespace. What am I missing?
View ArticleHow to Keep historical data in SSAS
Hi everyone,I'm new to SSAS and trying to understand the concept of historical data. We have a booking table and want to keep the status of the booking (Active/Cancelled).So I assume we will need to...
View ArticleHow to make the values of a MDX query change based on the parameter
Below is the query which i have written and it works fine too WITH MEMBER [Measures].[ParameterCaption] AS [Financial Location].[Location].CURRENTMEMBER.MEMBER_CAPTION MEMBER...
View ArticleMultidimensional cube switching
How can I have CubeA and in the mean time full build CubeB and when full build is done drop (or rename) CubeA and rename CubeB as CubeA (including dropping existing connections of there is any) so...
View ArticleGetting This week and last week data
Hello,I have booking fact table and I want to see how many booking the employees booked this week compare to last week. I tried many examples I found in the forum but not getting the right results.I...
View ArticleThe dates in my facts are falling of the edge of my world
I've got a standard calendar that I use for all my projects. The SK is an integer, format YYYYMMDD, there's a record for every day from 2009-01-01 to 2019-12-31, and it has a 1753-01-01 member for...
View ArticleHow to find the Average in a Calculated Member with filtered Values?
Hi to you all,I currently trying to Implement a Calculated Member (SSRS or SSAS ) which would Show me the Average Values per Customer, i hereby Need to devide the Sum of Values from all Projects, and...
View ArticleSCD Key joining Fact Table
Hi,I have Slowly changing dimension Type 2. How can I joi that with fact table?I have Persons table as PersonID int Identity(1,1),PersonNumber,County,State, CountryI have person working in multiple...
View ArticleWhat is the best way to write this MDX
HiI have the following MDX, What I have noticed is that it caches the entire data ( Beginning of time till end) for the value specified in the where clause ( slicer =...
View ArticleMany small reference tables: should they be dimensions or attributes
Hi Folks, I'd like your opinion on best practices and design patterns, here.Consider a buncha commingled data . . . you know the kind of thing . . . there's a main table with numbers and strings, and...
View ArticlePowerview + Sharepoint 2010 + OLAP Cube + CU5 = Error
Hi,I just install a new sharepoint dev env.I apply the CU5 of SQL Server 2012 SP1I want to use the powerview tool in sharepoint to access my OLAP Cube.but I got this error using the SQL Profiler.Errors...
View ArticleErrors in the OLAP storage engine
I got this problem while deploying a cube, ive read a couple of errors and everything has to do with some keys.. but they get stated in the errors, unlike mine.Internal error: The operation terminated...
View ArticleSQL Agent is not running while connecting to named instance of SSAS
Hi All,I have a server which has SQL2012 SP1 installed . I have only Analysis tabular service installed on that server . This instance is working fine for me and i am able to connect to this...
View ArticleMDX query to get Topcount across multiple dimensions
I have following Dimensions of same level : [Area].[Area ID] [Discipline].[Discipline ID] and i have following measure: [Measures].[Risk Score] Note: These dimensions are related to the fact through a...
View ArticleSQL Agent is not running while connecting to named instance of SSAS
Hi All,I have a server which has SQL2012 SP1 installed . I have only Analysis tabular service installed on that server . This instance is working fine for me and i am able to connect to this...
View Articletabular 2012: possible to add related table to existing model and autocreate...
Hi allsay you create a tabular model over the top of adventureworks dw 2012you create a sql server data source and import factinternetsales and dimproduct. You process, all good.you then decide that...
View ArticleIs the concept of Tabular mode similar to Buisness Objects Universes?
Hi,I read some stuff about BISM and Tabular mode in past few days. One way of describing was that it is a meta data layer between source data (In which measures, hirarchies etc can be bulild) and...
View Article