Best way to implement security for measures in SSAS
Hi SSAS gurus, I have a requirement where I need to implement security on some measures such that it is visible to a set of users and not accessible to another set of users. Now, I also have SSRS...
View ArticleHow can MDX query take parameters to filter by Fact Table datetime attribute
We have a fact table that has a datetime field [Log Entry].[Time Entry]. We would like to filter the following query based on a date range: where the [Log Entry].[Time Entry] was between two...
View Articlemdx step by step book data base sample failed to restore
when i am restoring mdx step by step getting the error as hi when i am restoring the analysis service db i am getting following error please give me step by step instruction error is...
View ArticleMeasure-Value shows wrong Format
Hi thereWe're using MS Analysis Services 2008 R2 in the current BI-Project. One Measure shows the Value in a wrong Format in MS Excel (Value is 0, but shows as2.79776E-14). If i change the Number...
View ArticleHow can I order my "Day Name" attribut in my Date Dim so it sorts Sun, Mon,...
Hi,I have a date dimension and I have an attribute called "Day Name". I would like to sort this attribute so the result isSunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, but all I can...
View ArticleAdding security on one measure in cube
Hi,I have a measure Claims data where i have to create security that this measure should be accessible to particular users, rest of the users will be then unable to access the measures.. How can this...
View ArticleHi, Can Sql Server generate very complex Pivot Result?
This is a telerik pivotgrid for silverlight, it group the data several times in silverlight client's memory.sometimes with very huge data, it's really not fast.I'm not familiar with bi or analysis...
View ArticleExcel uses incorrect MDX compared to SSMS Cube browser
Hi,I am using SQL Server 2012 and Excel 2010.I have developed a cube with a set of calculations. Here is an example of the MDX (it takes all the checkins by Email Name under the specific selected...
View ArticleFILTER Question
I have a question regarding a FILTER clause in MDX. I have what I think should be okay MDX syntax, but when I try to prepare the query in Query Designer, it just hangs. Is the syntax I'm using...
View ArticleUsage of GetPivot / CubeValue functions in Excel
Hi All,We have issue using GetPivot / CubeValue functions in Excel.For example, date February, 13, 2013 is a cube member with ID 775. In order to get total value for these day user should time the...
View ArticleBIDS for Visual Studio 2012?
I just installed Visual Studio 2012 Professional, is BIDS available?
View ArticleHow to calculated fiscal YTD from a normal period hierarchy
Hello All, Am having a normal Calender period hierarchy Year-Quarter-Month.Now i need a measure that gives me Fiscal YTD (April to March).Any suggestions??Regards,Bharath
View ArticleCan´t install tabular instance
Hi all, As you can see for some reason It doesn´t allow to add tabular instance. I already have a multidimensional instance.Any guide to add a new tabular instance or why is happening this?thanks!
View ArticleComparison dynamic between X measures
Hi,I have a cube with X measures, and I want to create a measure (called comparison) which is the difference between two measures that I select in Excel. If I select two measures in Excel (i.e Sales...
View ArticleProcess everything except for a few partitions
Hi all,Just a quick question on processing cubes.I'm only used to processing full cubes e.g.<Batch xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"> <Parallel>...
View Article“Unknown” values - No readings in the cube
I have an issue with returning data from the cube where attribute members are down as “Unknown”. BackgroundUnknown values for my cube are defined at ETL stage. I have always defined my unknown values...
View ArticleDeploy SSAS-Project with Translations to standard-edition SSAS
HiIs there a way to deploy a SSAS Project with translations (not only object-names; data as well), what is an Enterprise-Feature, to a standard-Edition SSAS-Server?We're developing an SSAS-solution...
View ArticleExcept clause not working
Hi,I have written an mdx query which is below :- Select ([Measures].[Net Sales Dollars]) ON COLUMNS , non empty{ { [Financial Location].[Location Segmentation].&[1 Premiere], [Financial...
View ArticleHow to automatically process cube by "proactive caching"?
There is a function called "proactive caching" in Analysis services. It can:----Automatic synchronization with the relational database ----No more explicit "cube processing But I cannot have the latest...
View ArticleFILTER Syntax
I have the following MDX query that acts as a dataset for an SSRS report:SELECT NON EMPTY { [Measures].[AR INV PAID TO DATE] ,[Measures].[AR INV AMOUNT] ,[Measures].[AR INV AGE] ,[Measures].[AR INV...
View Article