Viewing 15 posts - 301 through 315 (of 596 total)
Debbie Edwards (1/21/2015)
My question is, Why doesnt the attribute work like the attribute in the hierarchy?
Does that means you should hide all the attributes that are not in the hierarchy?...
January 21, 2015 at 8:54 am
Debbie Edwards (1/21/2015)
PB_BI (1/21/2015)
January 21, 2015 at 4:47 am
When you deploy the report are you also building and deploying your shared datasets? Are you caching temporary copies of the report? Is the report set to always run with...
January 21, 2015 at 4:33 am
Debbie Edwards (1/21/2015)
January 21, 2015 at 3:27 am
This is a fairly good article on determining the source of powerview performance problems: http://blogs.msdn.com/b/psssql/archive/2013/07/29/tracking-down-power-view-performance-problems.aspx
This is a whitepaper on SSAS Tabular performance tuning: http://msdn.microsoft.com/en-us/library/dn393915.aspx
With how your cube is responding faster...
January 20, 2015 at 7:11 am
Koen Verbeeck (1/20/2015)
PB_BI (1/20/2015)
Or you could download and install Classic Shell and get your start menu back😀
That's only for quitters 😀
Give in to the dark side Koen 😀
To the...
January 20, 2015 at 3:10 am
Or you could download and install Classic Shell and get your start menu back
😀
January 20, 2015 at 2:56 am
You can use dtutil to copy multiple packages from SQL to file system. Here is an example of moving them around which I'm sure you can modify to meet your...
January 20, 2015 at 1:33 am
Could be a lot of things, but I don't think it's SSAS I think the problem is with the source data server. What is the MAXDOP setting? It could be...
January 16, 2015 at 5:51 am
Great article. Coincidentally I did a technical test for someone this week and one of the questions was to do with searching strings using the LIKE '%text%' pattern. It asked...
January 16, 2015 at 3:02 am
Have a read of the following from Chris Webb:
https://cwebbbi.wordpress.com/2011/03/24/last-ever-non-empty-a-new-fast-mdx-approach/
You should be able to expand upon what is there and to what you need to.
January 14, 2015 at 4:08 am
If returning whatever value is before the decimal is your only goal then you can just do some string manipulation and cast it as a number. In the following example,...
January 8, 2015 at 2:19 am
maretix (12/24/2014)
I will try as soon as possible...
I am thinking it is simpler than i'd imagine ..:-)
i WISH FOR YOU and all people of this useful...
December 24, 2014 at 10:56 am
FORMAT_STRING is for setting the format (for example currency), not this sort of display behaviour.
In order to get what you want your code should be something like:
CREATE MEMBER CURRENTCUBE.[Measures].[Indicatore...
December 24, 2014 at 7:50 am
The following should be helpful - I'm assuming here that you are upgrading from SQL 2005+ to SQL 2014. http://msdn.microsoft.com/en-us/library/cc879336.aspx
December 15, 2014 at 6:07 am
Viewing 15 posts - 301 through 315 (of 596 total)