Strange exception with MDX statement
I have an MDX statement that generates an error that I don't understand. I've tried running a corresponding statement on the Adventure Works DW 2008R2 SE cube and am getting the same error message...
View ArticleUnable to Query the Cube using MDX Query
Hi All I had created a cube deployed and processed it , i can browse the cube but when i am writing MDX query it is showing below error." Error Loading Metadata, No cubes were available "Please...
View ArticleExcessive chatiness in Linked Server Query to Analysis Services
Hi,I have set up a linked server to point at a SSAS instance exposed over http via msmdpump.dll.I am running a very simple query , something like...SELECT * FROM OPENQUERY(MyLinkedServer,'select...
View ArticleSlow Calculated Measure
HiI have a query with a calculated measure which are performing really bad(sometimes responding with out of memory)Please advise if you have any idea why this is performing so bad?see query and design...
View ArticleDoes Excel Cube Functions get dynamic data from Analayis services cube?
Say if we use Excel cube value functions in Excel report which is getting data from an analysis services cube. Now, can we "refresh" data if we're using the excel cube functions - is that a live...
View ArticleSSAS Tabular Median calculation
There is issues calculation median with DAX. Is it possible to calculate the Median using Excel , part of a PivotTable in a way that would work with drill down. Is it possible for Excel to retrieve the...
View ArticleMDX Scope Statement
How would I write a scope statement that replaces everyday in the current month with NULL for a specific measure we can call [measure].[totalAmount]?I realize that this does not make much sense from a...
View Articleexcel slicer - hide values in the slicer instead of them "greying out"
excel report connected to ssas:Can we hide values instead of them greying out? There is no data in the cube for that time period but still we see those values. can we hide them?
View ArticleI am able to browse the cube. But its not allowing me to run the mdx
Hi All I have imported a a cube from production have done some changes to the cube and processed full whole dimensions and facts. Now i can browse the cube but when i am not able to execute the MDX,...
View ArticleSSAS- OR filter using different values in different attribute in same dimension.
Hi,I am trying to achieve OR filter in MDX . Below is the sample SQL query which i am trying to achieve the same result from cube (MDX).SELECT COl1,Col2,col3 FROM Table1 WHERE Col1 IN ('a','b') OR col2...
View ArticleDMV to list all cubes that have been used
Hi!Can I use DMV to find out which cubes that have been used/queried since the SSAS-service was restarted?Please provide an example./AddDem
View ArticleFinding the average/min/max of measure of items grouped by date
I have an issue with MDX that I really can't get my head around, even after looking at countless examples online. What I need to do is get the Average (and min/max, but figure once I get one the others...
View ArticleMSBI Tabular Model Data Import Issue
Hi All, We are trying to import MS Access data to SSAS Tabular Model but it never completes. MS Access has a linked SharePoint list and has around 30K records. If I try to “Stop Import”, the tabular...
View ArticleRepresenting set as members with a comma
Hello,For a particular product am having many corporations i need to display it in a single line.So am creating a measure like below.member...
View ArticleNo data in dimension after successful cube processing and dimension...
Guys,I have a cube which is in development and I deploy and process it using BIDS. When I log into Analysis Services using SSMS it shows me all dimension and measure groups as expected. Now, I am...
View ArticleDifference Between Existed Date in the Dimension and Now()
Hi ,I have a date dimension having hierarchy Year->Quarter->Month->DayIn the Month Level I have Members like Jan2002,Feb2002.......,Dec2010.Now I want to find the difference between Month...
View ArticleHow do I install AdventureWorks SSAS Project 2008R2 Developer Edition?
I have installed SQL Server 2008R2 Developer edition with SSAS. I have downloaded and attached the AdventureWorksDW2008R2 DB to Sql server instance. The path C:\Program Files\Microsoft SQL...
View ArticleSSAS Measure
Hello All, Can we use cube measure in filter ? as we can do with dimension attributes Regards, Sanjay
View ArticleChange the output of MDX query based on UserID
Hi,I have this query below which runs fineWITH MEMBER [Measures].[ParameterCaption] AS [Financial Location].[Region].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Financial...
View ArticleHow to add an total\all member for an MDX Query
Hi,if i run the below query i.e. WITH MEMBER [Measures].[ParameterCaption] AS [Financial Location].[Region].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Financial...
View Article