<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Thomas.I Microsoft BI &amp; Analytics</title>
	<atom:link href="http://thomasivarssonmalmo.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomasivarssonmalmo.wordpress.com</link>
	<description>A Site Dedicated to General BI Issues and MS BI Issues: Architecture and Technology</description>
	<lastBuildDate>Mon, 11 Feb 2013 12:21:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on The MDX slicer will not change anything on an axis (or?) part II by John</title>
		<link>http://thomasivarssonmalmo.wordpress.com/2007/10/31/the-mdx-slicer-will-not-change-anything-on-an-axis-or-part-ii/#comment-542</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 12:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://thomasivarssonmalmo.wordpress.com/2007/10/31/the-mdx-slicer-will-not-change-anything-on-an-axis-or-part-ii#comment-542</guid>
		<description><![CDATA[Select [Date].[Calendar].[Calendar Year].Members On Columns,
[Customer].[Customer Geography].[Country].members On Rows
From [Adventure Works]
Where ([Measures].[Internet Sales Amount], [Date].[Calendar Year].&amp;[2004]); 

Though above query run but wont give any value. we  can solve using the attribute name instead of hierarchy in WHERE condition if attribute name is 
different then hierarcy name 

like 

Select [Date].[Calendar].[Calendar Year].Members On Columns,
[Customer].[Customer Geography].[Country].members On Rows
From [Adventure Works]
Where ([Measures].[Internet Sales Amount], [Date].[Calendar yr].&amp;[2004]);]]></description>
		<content:encoded><![CDATA[<p>Select [Date].[Calendar].[Calendar Year].Members On Columns,<br />
[Customer].[Customer Geography].[Country].members On Rows<br />
From [Adventure Works]<br />
Where ([Measures].[Internet Sales Amount], [Date].[Calendar Year].&amp;[2004]); </p>
<p>Though above query run but wont give any value. we  can solve using the attribute name instead of hierarchy in WHERE condition if attribute name is<br />
different then hierarcy name </p>
<p>like </p>
<p>Select [Date].[Calendar].[Calendar Year].Members On Columns,<br />
[Customer].[Customer Geography].[Country].members On Rows<br />
From [Adventure Works]<br />
Where ([Measures].[Internet Sales Amount], [Date].[Calendar yr].&amp;[2004]);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ISO Week or why the datepart TSQL function will not work with weeks by Kai</title>
		<link>http://thomasivarssonmalmo.wordpress.com/2008/06/04/iso-week-or-why-the-datepart-tsql-function-will-not-work-with-weeks/#comment-461</link>
		<dc:creator><![CDATA[Kai]]></dc:creator>
		<pubDate>Fri, 07 Sep 2012 06:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://thomasivarssonmalmo.wordpress.com/2008/06/04/iso-week-or-why-the-datepart-tsql-function-will-not-work-with-weeks#comment-461</guid>
		<description><![CDATA[Hi,
I was using the isoweek function for quite a while when I found that it returns different values depending on what the datefirst setting is on the system.
Example:
set datefirst 1
select dbo.isoWeek(&#039;20081230&#039;)   -&gt;  returns week no 1, this is correct

the same with US setting:
set datefirst 7
select dbo.isoWeek(&#039;20081230&#039;)   -&gt;  returns week no 53, this is not correct, there is no week no 53 in 2008

I guess it needs an adoption in the line that takes care for special day at the end of the year.

Regads,

Kai]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was using the isoweek function for quite a while when I found that it returns different values depending on what the datefirst setting is on the system.<br />
Example:<br />
set datefirst 1<br />
select dbo.isoWeek(&#8217;20081230&#8242;)   -&gt;  returns week no 1, this is correct</p>
<p>the same with US setting:<br />
set datefirst 7<br />
select dbo.isoWeek(&#8217;20081230&#8242;)   -&gt;  returns week no 53, this is not correct, there is no week no 53 in 2008</p>
<p>I guess it needs an adoption in the line that takes care for special day at the end of the year.</p>
<p>Regads,</p>
<p>Kai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Power View in Excel 2013 Part Two: Maps by Excel 2013 and BI &#124; James Serra&#039;s Blog</title>
		<link>http://thomasivarssonmalmo.wordpress.com/2012/07/22/power-view-in-excel-2013-part-two-maps/#comment-460</link>
		<dc:creator><![CDATA[Excel 2013 and BI &#124; James Serra&#039;s Blog]]></dc:creator>
		<pubDate>Mon, 27 Aug 2012 05:14:15 +0000</pubDate>
		<guid isPermaLink="false">https://thomasivarssonmalmo.wordpress.com/?p=761#comment-460</guid>
		<description><![CDATA[[...] Excel 2013 and BISM Multidimensional, Power View in Excel 2013 Part One: Pie Charts, Power View in Excel 2013 Part Two: Maps [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Excel 2013 and BISM Multidimensional, Power View in Excel 2013 Part One: Pie Charts, Power View in Excel 2013 Part Two: Maps [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Power View in Excel 2013 Part One: Pie Charts by Excel 2013 and BI &#124; James Serra&#039;s Blog</title>
		<link>http://thomasivarssonmalmo.wordpress.com/2012/07/20/power-view-in-excel-2013-part-one-pie-charts/#comment-459</link>
		<dc:creator><![CDATA[Excel 2013 and BI &#124; James Serra&#039;s Blog]]></dc:creator>
		<pubDate>Fri, 17 Aug 2012 21:44:20 +0000</pubDate>
		<guid isPermaLink="false">https://thomasivarssonmalmo.wordpress.com/?p=741#comment-459</guid>
		<description><![CDATA[[...] 2013 and BISM Multidimensional, Power View in Excel 2013 Part One: Pie Charts, Power View in Excel 2013 Part Two: [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 2013 and BISM Multidimensional, Power View in Excel 2013 Part One: Pie Charts, Power View in Excel 2013 Part Two: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel 2013 and BISM Multidimensional by Excel 2013 and BI &#124; James Serra&#039;s Blog</title>
		<link>http://thomasivarssonmalmo.wordpress.com/2012/07/19/excel-2013-and-bism-multidimensional/#comment-454</link>
		<dc:creator><![CDATA[Excel 2013 and BI &#124; James Serra&#039;s Blog]]></dc:creator>
		<pubDate>Wed, 15 Aug 2012 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">https://thomasivarssonmalmo.wordpress.com/?p=708#comment-454</guid>
		<description><![CDATA[[...] Excel 2013 and BISM Multidimensional, Power View in Excel 2013 Part One: Pie Charts, Power View in Excel 2013 Part Two: Maps [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Excel 2013 and BISM Multidimensional, Power View in Excel 2013 Part One: Pie Charts, Power View in Excel 2013 Part Two: Maps [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2012 Books by thomasivarssonmalmo</title>
		<link>http://thomasivarssonmalmo.wordpress.com/2011/12/23/sql-server-2012-books/#comment-398</link>
		<dc:creator><![CDATA[thomasivarssonmalmo]]></dc:creator>
		<pubDate>Sat, 14 Jul 2012 13:16:41 +0000</pubDate>
		<guid isPermaLink="false">https://thomasivarssonmalmo.wordpress.com/?p=584#comment-398</guid>
		<description><![CDATA[Hi. Go to the big online book stores and search for &quot;SQL Server 2012&quot; and you will see. The schedule is fall and late summer this year.]]></description>
		<content:encoded><![CDATA[<p>Hi. Go to the big online book stores and search for &#8220;SQL Server 2012&#8243; and you will see. The schedule is fall and late summer this year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2012 Books by jadionne</title>
		<link>http://thomasivarssonmalmo.wordpress.com/2011/12/23/sql-server-2012-books/#comment-397</link>
		<dc:creator><![CDATA[jadionne]]></dc:creator>
		<pubDate>Mon, 18 Jun 2012 14:31:50 +0000</pubDate>
		<guid isPermaLink="false">https://thomasivarssonmalmo.wordpress.com/?p=584#comment-397</guid>
		<description><![CDATA[Thomas,
Have you found any books to help with the new certifications yet?]]></description>
		<content:encoded><![CDATA[<p>Thomas,<br />
Have you found any books to help with the new certifications yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Data Warehouse Value Proposition by thomasivarssonmalmo</title>
		<link>http://thomasivarssonmalmo.wordpress.com/2012/02/18/the-data-warehouse-value-proposition/#comment-371</link>
		<dc:creator><![CDATA[thomasivarssonmalmo]]></dc:creator>
		<pubDate>Sat, 10 Mar 2012 15:16:04 +0000</pubDate>
		<guid isPermaLink="false">https://thomasivarssonmalmo.wordpress.com/?p=695#comment-371</guid>
		<description><![CDATA[Hi Bob,
The data mart can be views on top of the data warehouse of physical tables. The starschema mart model is good for compression in Power Pivot, column store indexes and BISM tabular. Less joins and more redundancy with starschemas that also aggregate DW data!]]></description>
		<content:encoded><![CDATA[<p>Hi Bob,<br />
The data mart can be views on top of the data warehouse of physical tables. The starschema mart model is good for compression in Power Pivot, column store indexes and BISM tabular. Less joins and more redundancy with starschemas that also aggregate DW data!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Data Warehouse Value Proposition by Bob Duffy</title>
		<link>http://thomasivarssonmalmo.wordpress.com/2012/02/18/the-data-warehouse-value-proposition/#comment-370</link>
		<dc:creator><![CDATA[Bob Duffy]]></dc:creator>
		<pubDate>Sat, 10 Mar 2012 14:48:44 +0000</pubDate>
		<guid isPermaLink="false">https://thomasivarssonmalmo.wordpress.com/?p=695#comment-370</guid>
		<description><![CDATA[Hi Thomas,

Do you &quot;always&quot; advocate the creation of a physcial data mart ? Interested in the pivot points that drives the need to create one on top of the data warehouse.

More often that not I tend to go straight from data warehouse into Analysis Services, without the need for a data mart.]]></description>
		<content:encoded><![CDATA[<p>Hi Thomas,</p>
<p>Do you &#8220;always&#8221; advocate the creation of a physcial data mart ? Interested in the pivot points that drives the need to create one on top of the data warehouse.</p>
<p>More often that not I tend to go straight from data warehouse into Analysis Services, without the need for a data mart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Data Warehouse Value Proposition by Paul te Braak</title>
		<link>http://thomasivarssonmalmo.wordpress.com/2012/02/18/the-data-warehouse-value-proposition/#comment-356</link>
		<dc:creator><![CDATA[Paul te Braak]]></dc:creator>
		<pubDate>Sat, 18 Feb 2012 20:57:46 +0000</pubDate>
		<guid isPermaLink="false">https://thomasivarssonmalmo.wordpress.com/?p=695#comment-356</guid>
		<description><![CDATA[Value is a benefit to the client and while we typically try to put a heads reduction around this (like we’ll save this much time at month end), a lot a benefit can be argued against the risk of the book.  For example, a customer could spend 2% of revenue to understand how its generated and apportioned to expenses.]]></description>
		<content:encoded><![CDATA[<p>Value is a benefit to the client and while we typically try to put a heads reduction around this (like we’ll save this much time at month end), a lot a benefit can be argued against the risk of the book.  For example, a customer could spend 2% of revenue to understand how its generated and apportioned to expenses.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
