Viewing 15 posts - 376 through 390 (of 893 total)
Have you considered building the flags into a type-2 dimension for stores?
You would require the logic in your ETL layer and drive type-2 changes based on the different rule...
October 15, 2015 at 11:04 am
Yes, on all accounts.
In terms of your last comment: I typically process the type 2 (history) dimension first, and then perform a merge on the current version records with the...
September 22, 2015 at 6:50 am
There's a few different approaches you could take here, and it really just comes down to preference.
The one constant thing is that you will need a type 2 SCD, to...
September 21, 2015 at 4:52 pm
If you see the same measure value for all of the employees in your list, the most likely problem is that you do not have the relationship defined in the...
September 16, 2015 at 11:15 am
I am unfortunately not seeing the same behavior when using your sample data and setting the "Summarize By" option in Power Pivot to "Average".
I'd recommend that you check the following:
Data...
September 15, 2015 at 12:30 pm
david.gugg (9/14/2015)
1. If I'm putting this on a separate server than the ODS, I'm going to need to license 2 additional...
September 14, 2015 at 10:09 am
A little tough to accurately spec a server, given that some of the details are still in flux. Here's my general recommendations though:
SSAS requires a lot of resources, especially with...
September 14, 2015 at 9:44 am
Hi Dave,
In order to size an Analysis Services server, you'd need to follow a similar process to what you will do with the sizing of a database server. In light...
September 11, 2015 at 11:34 am
It's a little tricky to do this in Analysis Services, due to the dimensional nature of cubes.
I would create 2 sets: One that returns the combination of "Bikes" and "EU",...
September 10, 2015 at 5:17 pm
HookSqlDba7 (9/10/2015)
September 10, 2015 at 3:25 pm
rc 77550 (9/10/2015)
Then processed the dimensions, and then the cube.
But I get the same error.
Shouldn't this fix the...
September 10, 2015 at 11:19 am
ilovedata (9/10/2015)
September 10, 2015 at 10:39 am
rc 77550 (9/9/2015)
These are all Decimal(38,20) fields.
Herein lies your potential issue...your source data may not be compatible with the data type in your cube. Please see the following: https://technet.microsoft.com/en-us/library/gg471558(v=sql.110).aspx
September 9, 2015 at 9:59 am
Also look at the Levels function, which allows you to return a specific level within a hierarchy. Combined with the Descendants function and assuming you know which levels you need...
September 9, 2015 at 9:30 am
Still seems to be the same "Conversion Overflows" error. You either have really large numbers in your measure group, or there is some bad data that cannot be converted to...
September 9, 2015 at 9:23 am
Viewing 15 posts - 376 through 390 (of 893 total)