How to share Excel file with SSAS connection to different users?
Hi,we've published one SSAS Tabular Cube to internet. We want to prepare some Excel files with SSAS connection and pivot tables and share them to our customers. I want to create new file with...
View Articlemember property values in drilldown option
with MEMBER [Measures].[Level 1 - Group(s)] AS [Dim Level].[Levels].Properties( "Level2 Groups" ) MEMBER [Measures].[Level 2 - Owner(s)] AS [Dim Level].[Levels].Properties( "Level2...
View ArticleParent-child relationship.. Why is the count not coming out correct.
HiCan someone please explain to me why is the final count coming to 903 and 896 in the following screen. It should be 2 as a total of two Ids. I have a parent-child relationship defined on Item Sample...
View ArticleNeed to design wirte-back query
Hello,I am designing write-back query to update cube, In Cube i have date hierarchy Year-->Month-->Week-->Date.I need to incorporate if i do update on year value shpil be update only for...
View ArticleMeasure goes Invisible from Measure's Pane But can be viewed while browsing...
Team , This seems to be something intresting/Weird to me , can some one shed some light on below lines ?While browsing the cube in BIDS/SSAS i see a Meausre Group Folder named "Patient Count" which...
View ArticleThe END SCOPE statement does not match the opening SCOPE statement.
Hi Experts ,Messages accepted not systematically . Nothing is changed and sometimes it succeed process and sometimes doesn't . Processing run with a SSIS's component using one transaction . We are...
View ArticlePorcessing Cube time - Using Extended properties
I read in different posts that for better peerformance of cube processing when we are using Oracle as data source, One should use FetchSize = 496 or 2000 in extended proerties.I configured my data...
View ArticleExcel Pivot generating incorrect MDX results
Hi,Using excel 2010 to connect to SSAS 2008R2 cube. What i have tried to do in MDX is to create a calculated measure that will return the Max (and min) value accross (selected) time for a measure...
View ArticleLogin related issues
This is a weird thing I am facing in my project. Just a brief below... We have an SSAS server and there are 2 users. User A and User b accessing it with same privileges.User A is accessing a cube of...
View ArticleMDX Calculated measure to show the grand total of the ‘All level’ value...
My result set looks like this:Member: Valuea: 100b: 150c: 50Grand Total: 300If I filter by Member = a I would like to see the following:Member: Valuea: 100Grand Total: 300My MDX looks like this, it is...
View ArticleSSAS Roles
Hello, If I deploy the SSAS project trough XMLA then please let me know the roles will exists or it will be get delete.Sanjay
View ArticleSSAS 2012 - Process Update Dimensions doesn't drop Flexible aggregations and...
Hi,We have a problem with Process Update Dimensions , Process Update doesn't drop old indexes on related partiotionsExample ( customer1 move from NewYork to Boston , after process...
View ArticleCube processing fails
Hi,I deployed a cube and processing it. my cube is partitioned per week of the year and i have 2009-2012 years.i can process up to 70 millions of rows successfully (1 year data). but after pulling...
View ArticleHow to create a TEXT MEASURE from Oracle table in SSAS 2008 R2
SSAS 2008 R2 - how can I create a measure of data type text from an Oracle table( data type wchar in the measure properties )if it is possible, which text data type should I use in Oracle for the...
View ArticleHow to sum a calculated measure?
Hi,I have a fairly complex calculated measure that works perfectly for each row of data from a cube. However, I then need a sum of those values line by line. But the behavior of calculated measures...
View ArticleIn MDX, WITH MEMBER [Measures]. " for numeric calculation as well as string...
HiI have confusion regarding "WITH MEMBER [Measures].[PackagesForecast] AS"I thought above MDX can be only used for measure calculation but people are using like adding string member.I would like to...
View ArticleSSAS 2008R2: using ascmd.exe command to create partition is very slow for...
Hi,I am running the following command from the command prompt:C:\...\ascmd.exe -S bp1xtxap2337 -i C:\...\CreatePartition_20130701_192459.xmlaThe xmla file contains the code to create a partition on the...
View ArticleFormat Number Decimal
Hi guys, two question for one query..the query is:WITH MEMBER [Measures].[SHIRT] AS [Measures].[Sales Amount]/[Measures].[Order Quantity],FORMAT_STRING = '0.00' SELECT NON EMPTY { [Measures].[Sales...
View ArticleDynamic Entity Allowed Set depend on Time
Hi,My cube contains some dimensions and 2 of them are Time and Entity dimension.Users can only access restricted entities.What I want to do is change the restricted entities depend on Time.When Time is...
View ArticleSSAS 2012 Tabular Schema Change
I have a model created in SSDT (Visual Studio) for SQL Server Analysis Services Tabular. I deployed the model and it works fine. How can I change the schema of some underlying tables in the model?...
View Article