SSIS Package for Processing SSAS Cube
Hi, Can I please have some inputs on efficiency of cube processing package that I have developed. I am using sql server 2008. I have created a table in database 'CubeProcessQueue'. It has columns like...
View ArticleData missing in one instance, but not the other?
We've been trying to understand why our cube no longer has data in it. So I copied our backup over to a test server and restored it to another instance of analysis services. All of the data appeared...
View ArticleConnecting to BISM File
Hello, Trying to connect to a BISM file by using the URL within Excel. Using Excel 2010, and 2012 SQL Server stack, I'm getting the following error, in EXCEL when trying to paste the URL and hit...
View ArticleCustomData not working in defining dimension data Allowed Set
Hello, I'm having a strange problem controlling Dimension data security using CustomData() Function. I have the below code in the Allowed Set of Dimension Data of the only role in the cube. It is...
View ArticleTabular model performance issue
Hi All, I faced the serious problem about the performance, now I have a tabular model which has 2 hundred million records, 2x measures, 3x calculation columns...etc., and the memory usage on server is...
View ArticleCube prosessing error 2
I m getting below error while processing cube. what could be the error.
View ArticleOLE DB MSOLAP provider issues
Im unable to create a link server to remote SSAS servers. Error Below. TITLE: Microsoft SQL Server Management Studio------------------------------ "The linked server has been created but failed a...
View ArticleAnalysis services won't start? (Azure)
Hi there. I asked this question on the Azure side of the forum already, but they redirected me here. So here's my original question:...
View ArticleParallelPeriod function arbitrary shape
Hi, I am trying to run below query, WITH MEMBER [Measures].[Prior Period Amount] AS SUM( EXISTING [Date].[Calendar].[Month].MEMBERS, (ParallelPeriod( [Date].[Calendar].[Month], 12,...
View ArticleMDX transaction row level to full transaction level
Hi I am fairly new to SSAS and MDX and i have run into a little problem. What i have Currently we have one FactTable containing TransactionNumber, Price one Dimension Product, containing product...
View ArticleSSAS writeback table created with duplicate columns
I'm having a writeback issue that I need help with. I'm using Sql Server 2008R2 Standard. I have a fact table that looks like the following: factPlannedSales PlannedSalesKey ItemNumber DivisionCode...
View ArticleShow descriptions during mouse hover for a calculated dimension member. Is...
Hi, I want to show descriptions during mouse hover for my ROLLING 12 calculated members. Since rolling 12 periods are going to change as per selection of current date, i want the descriptions to be...
View Articletable partition and cube partition
I have a relational data warehouse, and a SSAS cube built on the DW. In the relational DW, the fact table can be 1. either one table with partition, 2. or multiple fact tables with the same...
View ArticleHow to calculate a single dimension attribute with Aggregate Function
Hi, I know how to Aggregate the measure that works within a hierarchy like this: CREATE MEMBER CURRENTCUBE.[MEASURES].[test] AS Aggregate(PeriodsToDate([Date].[Calendar].[Calendar...
View ArticleHow to create the Dynamic Measure Group Partition from Partitioned Database...
Hello all, Firstly, what I want to say is that, I am able to create the dynamic partition within a SSAS cube by using SSIS package. But, now all i want to create the dynamic partition of the Measure...
View ArticleFact design advice please
Hello, I am designing a transactional fact table that replicates the history of the customers transactions with us. Something along the following lines: Customer Product Transaction Type Month 101...
View ArticleGetting wrong data into drilldown SSRS report
I created a SSRS drilldown report ,the report can be drill based on year ,Quarter and month name.I am showing the total percentage for year,Quarter and month name baesed on requirement.Initially when...
View ArticleError ErrorCode="3239837702" when processing SSAS 2012 cube
Hi, I occationally get this error message when processing my SSAS 2012 cube. The cube have processed without errors in SSAS 2008 R2. Executed as user: IS_DOM\sqladmin. <return...
View ArticleMDX fetch Infinity value stored in cube
Hi, I have my cube stored with #INFI values. i cant handle divide by zero in cube. cube is just for read. i need to handle the infinity value stored in cube. currently i am using MDX in ssis oledb to...
View ArticleColumn getting removed after retrieving data using ADOMD adapter if it...
I am using the following C# code snippet for retrieving data from cube using a MDX query and ADOMD Adapter: public DataTable GetDataTable(string query, string connectionString) { DataTable data = new...
View Article