Calculated Resource Costs month by month
End goal is >> show month by month breakout of resource costs.We have resource costs that are displayed via 3 columns:1. TotalCost2. Start Date3. FinishDateI am working with the time dimension...
View ArticleDimension with Composite Keys and Multiple Hierarchies not giving expected...
Hi everyone!Basic problem:Hierarchies with no Composite Keys roll up correctly, but for hierarchies with Composite keys all the values are the same - the total amount! I'm busy porting a Analysis...
View ArticleTabular) DAX currency conversion multiple target values
Hi AllI m novice in SSAS.SSAS 2012 SP1 on W7 x64I need to be able to convert all sums into reports into different...
View ArticleWHow to add time or date dimension in a cube
I am working with Northwind database and created ordercube.which has orders table as a facttable and customers,order details suppliers table as dimensiontables.I could build cube on orders table...
View ArticleHow to create a weighted average Moody's rating?
I've gotten pretty far with this, but I'm falling one step short...The basic data in my cube pertains to holdings of financial instruments in portfolios. An "asset" would be a security, and these...
View Articleusing mdx query
When working with SSas after creating cube you see the data as measures and dimensions.But when does MDX comes in to picture?Can anyone tell me when and how to use MDX in SSAs.
View Articledowngrade SSAS 2012 cubes to 2008 for Cognos Trial
Hi Experts,I have installed the Cognos 10.1 trial version. But it doesn't support SSAS 2012 cube.I wanted to know whether there is an alternative to this. Like, Can i downgrade the cubes to work on...
View ArticleHow to Release disk space after a cube processing failure
Hi,I have a SQLServer Data base stored on a drive that has abot 10 GB Free space. How ever the cube processing failed and now I need to recover the space taken by cube processing. How should I do this....
View ArticleAny Good Links For SSAS Beginners
Hi All,I wish to learn SSAS, so can anyone provide the good links to learn.Thank you very much in advance :-)
View Articleconverting oltp database into dimension model (olap) database
I work on ssas using adventureworksDW2008 database for creting cube and understanding other features but if I want to convert my oltp database such as Northwind database where data is in relational...
View Articleusing mdx query
When working with SSas after creating cube you see the data as measures and dimensions.But when does MDX comes in to picture?Can anyone tell me when and how to use MDX in SSAs.
View ArticleConfusion on Facts and dimensions
Hey all,I have just built a basic cube and all seems ok. I have just had my first confusion when it comes to design.So lets say we have a system that has 100 clients that may or may not have orders. So...
View ArticleStruggling Creating Calculated Measure
I’m struggling implementing a calculated measure in one of my cubes. Basically I need to take two measures, divide them for a given period, and them sum the results together. For example, if the user...
View ArticleSSAS 2012 - Calculated Member Issue
We have ssas db's that were recently converted from 2008 r2 to 2012. Over all things seem to be functioning fine except for a dimension on where we created calculated members for aggregations. The dim...
View ArticleCube design for Snapshot scenario
Hi Team, We have a scenario where we need to provide the As on the given day how many products available in the inventory across all possible dimensions. If any property changes we need to show the new...
View ArticleMdx Weird Error Message
Hi, I have a cube with 3 partitions, and several dimensions. When I run the following query:WITH DYNAMIC SET Top5Ip AS ( TOPCOUNT([Dim Host].[IP Address].CHILDREN, 5, [Measures].[Response Time]))SELECT...
View ArticleSimulate multiple default members on Calendar dimension
Hi All -I'm implementing a Calendar dimension that allows us to incorporate multiple types of calendar (Gregorian, Fiscal, CustomerX...) per Dave Fackler's great article ....
View ArticleWhat SQL Server Settings for SSAS Tabular
Goal: *The goal is to view if SQL server 2012 tabular and its in-memory ability with can be used in relation to PowerView, Excel and Reporting service at the same time. No different instance shall be...
View ArticleAdding a subtotal value to an existing dimension (beginner!)
I have created my first datacube and it has a dimension defined as [Cost Centre Structure], i have an attribute called level1. The members of the attribute consist of:SalesGroup CostsThird Party...
View ArticleCreating Time Series Mining Structure with DMX
Hi.I´m trying to create a mining structure with the next dmx code:[code="sql"]CREATE MINING MODEL [Cassandra]( [CompanyNK] TEXT KEY, [Date] Date KEY TIME, [Total Value Mes] Double Continuous Predict,...
View Article