﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Data Warehousing / Analysis Services  / Wy do I see a Reseller Sales Amount in mx query on AW cube? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 09:59:03 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Wy do I see a Reseller Sales Amount in mx query on AW cube?</title><link>http://www.sqlservercentral.com/Forums/Topic1201038-17-1.aspx</link><description>Thanks, Steve!(feeling a bit ashamed, this must be basics stuff...)</description><pubDate>Sat, 05 Nov 2011 20:47:19 GMT</pubDate><dc:creator>HeavyDunkin</dc:creator></item><item><title>RE: Wy do I see a Reseller Sales Amount in mx query on AW cube?</title><link>http://www.sqlservercentral.com/Forums/Topic1201038-17-1.aspx</link><description>I'd say it's the default measure.  Believe there's ways to see this in the properties but you can also prove it using the following:[code="other"]selectMeasures.DefaultMember on 0from[Adventure Works][/code]</description><pubDate>Sat, 05 Nov 2011 11:27:16 GMT</pubDate><dc:creator>stevefromOZ</dc:creator></item><item><title>Wy do I see a Reseller Sales Amount in mx query on AW cube?</title><link>http://www.sqlservercentral.com/Forums/Topic1201038-17-1.aspx</link><description>Hello,New here, sorry to bother you with what almost certainly is a stupid question. Mayby I should post in the newbies section, though I am no newbie to SQL Server nor T-SQL. However: I am starting with MDX and trying to grasp the basic mechanism behind it. So here's my problem. I run this very simple query against the AdventureWorks cube (the demo from codeplex)SELECT{[Date].[Calendar].[Calendar Quarter].&amp;[2002]&amp;[1],    [Date].[Calendar].[Calendar Quarter].&amp;[2002]&amp;[2]}      ON AXIS (0),[Employee].[Employee Department]    ON AXIS (1)FROM     [Adventure Works]This gives me the [b][Reseller Sales Amount] [/b]by Quarter and Employee department. Why is that? I did not specify any slicer axis...If I add a whereclause, say WHERE [Measures].[Internet Sales Amount], I get the Internet Sales Amount, but leave it away and I get the reseler sales amount again.I searched for a while here and there, but found no clue...Admitted, I am a total beginner at MDX and I know I should just go on with the tutorials and probably things will get clearer for me, maybe I am a little impatient, but I like to understand it in some basic conceptual way before I go on...Thanks in advance!</description><pubDate>Sat, 05 Nov 2011 08:21:57 GMT</pubDate><dc:creator>HeavyDunkin</dc:creator></item></channel></rss>