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

How to filter 2 dimension values

i have two dimesion tables tables (Country and State) .i want amount based on country and state filteration using with member clause in mdx query. For Example : Country-india ,State -Andhara...

View Article


Excel Service Problem

Hi,When I publish my excel dashboard to sharepoint 2013,in excel service Quick Explore icon doesn't appear,when I drill down to inner level of hierarchy,there isn’t any icon to drill up!!In addition my...

View Article


Rolap & Molap Dimensions

Hi allI am new to the BI side of SQL Server so I have a couple of newbie questions.Am I correct in that ROLAP is when your data warehouse is stored as normal Relational SQL Database within your...

View Article

Display all the Dates of a Week of the current date selected

Hi , Can anyone tell me a MDX expression that helps me to display the dates of a week . Let me explain it clearly . I have a hierarchy with Week Level-> Date level . Now when i select a particular...

View Article

SSRS issues: LastPeriods resulting in different number of columns being...

[code="plain"]SELECT ([Measures].[Fact TOL Activity Count]) ON COLUMNS, TopCount( Except( {[ADVISER].[ID Key].[ID Key].Members} , [ADVISER].[ID Key].[Unknown]) , 5 , ([Measures].[Fact TOL Activity...

View Article


Best relational OLAP database design to implement Analysis Services Hierarchies

0I need some advice about the design if the OLAP dimension tables in order to implement hierarchies in Analysis Services.I'm trying to keep as much as possible to a Star schema, but I also want to...

View Article

Reading XML data in MDX ?

Hi All,I am trying to read XML data from an XML datatype columnin MDXThe query i am using is [code="sql"]SELECT lock_object_id ,lock_type FROM $System.DISCOVER_LOCKS [/code]I want to read the data from...

View Article

Creating lists from multiple dimensions where there is no logical count

Hopefully the title is about right - hard to put this into one line.I have had an SSAS 2012 cube, accessed via MS Report Builder, dropped on me to try and use by a supplier and while I am waiting for...

View Article


Display measure value based on max value of another measure in SSAS cube

Hi,I've one requirement in SSAS cube, to get measure value based on max value of another measure.Example :Time Measure A Measure B1 PM [b]2944[/b] 190.5601:00 PM 2,893 17401:05 PM 2884 18101:10 PM 2920...

View Article


Date Hierarchy CurrentMember returns Null, what am i doing wrong

When I run the following query, [Measures].[Previous Period] and [Measures].[X] are coming back with null.I tried changing the dimension type properties to time, date, etc but no joyWITH MEMBER...

View Article

Sum & DistinctCount in Separate Measure Groups

Hi there,I have a measure group that has both a Sum of total vehicles sold in $ and a DistinctCount of the number of vehicle types sold. What, if any, is the benefit of separating these measures into...

View Article

MDX / Analysis based on the for Employee-Project-ProjectTeam Data.

Hi All, I have below tables : Employee ( ID, EmployeeCode,fname,lname)Project(ID,ProjectCode,ProjectName)ProjectTeam(ID,Employeecode,ProjectCode,StartDate,EndDate)How do I design fact and dim table for...

View Article

Like we have If Not Exists in T-SQL, Is there any alternative in MDX ?

Hi All,I am a newbie in MDX. I am trying to execute MDX query through SSIS Execute SQL Task. I have set Single Row as a result set. Every thing is fine, But the problem arise when the query does not...

View Article


Scope using different data hierarchies

Hi,I've bee trying to make a scope act upon which hierarchy is chosen, but the behavior is not as intended. I created a dimension to deal with the Date aggregation so I do not ahve to create manually...

View Article

Calculate amount based on two dimension tables filteration values

i have 2 dimension tables (Time,Product) and 1 fact(Sales),i need amount based 2 dimension table filtrations.Suppose time table i have year column value :2014 product table product name value:DellNeed...

View Article


Tabular Model Memory Issues

I have a tabular-model which has recently started to run out of memory when the job that performs the full process is run(Memory error: Allocation failure : The paging file is too small for this...

View Article

Calculate the No. of Days for the Date period selected using MDX

Hi ALL, I need help on one the requirements where i need to find the no of days for the Date period Selected . Let me brief the explanation for you I have got a date Hierarchy with...

View Article


OLE DB or ODBC error: Login failed for user 'apingali'.; 28000.

HI, I'm getting following error what should i do to resolve this A connection could not be made to the data source with the DataSourceID of '6d3822bb-b80f-4a5c-9bce-63d58573ff9c', Name of 'SqlServer...

View Article

Aceessing 2 different dimension from same cube in 2 different packages ?

Hi All,I would be proceesing dimensions in my SSIS packages. And i want to run packages in parallel.Suppose i have a cube name as AdventureWorks and have 2 dimesions say A and B.Dimesion A would get...

View Article

Many-To-Many currency conversion - discrepancies

Hi,I created many-to-many currency conversion project based on Wizard (i'm not an expert).This solution has Pivot currency (all amounts are converted to Pivot currency first and then to Reporting...

View Article
Browsing all 1341 articles
Browse latest View live