<?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/"
		>
<channel>
	<title>Comments on: SSAS advanced dimension level security using SSRS reports, showing parent of a level you have no access</title>
	<atom:link href="http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/feed" rel="self" type="application/rss+xml" />
	<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access</link>
	<description>Bringing BI to the masses</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:02:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kasper de Jonge</title>
		<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/comment-page-1#comment-270</link>
		<dc:creator>Kasper de Jonge</dc:creator>
		<pubDate>Fri, 06 Nov 2009 10:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=757#comment-270</guid>
		<description>&lt;a href=&quot;#comment-266&quot; rel=&quot;nofollow&quot;&gt;@Cube &lt;/a&gt; 
Hi, I think you mean the same as on this SSRS forum:
http://social.technet.microsoft.com/Forums/en-US/sqlreportingservices/thread/bc3e411c-6d9f-47c1-8991-0b6ae66407e7 let me know if you mean something else ?</description>
		<content:encoded><![CDATA[<p><a href="#comment-266" rel="nofollow">@Cube </a><br />
Hi, I think you mean the same as on this SSRS forum:<br />
<a href="http://social.technet.microsoft.com/Forums/en-US/sqlreportingservices/thread/bc3e411c-6d9f-47c1-8991-0b6ae66407e7" rel="nofollow">http://social.technet.microsoft.com/Forums/en-US/sqlreportingservices/thread/bc3e411c-6d9f-47c1-8991-0b6ae66407e7</a> let me know if you mean something else ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cube</title>
		<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/comment-page-1#comment-266</link>
		<dc:creator>Cube</dc:creator>
		<pubDate>Tue, 03 Nov 2009 10:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=757#comment-266</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-265&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-265&quot; rel=&quot;nofollow&quot;&gt;Cube&lt;/a&gt; :&lt;/strong&gt;
HI,
  this article 100% apt for my requirement, but when i am using that cube data in my ssrs environment i didn’t get filtered, it gives me complete data so can u please guide me on this
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-265"><p>
<strong><a href="#comment-265" rel="nofollow">Cube</a> :</strong><br />
HI,<br />
  this article 100% apt for my requirement, but when i am using that cube data in my ssrs environment i didn’t get filtered, it gives me complete data so can u please guide me on this
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper de Jonge</title>
		<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/comment-page-1#comment-253</link>
		<dc:creator>Kasper de Jonge</dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=757#comment-253</guid>
		<description>&lt;a href=&quot;#comment-250&quot; rel=&quot;nofollow&quot;&gt;@Haojie Qiao &lt;/a&gt; 
Hi Haojie, yes when you want to enable user to analyse the cube themselves this is not a viable option. But MDX won&#039;t serve you in Excel 2007 either. But i agree MDX is the neatest solution, but also the most difficult.</description>
		<content:encoded><![CDATA[<p><a href="#comment-250" rel="nofollow">@Haojie Qiao </a><br />
Hi Haojie, yes when you want to enable user to analyse the cube themselves this is not a viable option. But MDX won&#8217;t serve you in Excel 2007 either. But i agree MDX is the neatest solution, but also the most difficult.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haojie Qiao</title>
		<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/comment-page-1#comment-250</link>
		<dc:creator>Haojie Qiao</dc:creator>
		<pubDate>Wed, 28 Oct 2009 00:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=757#comment-250</guid>
		<description>I agreee this might be the easy workaround in SSRS based solution. Alternatively, you can split the dimension into 2 and apply security on one of them.

However, both way don&#039;t work nicely if you allow end user to use Excel 2007 to browse the cube. The &quot;duplicate dimension way&quot; cannot secure the data at all. The &quot;split into 2 dimension way&quot; works, but you have to see 2 dimension tables in field panel and you cannot build hierarchy on top of it.

MDX solution is best option thought it is the most complex one.</description>
		<content:encoded><![CDATA[<p>I agreee this might be the easy workaround in SSRS based solution. Alternatively, you can split the dimension into 2 and apply security on one of them.</p>
<p>However, both way don&#8217;t work nicely if you allow end user to use Excel 2007 to browse the cube. The &#8220;duplicate dimension way&#8221; cannot secure the data at all. The &#8220;split into 2 dimension way&#8221; works, but you have to see 2 dimension tables in field panel and you cannot build hierarchy on top of it.</p>
<p>MDX solution is best option thought it is the most complex one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper de Jonge</title>
		<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/comment-page-1#comment-240</link>
		<dc:creator>Kasper de Jonge</dc:creator>
		<pubDate>Sun, 25 Oct 2009 08:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=757#comment-240</guid>
		<description>&lt;a href=&quot;#comment-239&quot; rel=&quot;nofollow&quot;&gt;@Tomislav Piasevoli &lt;/a&gt; 
Hello Tomislav, Thank you for your reply.

I&#039;m sure you could attain the same result with the use of MDX. But is see a few major problems with this:
- You have to remove the role with the security to let user access all the levels leaving the cube all open
- Using roles with different postal code per user let the report automatically show the right data, no selection necessary 
- I have to create multiple, different, reports using this security, so i have to create MDX for every report. My client is no MDX expert and they want to do it themselves

And i understand that creating two almost identical dimensions isn&#039;t very pretty but it&#039;s still the most report builder friendly solution.</description>
		<content:encoded><![CDATA[<p><a href="#comment-239" rel="nofollow">@Tomislav Piasevoli </a><br />
Hello Tomislav, Thank you for your reply.</p>
<p>I&#8217;m sure you could attain the same result with the use of MDX. But is see a few major problems with this:<br />
- You have to remove the role with the security to let user access all the levels leaving the cube all open<br />
- Using roles with different postal code per user let the report automatically show the right data, no selection necessary<br />
- I have to create multiple, different, reports using this security, so i have to create MDX for every report. My client is no MDX expert and they want to do it themselves</p>
<p>And i understand that creating two almost identical dimensions isn&#8217;t very pretty but it&#8217;s still the most report builder friendly solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomislav Piasevoli</title>
		<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/comment-page-1#comment-239</link>
		<dc:creator>Tomislav Piasevoli</dc:creator>
		<pubDate>Sun, 25 Oct 2009 07:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=757#comment-239</guid>
		<description>How about providing an advanced, MDX based calculation where you deny access to descendants of states which are not ancestor of certain postal codes, but are in the same country?

Additionally, you can deny access to other countries on the grain of your choice, using one more condition.</description>
		<content:encoded><![CDATA[<p>How about providing an advanced, MDX based calculation where you deny access to descendants of states which are not ancestor of certain postal codes, but are in the same country?</p>
<p>Additionally, you can deny access to other countries on the grain of your choice, using one more condition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper de Jonge</title>
		<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/comment-page-1#comment-238</link>
		<dc:creator>Kasper de Jonge</dc:creator>
		<pubDate>Sun, 25 Oct 2009 06:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=757#comment-238</guid>
		<description>&lt;a href=&quot;#comment-237&quot; rel=&quot;nofollow&quot;&gt;@Greg Galloway &lt;/a&gt; 
hi Greg, you&#039;re absolutely right. I did try it but didn&#039;t even look at the numbers. But it still doesn&#039;t do what i want in my scenario, i want to report over dimension levels i don&#039;t have access to thanks to autoexists, visual totals doesn&#039;t change this.</description>
		<content:encoded><![CDATA[<p><a href="#comment-237" rel="nofollow">@Greg Galloway </a><br />
hi Greg, you&#8217;re absolutely right. I did try it but didn&#8217;t even look at the numbers. But it still doesn&#8217;t do what i want in my scenario, i want to report over dimension levels i don&#8217;t have access to thanks to autoexists, visual totals doesn&#8217;t change this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Galloway</title>
		<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/comment-page-1#comment-237</link>
		<dc:creator>Greg Galloway</dc:creator>
		<pubDate>Sat, 24 Oct 2009 22:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=757#comment-237</guid>
		<description>I think you&#039;ve got it backwards (unless I&#039;m having a senile moment). Visual totals means the totals are made up of only what you can see. So checking that box (not the default) means the totals obey the security you setup. Try it.</description>
		<content:encoded><![CDATA[<p>I think you&#8217;ve got it backwards (unless I&#8217;m having a senile moment). Visual totals means the totals are made up of only what you can see. So checking that box (not the default) means the totals obey the security you setup. Try it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper de Jonge</title>
		<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/comment-page-1#comment-236</link>
		<dc:creator>Kasper de Jonge</dc:creator>
		<pubDate>Sat, 24 Oct 2009 07:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=757#comment-236</guid>
		<description>&lt;a href=&quot;#comment-235&quot; rel=&quot;nofollow&quot;&gt;@Greg Galloway &lt;/a&gt;  Hi Greg, thx for replying.
Visual totals is not an option in this scenario, what visual totals does is make sure when you sum a parent level of the secured level it shows the sum and of only the levels you have access to. As you can read here: http://www.sqlserveranalysisservices.com/OLAPPapers/DynamicVisualTotals.htm 

I wish it was that simple :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-235" rel="nofollow">@Greg Galloway </a>  Hi Greg, thx for replying.<br />
Visual totals is not an option in this scenario, what visual totals does is make sure when you sum a parent level of the secured level it shows the sum and of only the levels you have access to. As you can read here: <a href="http://www.sqlserveranalysisservices.com/OLAPPapers/DynamicVisualTotals.htm" rel="nofollow">http://www.sqlserveranalysisservices.com/OLAPPapers/DynamicVisualTotals.htm</a> </p>
<p>I wish it was that simple <img src='http://www.powerpivotblog.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Galloway</title>
		<link>http://www.powerpivotblog.nl/ssas-advanced-dimension-level-security-using-ssrs-reports-showing-parent-of-a-level-you-have-no-access/comment-page-1#comment-235</link>
		<dc:creator>Greg Galloway</dc:creator>
		<pubDate>Fri, 23 Oct 2009 20:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://business-intelligence.kdejonge.net/?p=757#comment-235</guid>
		<description>Couldn&#039;t you have just checked the Visual Totals checkbox on the advanced tab? I don&#039;t think you would have to use a separate dimension for security in this scenario, but I could be wrong.</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t you have just checked the Visual Totals checkbox on the advanced tab? I don&#8217;t think you would have to use a separate dimension for security in this scenario, but I could be wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

