Viewing 15 posts - 211 through 225 (of 893 total)
You should be able to extract the cube data to Excel, and use the Excel file as source for your table. An SSIS package can be developed to import the...
February 14, 2018 at 5:42 am
According to this Microsoft document, processing a cube will only process "unprocessed dimensions", and this is why you're getting the error. If you want to avoid it, you...
February 14, 2018 at 5:36 am
It really depends on what type of transformation you are planning to do. The most common properties that can help with performance are the "Rows per Batch" and "Max Insert...
February 9, 2018 at 12:01 pm
See the following article that explains this property: https://docs.microsoft.com/en-us/sql/analysis-services/lesson-4-4-hiding-and-disabling-attribute-hierarchies
January 17, 2018 at 12:56 pm
My guess is that the "DelayValidation" property is set to False on either the connection manager, package or data flow task. If you're setting the folder/file properties during runtime, you...
January 11, 2018 at 1:49 pm
The expression that contains that initial connection string, does it have a value or is it blank? Also, have you set your package, connection managers and tasks' "Delay Validation" property...
December 19, 2017 at 11:14 am
Good questions, and lots of "it depends" answers...but I'll try to give my perspective.
1. As a BI & Analytics Consultant, I see many companies hire somewhat technical people...
December 16, 2017 at 9:33 am
Sorry, my bad...thought that you meant an SSAS instance in the cloud when you said "remote". Assumptions...
Definitely looks like a security/permissions error. When you execute it locally, it...
December 14, 2017 at 10:27 am
December 12, 2017 at 4:10 pm
In your example, the distinct(count(...)) is really nothing other than a count. The count() function returns one distinct value (the count of records), and unless used in conjunction with other...
December 12, 2017 at 3:22 pm
Creating a filtered view of a cube is possible through what is called a perspective...something that is similar to a database view. However, in your scenario I don't think a...
December 12, 2017 at 8:23 am
You are getting the error because there is no way for the SSAS instance to communicate with your local database in order to refresh the data.
You need...
December 11, 2017 at 10:29 am
Without any specific error messages we're only guessing, but my number one guess would be that there is something happening on either the SSAS or SSIS server. It could be...
December 7, 2017 at 3:52 pm
WITH SET returns a set of data, i.e. a combination of dimension attributes and/or measures.
WITH MEMBER returns one value (usually a calculated measure), meaning one aggregated or distinct...
December 4, 2017 at 7:55 am
Not sure it's worth the effort, though!
Probably not 🙂
November 30, 2017 at 9:25 am
Viewing 15 posts - 211 through 225 (of 893 total)