Processing of a deployed Tabular model inside SSDT
Hi,operating inside SSDT, does it exist a manner to process a tabular model (or a table/partition) already deployed on the SSAS instance?I know that it is possible to process only the workspace...
View ArticleSSRS Parameters
Hi , I am building a report using SSRS. I have parameters where the second should have the same options selected (I need it like this for some reasons).I am passing to the second parameter to the...
View ArticleDimension numeric value filtering
Dear all,I am using the multiple dimensional model in SSAS with a seemingly simple requirement.I have a Product dimension table with a Price attribute. Using Excel pivot table, I want to filter this...
View ArticleCannot edit or remove fields after connecting cube through excel
Hi All,I cannot edit or remove fields after connecting cube through excel. I can make all the changes in my machine using same credentials but my colleague cannot(same credentials).any help ASAP is...
View ArticleIssue while creating offline cube using code behind
Hi All,I am facing an issue while creating offline cube (.cub) file with my code behind.I have two different servers. One is DB server where i have all my DBs and SSAS installed and other one is web...
View ArticleFilter
SELECT { [Customer].[Customer Geography] } ON 1 , {[Measures].[Internet Sales Amount]} ON 0 FROM [Adventure Works]I am creating a chart using this query.It gives me all customers data.I want to...
View ArticleSSAS Excel Filtering Issue - Applied Filters Lost After Cube Refresh
We have an instance of 2008 R2 which is running approx 6 cubes. The situation I am finding is as follows. A user connects to the cube via MS Excel 2010 using the normal Data Sources method. Lets say...
View ArticleCalculated measure shows same value for all attribute members... Need help
Hello, It seems that I am missing something basic... I've built a simple calculated measure "USA_Revenue" based on a "Country" attribute of a "Geography" dimension...
View ArticleActual - Previous Year not summing correctly
Hi,I've tried two different MDX expressions to return the Actual GSV for this period last year. They both work for individual periods but they don't sum correctly.Ie if you review the results for...
View ArticleSQL Server 2008 R2: What have I left as ambiguous in this MDX statement?
I'm getting the message:Parser: The statement dialect could not be resolved due to ambiguity. I am not sure where in the statement I haven't defined my member set clearly--if I had to guess I'd say...
View ArticleJoin With Date Dimension
Hi,I have one Dimension called Caseheader and Date Dimension. In Date dimension I have date key yyyymmdd format. I have fact table in which i am getting CaseCreationDate from Caseheader Dimension. in...
View Articlemsolap.4 provider is not registered on local computer
Hi All,I am getting the following error:System.InvalidOperationException: MSOLAP.4 is not registered on your local machine.It worked previously perfectly fine but ever since I upgraded my MS Excel 2010...
View ArticleComparative study of providers for MS SQL source in SSAS.
We have been developing a new projects in SSAS. Project need connection to MS SQL server 2012 DB for DSV.Can someone help me with pros and cons of different provider available for connection with MS...
View ArticleUsing Get Data From Aggregation event class in SQL Profiler - SSAS 2012
Hi,I'd like to understand better the use of the Get data from aggregation event class in SQL Profiler to monitor a MDX query and which info provide. Fe, does it return the MDX query? Is it possible to...
View Articlehierarchy already appears in the Axis0 axis
As per the business requirement I need to fire a query that looks like thisSelect{{[Sales Territory].[Sales Territory].Children}*{[Product].[Class].Children}}ONCOLUMNS,{{[Measures].[Reseller Average...
View Articlefuzzy query in MDX ?
SELECT * FROM SYSTEMRESTRICTSCHEMA($system.discover_partition_stat ,DATABASE_NAME = 'hello world' ,CUBE_NAME = 'hello world' ,MEASURE_GROUP_NAME = 'Views'...
View ArticleIs SSAS 2012 cluster aware like 2005 and 2008?
From what I could find, Always On does not support SSAS. So, can it be installed using windows clustering?
View ArticleAdventure Works - Financial Reporting - Amount - Currency Conversion
Hi all,I was looking into currency conversion in the Adventure Works cube (SQL2008R2). For each measure that need to be converted, a measure expression is used (e.g.: [Internet Sales Amount] / [Average...
View ArticleLastNonEmpty over a Date Dimension AND a Time Dimension
Hi, I have tried to find a solution for this, but am struggling at the moment. I have my cube set up with two time dimensions; one to hold Year/Month/Week/Day and the other holds Hour/Minute/Second....
View ArticleHow to display one column dynamically related to other in ssrs report through...
Program Status Summary Value Gold 50 Silver 99 Platinum 23 Bronze 65I come up through MDX above 2 column I want to display Program status dynamic eg. iif summaray value<=23 , "Bronze"like that...
View Article