Viewing 15 posts - 346 through 360 (of 893 total)
polkadot (12/2/2015)
How do I open an .abf file and deploy THAT to Analysis Services????
The .abf file is a backup of the SSAS database. You can restore that to your SSAS...
December 2, 2015 at 3:58 pm
polkadot (12/2/2015)
Do I need the DW to be installed in order for the Multidimensional Analysis solution to deploy to Analysis services?
Yes, because deploying from the Visual Studio solution means that...
December 2, 2015 at 2:49 pm
What error message(s) are you getting? And did you change the data source and deployment properties to reflect your settings?
December 2, 2015 at 1:55 pm
Does your expression currently work for one date value?
The MDX syntax for a date range is this: <date1> : <date2>
You should be able to use this in your CUBEVALUE function,...
November 28, 2015 at 8:04 am
I think your problem here is the .NET process identity, and that's why you're getting the "anonymous" login attempt details.
SSAS only works with Windows Authentication, so I'd check the...
November 28, 2015 at 7:56 am
gibbettp (11/17/2015)
Fortunately they're accustomed to seeing data in this way so I think we can get away with it.
I think it is vitally important to know how your end-user population...
November 17, 2015 at 8:13 am
Your scenario seems similar to a medical claims and patient diagnoses problem, where one medical claim could be related to more than one diagnosis and you would like to proportionally...
November 16, 2015 at 3:20 pm
There are some third-party tools that claim to generate all of these things based on the metadata you supply. From what I've seen of those (my opinion only), making everything...
November 16, 2015 at 9:58 am
Brad Allison (11/10/2015)
November 11, 2015 at 10:08 am
Steve Jones - SSC Editor (11/11/2015)
I've done it both ways. I guess as I think about it,...
November 11, 2015 at 9:36 am
Steve Jones - SSC Editor (11/10/2015)
November 10, 2015 at 4:14 pm
In addition to what you have said above, your customer dimension should also contain effective/termination dates and preferable a "current record" indicator.
The effective/termination dates should be used when populating your...
November 10, 2015 at 3:14 pm
Just to clarify, I'm hoping that you've included the effective dates and current indicator in your dimension table...not your fact table. These attributes should then be used to determine the...
November 10, 2015 at 3:01 pm
A scoped assignment seems appropriate in this scenario.
I would recommend a calculated measure which is set to zero/null first, and then updated with the relevant value and dimension scope....
November 10, 2015 at 9:02 am
To be fair to SSAS, you're not really using the snowflake in a typical fashion here. A snowflake is typically used to split out levels of a hierarchy (for instance...
November 6, 2015 at 7:38 am
Viewing 15 posts - 346 through 360 (of 893 total)