Accessing cube over internet
Hi Team, I want to access the cube from excel in internet. We are able to access the cube from excel when it is in the same domain but i want to give to access via internet by http changes. What are...
View ArticleMDX performance tuning - establish session where cube has NamedSet defined
Hi, I often see people recommend to clear the cache and establish a session before testing MDX query performance, I understand clear cache is to get rid of all cache data, but I have below questions:...
View Articleparameters in mdx query
Hi all , I want to pass a paramter value to a MDX variable from a member WITH MEMBER kali as DATEPART("y",NOW()) SELECT NON EMPTY { [Measures].[Event Count] } ON COLUMNS, NON EMPTY { ([Deal...
View ArticleMDX showing null rows
Hi everyone I have the following query, the problem with this is that in my datetime dimension I have dates specified in the interval of 15 minutes and in my fact table my data is in 60 minutes...
View ArticleSQL server problem
here's the erro message (appears inside of a dialog box titled " unexpected database error"): Procedure Name: InitTAMServerEXE User Name: TAP Computer Name: ADMIN193475 Error: 40002 Driver:...
View ArticleFact Dimension vs. String Measure -SSAS 2012 Performance
HI, I am stuck with the classical problem of Fact Dimension (DD) for reports. I know if the report is granular then it makes sense to do it directly from SQL Database rather than SSAS. If i still want...
View ArticleIs there a way to create an action on cells that's available even with...
I have successfully created an action with Target Type: Cells. However, when I apply filters while browsing the cube in SSMS or Excel, the action is no longer available. I know this behavior is not an...
View ArticleCount Active Customers using DAX
Hello, Could you please advise me how to count customers with active subscription? The goal is creating an expression that can be pivoted by any dimension in the model. This is simplified data model:...
View ArticleBest way to deploy the Cubes from dev/QA server to Prod. server with its data
Hi, What is the best/fast/easy way to deploy cubes from QA server into Prod. server with its all data? I am thinking either from Project file( it is not fast) or Deployment Wiz.( not sure it deploys...
View ArticleHow to work in Process Full for dimensions without making cube unavailable?
Hi All, We have an SSIS package that runs every night after the ETL load, and it contains two tasks, each for Analysis Services processing. The first task does a Process Update on all Dimensions. The...
View ArticleProcessing a cube fails with error "Either the user, Domain\Computername$,...
Hi All, We have a developement server DEV-1 and Production server PRD-1. I created a cube on PRD-1 with data feeding from DEV-1 database. I created a SSIS package to process the cube. Package executes...
View ArticlePassing multiple parameter into MDX query from .NET application
hi,all here my MDX query: SELECT NON EMPTY { [Measures].[aaa], [Measures].[bbb], [Measures].[ccc], [Measures].[ddd] } ON COLUMNS, NON EMPTY { ([datetime].[datetimename].[datetimename].ALLMEMBERS ) }...
View ArticleTimeDimensionIssue
Hi friends I have an issue that ; i have a time dimension that comes from named Query VICIDIAL_LIST now when i use any attribute from namedQuery of VICIDIAL_list then it works means then it gives me...
View ArticleMDX query
Hello, i am new to MDX and i dont know how i can query this with MDX. I want to join my subquery on specific parameters ( n-times ) and select one measure at the last selfjoin. Here is a example how i...
View ArticleWant to Create A Cube Dynamically
I want to create cube dynamically using C# actually we can create a cube with sql server business intelligence studio but my question is can we create a cube dynamicallyvinay
View ArticleMDX Question
Hi, I'm an MDX novice and I need some advice for a query: WITH MEMBER [Measures].[Filter] AS 'SUM( FILTER( [Portfolio Attributes].[Trading Area].AllMembers, INSTR([Porfolio...
View ArticleSSAS Cube Processing Error
I have add Dimension table into datasource view and then Add Dimension into cube & then prrocessing it. It gives below error. Internal error: The operation terminated unsuccessfully. Server: The...
View ArticleSQL server analysis services- dimension Order by Issue
I have created Date Dim. While I m browsing the cube ,drag date hierarchy in fillter Or parameter . but I am unable to see date dim Month in order by. How to create Order betn Date dimension Month.
View ArticleSSAS Dynamic Security and Reports
I need to understand from the report architecture and analysis service architecture point of view. I do have a Cube Dynamic security implemented and groups created accordingly. I also have some reports...
View ArticleMDX Question
Hi there, I have a calculated member that multiplies a measure by a weight, which is a property of members in given dimension. CREATE MEMBER CURRENTCUBE.[Measures].[Promotion Weighted Count] AS...
View Article