Viewing 15 posts - 346 through 360 (of 596 total)
Guitar_player (10/21/2014)
October 22, 2014 at 4:14 am
Guitar_player (10/21/2014)
PB_BI (9/26/2014)
I still don't think you need to distinctly count anything. Why...
October 21, 2014 at 8:16 am
A few ways you could do this........
A Merge/Merge Join transformation (http://msdn.microsoft.com/en-us/library/ms141775.aspx)
A Lookup transformation (http://msdn.microsoft.com/en-gb/library/ms141821.aspx)
Do the join in SQL in your source.
The first two would require duplication of your efforts...
October 21, 2014 at 2:16 am
There is a discussion on getting MODE in MDX here: http://blogs.adatis.co.uk/blogs/jeremykashel/archive/2012/03/19/mean-median-and-mode-in-mdx.aspx
and here:
http://www.sqlservercentral.com/Forums/Topic1536662-147-1.aspx
October 20, 2014 at 1:40 am
Okay, I think I misread your requirement before (sorry). Have a look at the following example, it shows the latest order date by Sales Channel and City in AdventureWorks. This...
October 17, 2014 at 5:45 am
No I think it's indicating that you need to create or open a .dax file in visual studio for it to work. Like the way there is no explicit "sql...
October 16, 2014 at 9:28 am
Have you tried the steps here:
http://daxeditor.codeplex.com/wikipage?title=Using%20the%20DAX%20Editor&referringTitle=Documentation
If so and still no joy, hit them up on the discussions page.
October 16, 2014 at 5:25 am
There are a couple of ways to achieve this, depending on the setup of your date dimension. Have a look at the YTD and PERIODSTODATE functions:
http://msdn.microsoft.com/en-us/library/ms146039.aspx
http://msdn.microsoft.com/en-us/library/ms144925.aspx
This is a common use...
October 15, 2014 at 8:00 am
You can do this with a combination of TAIL and FILTER. Here is an example of getting the latest sale date by department in the AdventureWorks cube:
SELECT
{[Measures].[Reseller Sales Amount]} ON...
October 15, 2014 at 3:38 am
Points 12-15 of the following page go through doing this:
September 30, 2014 at 8:27 am
maretix (9/30/2014)
Incredible i discover the same article too.
I am trying to understand...
So if i put attribute cause problem with PROPERTIES Attribute Hierarchy Enable = FALSE ...could be...
September 30, 2014 at 5:00 am
This error has to do with enabling/disabling attributes when there are linked items. Have a read of the following: http://martinmason.wordpress.com/2010/08/
September 30, 2014 at 4:33 am
venus.pvr (9/29/2014)
If I have a cube with datasourceview definition queries selecting the complete data from the fact table, but my partitions set up only for current year and last year....
September 30, 2014 at 3:34 am
So you just need a count of the occupied rooms over the course of months, quarters and years?
I still don't think you need to distinctly count anything. Why not have...
September 26, 2014 at 3:43 am
Guitar_player (9/24/2014)
September 24, 2014 at 6:53 am
Viewing 15 posts - 346 through 360 (of 596 total)