Cube processing problem
Hi, can someone help me, please?I have a problem with a cube process. I have an SQL SERVER 2014 installed with default instance. When I try to deploy my project I get an error "The name provided is not...
View ArticleSSAS - Issue with Previous Year Calculation in the DAX
Hi All,We are facing issue with previous year calculation while calculating the “Year over Year” calculations in the DAX.We are using the below table for calculating the “Year over Year” in tabular...
View ArticleHelp on Dimension table Design using combination Key
Hello All,Is that possible to do a combination key or what is that better suits my purpose, here is how data would be (the data granularity is Network)Network...
View ArticleConnecting to a cube via a linked server
HiI want to connect to a SSAS cube via a linked server. When I ran a query against the SSAS cube from directly from the SQL server it runs fine.If however I run the query in SSMS from my PC I get OLE...
View ArticleMdx to return all rows from fact-table?
Hi!I want to create a report in SSRS that executes a mdx to a SSAS cube.The "problem" is that I want all fact-rows (no summary) for a particular period.Example:MyFactTable ----------------- * FactKey -...
View ArticleNeed help to create calculated members in ssas cube.. any example or hint??
I'm working on SSAS cube and would like to build following Calculated members or create on MDX query is fine to produce this data in report. It wuld okay, if you can give example based on...
View ArticleAnnualised Revenue - SUM of revenue for last 12 complete months SSAS mdx...
Hi, I'm new to MDX world and currently enhancing ssas cube where i need to develop few calculated members or MDX query. I’m trying to create calculated member in SSAS cube to get Annualised Revenue(SUM...
View ArticleNeed some clarifications
Hi,I am currently building my first cube and I want to know what is the difference between the Quarter and the Trimester in the time dimension, quarter I can figure this one out but the trimester ??Thansk
View ArticleDAX - Year to Date Calculation
Hi All,We have a requirement of calculating the Year to Date Calculation in DAX for No. of Sales. Below is the table that we are using:YearQuarterDateNo. of Sales If we browse the tabular model with...
View ArticleMDX Sum of YTD (returning NULL)
Hello,I am trying to write what should be a simple MDX script as a CALCULATED MEMBER in SSAS 2012. I am trying to create a measure that is a YTD Sum of Current Month Actual.My Time Dimension is...
View Articlecount key links to dimension
Hi all,I have a fact table with a lot of production checks. The checks are all dimension tables with value 0 (rejected) and 1 (pass). For the moment I'm only interested in the rejects.FactProduction:...
View ArticleCube Synchronize fails
HiThe SSAS cube synch fails with below error...<Synchronize xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"...
View Articlecustomizing SSAS drill through action
Hi ebIs there an easy way to customizing SSAS built in drill through action?For example adding an export to excel option or exposing some of its fields as filters?Of course a reporting action comes in...
View ArticleDynamic Bands on Fact Table measure
I'm trying to create income bands on my fact table, not sure how to go about it or if its possible.I have a fact table that consists ofDate, TranType, AdvKey, AdvGrpKey, AmountEach Adviser belongs to...
View ArticleMDX count 1 if all Children have a 1
I have a Fact table (FactResult) that has 2 main dimensions - DimUsers and DimProcedureResultThe Dimension User has a Hierarchy - Client/Group/UserThe Dimension ProcedureResult has a Hierarchy -...
View ArticleCannot access the powerpivot data modle thru BISM in Sharepoint 2013
Hi,We’re currently using sharepoint 2013 and SQL server 2012 for publishing powerpivot report to users. We encounter the error in below scenario: -Uploaded the powerpivot xlsx file to sharepoint as a...
View ArticleError opening Local Cube File in Excel 2007
Excel crashes, the only error given is "Microsoft PowerPivot Engine has stopped working"Event viewer log is equally vague:"The description for Event ID 22 from source MSOLAP$LocalCube cannot be found....
View ArticleUnable to generate Power View report out of Multidimensional report data source
Hi,I have created 'Report Data Source' connection to point to Multidimensional cube on Share Point site. But when I try to create a new Power View report out of it, I get following error message : "An...
View ArticleNeed help with the averages
Hi All,Finally i found a solution. a) I have a time dim from the ware house and its joined to the fact table based on the dateid, since the fact table is getting only the data for the working days ,...
View ArticleDAX query to calculate distinct count respect to a column after a Filter...
Hi,I'm trying to build the dax query to determine the distinct count for a column returned by the application of a Filter function.evaluate( row("counter", countrows( filter(order_summary,...
View Article