MDX query for week data
Hi All, my current problem is if any user selects week 'X' in report filter , it needs to display data upto 'X-1' week. how can i achieve it?
View ArticleSlicing based on a measure value
Hi All,I'm new to SSAS and I would really appreciate your help in the following matter:I'm trying to make a query against the TFS cubes. The query should retrieve all items according to their...
View Articleiif condition on dimensation fields
hi expects,i need mdx query.i wrote like thiswith member dimensation1 as iif(dimensationfiled="y","----","dimensationfiled)select {} on columns,{dimensation1 } on rows from cube name.i need like this...
View ArticleMDX Count( EXISTING ....)
i have the following :- employees dimension - projects dimension - date dimension - fact table contains the number of hours an employee worked on a project on a certain date+ i want to find the number...
View Articleshared rank to members with same value
Hi according to MSDN this should be the default behaviour of rank() when given 3 parameters like:RANK([Centre].[Country Name].CurrentMember, [Centre].[Country Name].Members, [Measures].[Current Year...
View Articlecube through linked objects performance
hello everyone,i got a 3 cube in the sama ssas database. my customer's purpose is to create a cube that contains all of its dimensions and measures through those 3 cubes and create calculations in...
View ArticleKPIs show all dimension members, and not just those that are linked to the...
HelloI have built a tabular model and am trying to develop a KPI (using SSDT). My problem is that when I drag the KPI that I have developed onto Excel (or import into PerformancePoint, or create a KPI...
View ArticleMasking Dimension in an MDX Query
Hi,I want to mask the value of a dimension based on the value of another dimension which is cross joined with the first one. Here by attached is the screen shot of my requirement. I want to mask the...
View ArticleMDX Query - Multiple Conditions For Data Masking Using 'Case' or 'IIF' functions
Hi,I want to mask data with "--" for Measures data and several Dimensions in a query for a report . Below code shown is where I was able to Mask the Measure Values in [Pay Amount1] using the Case...
View ArticleCUBE WRITEBACK SSAS2008 vs SSAS2012
Hi, i have a problem with cube writeback in SSAS 2012.Here is the simple scenario: Measures and Product dimension.there are two measures in cube [source] and [destination].Product dimension has [frist]...
View ArticleOrder function in the MDX
Hi Experts,I have an issue with Order function I have Implemented my code like this SELECT NON EMPTY { [Measures].[Value] } ON COLUMNS ,NON EMPTY order( { [Dim].[Inter].CHILDREN...
View Articlehow to write MDX qrery the bottom three customers based on internet sales
i wrote thisselect bottomcount([Dim Customer].[Fullname].members,3,[Measures].[Sales Amount]) on rows, [Measures].[Sales Amount]on columns from [AW DW CUBE]o/p: Sales Amount Unknown (null)...
View ArticleSort New Named Calculation FIeld in a Cube
Hi All,I have created a New Named Calculation Field in SSAS , in Data Source View as : "Inception_Month" , I used below formuladatename(Month,inception_date) + ' - ' + datename(Year,inception_date) [...
View ArticleIs there any possible to give access SQL ID 'SA' to ANALYSIS services database ?
Hi,please help meregards venkat
View Articlehow provide the security to cell data using roles
Us user can see (all products) and other country only bikes
View Articlemdx query parameter issue
Hi everyone, i have a requirement i.e if i select any value in areport filter for week example 45, then report has to show data upto 44th week only. for this i tried the following query. here i can...
View ArticleCube Processing Errors
Hi all-Strange problem:I have a cube deployed to my laptop (server = localhost) which has been working fine. It has a star-schema datasource with a fact table based on a named query out of an Oracle...
View Articlecube is processing for a long time, it took 14 hours to finish the processing
hi ,I have a cube with 10 normal measure groups and 2 distinct count measure groups and 28 dimensions. All the dimensions got processed in 4 min (full process).After that I started cube processing...
View ArticleUpdate calculated measure visible property using AMO
Hey Folks here is the problem I am try to solve...I am writing a SSIS package to update the visible property of the calculated measure.I am using the following query to get the all the measures of a...
View ArticleLogical grouping of Dimension tables in SSAS 2008
Hi,i have come up with new business requirement where i have to do the logical grouping of Dimensions but there is not relationship among those dimension tables. like all dimension table which is a...
View Article