<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.microsoft.co.il/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Ella Maschiach&amp;#39;s BI Blog - All Comments</title><link>http://blogs.microsoft.co.il/blogs/barbaro/</link><description>BI, Olap Technologies, Tools, System Analysis and Design</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>analysis services &amp;#8211; denying access to a specific dimension a | Excel Tips | Word Tutorials</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2008/02/06/visual-totals-in-mdx-and-role-security.aspx#2064936</link><pubDate>Wed, 22 May 2013 14:47:53 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:2064936</guid><dc:creator>analysis services – denying access to a specific dimension a | Excel Tips | Word Tutorials</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;analysis services &amp;amp;#8211; denying access to a specific dimension a | Excel Tips | Word Tutorials&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=2064936" width="1" height="1"&gt;</description></item><item><title>re: Access and Visio Services and Spatial Data in SharePoint 2010</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2012/06/27/Access-Visio-Services-Spatial-Data-Sharepoint-2010-BI.aspx#2064818</link><pubDate>Wed, 22 May 2013 14:17:25 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:2064818</guid><dc:creator>Appel</dc:creator><description>&lt;p&gt;It's a pity you don't have a donate button!&lt;/p&gt;
&lt;p&gt;I'd certainly donate to this brilliant blog! I suppose for now i'll settle for bookmarking and &lt;/p&gt;
&lt;p&gt;adding your RSS feed to my Google account. I look forward &lt;/p&gt;
&lt;p&gt;to fresh updates and will share this blog with my Facebook group.&lt;/p&gt;
&lt;p&gt;Chat soon!&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=2064818" width="1" height="1"&gt;</description></item><item><title>re: Slowly Changing Dimension type 2 in SSAS</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2007/09/08/Slowly-Changing-Dimension-type-2-in-SSAS.aspx#1880854</link><pubDate>Wed, 10 Apr 2013 12:39:54 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1880854</guid><dc:creator>Guest</dc:creator><description>&lt;p&gt;This simply does not work, the Adventureworks Product and Employee connect using the surrogate key. &lt;/p&gt;
&lt;p&gt;There something special in the dimensin usage.&lt;/p&gt;
&lt;p&gt;The Scd Types are for description only, they do nothing is SSAS.&lt;/p&gt;
&lt;p&gt;This approach does not work!&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1880854" width="1" height="1"&gt;</description></item><item><title>re: The pros and cons of Report Builder 3.0 over Report Builder 1.0</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2011/03/17/pros-cons-rb-report-builder-3.0-1.0-versus-vs.aspx#1570118</link><pubDate>Wed, 19 Dec 2012 13:57:26 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1570118</guid><dc:creator>Ella Maschiach</dc:creator><description>&lt;p&gt;Hi Bini,&lt;/p&gt;
&lt;p&gt;Using a query like:&lt;/p&gt;
&lt;p&gt;select reportid, Path, Name, Parameter &lt;/p&gt;
&lt;p&gt;FROM [ReportServer].[dbo].[ExecutionLogStorage] e&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; inner join [ReportServer].[dbo].Catalog c&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; on e.reportid = c.itemid&lt;/p&gt;
&lt;p&gt;You can see which user ran the report and with what values for each parameter. This is also true for RB and not just RS reports. This is also provided that you run the reports with your users credentials and not through a general user for an application.&lt;/p&gt;
&lt;p&gt;All the best,&lt;/p&gt;
&lt;p&gt;Ella&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1570118" width="1" height="1"&gt;</description></item><item><title>re: Visual Totals in MDX and Role Security</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2008/02/06/visual-totals-in-mdx-and-role-security.aspx#1519043</link><pubDate>Wed, 05 Dec 2012 13:10:27 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1519043</guid><dc:creator>Ella Maschiach</dc:creator><description>&lt;p&gt;Sebastian,&lt;/p&gt;&lt;p&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms174822(v=sql.105).aspx"&gt;Default member&lt;/a&gt;&amp;nbsp;&lt;/b&gt;may give you a default total (for that specific member) to return to your user, but it doesn&amp;#39;t block your user from choosing a different member and seeing the sum for that. It does not limit your user.&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ff487172.aspx"&gt;Visual totals&lt;/a&gt;&lt;/b&gt;, on the other hand, enables your user to see just the sum for the selected members. It limits the user and upholds &lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms188959(v=sql.90).aspx"&gt;security&lt;/a&gt;&lt;/b&gt;.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;You can check mark all the members you&amp;#39;d like the user to see and leave the visual totals unchecked so he can still see the sum for the entire dimension.&lt;/p&gt;&lt;p&gt;Boris,&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I felt like you answered Nancy more than asked a question.&lt;/p&gt;&lt;p&gt;All the best,&lt;/p&gt;&lt;p&gt;Ella&lt;/p&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1519043" width="1" height="1"&gt;</description></item><item><title>re: Visual Totals in MDX and Role Security</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2008/02/06/visual-totals-in-mdx-and-role-security.aspx#1514115</link><pubDate>Tue, 04 Dec 2012 07:59:19 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1514115</guid><dc:creator>Ella Maschiach</dc:creator><description>&lt;p&gt;To Boris and Sebastian, I apologize but by mistake I ended up deleting your comment as you were classified as spam by the site. I re - published them under my name and will comment later.&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1514115" width="1" height="1"&gt;</description></item><item><title>re: Visual Totals in MDX and Role Security</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2008/02/06/visual-totals-in-mdx-and-role-security.aspx#1514089</link><pubDate>Tue, 04 Dec 2012 07:50:32 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1514089</guid><dc:creator>Ella Maschiach</dc:creator><description>&lt;p&gt;Hey together,&lt;/p&gt;
&lt;p&gt;okay let&amp;#180;s again start from the above.&lt;/p&gt;
&lt;p&gt;I&amp;#180;d like to understand the difference between &amp;#39;enable visual totals&amp;#39; and &amp;#39;Default Member&amp;#39; when set to the element of the alowed set.&lt;/p&gt;
&lt;p&gt;As you also posted here it might not be useful to the the totals when your rights are constricted to a certain alowed set. the problem is not only the totals but the fact that you are able to see the elements from other Dimenisions (e.g. when you have two dimensions &amp;#39;company&amp;#39; and a dimension that represents the &amp;#39;fact table&amp;#39; containing the company also; and you have an alowed set giving you the right on the dimension &amp;#39;company&amp;#39; to see a specific company only, you are still able to see the data of other companies through other dimensions.)&lt;/p&gt;
&lt;p&gt;if you set the &amp;#39;enable visual totals&amp;#39; flag all dimensions respect the settings done in the dimension &amp;#39;company&amp;#39;. that&amp;#180;s what I expected the &amp;#39;default member&amp;#39; to control. in fact this is doing the same.&lt;/p&gt;
&lt;p&gt;1. What is the difference?&lt;/p&gt;
&lt;p&gt;2. What if you want to define the user to see only allowed elements no matter from what dimension - but at the same time to see totals over all the dimension&amp;#180;s members?&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1514089" width="1" height="1"&gt;</description></item><item><title>re: What's New in SQL Server Integration Services 11 CTP1</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2010/11/30/what-s-new-in-sql-server-integration-services-11-ctp1.aspx#1381733</link><pubDate>Fri, 26 Oct 2012 03:36:53 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1381733</guid><dc:creator>Kayla</dc:creator><description>&lt;p&gt;I believe that SSIS has eolevvd to a point where it can handle multiple and complex transformation in memory. ETL packages shall be database agnostic and should minimize the need for adding any special procedure or feature to the source, other than granting proper rights to read it. This makes the packages transportable and easy to migrate from 1 SSIS server to another, as well as easy to let the datasource migrate from one place to another.Now, in certain conditions where the data extracted requires several tables joined, and the output is for several million rows, the sort operation can benefit from the database engine as it is optimized to deal with such a task in the most efficient way.So I agree that it depends. But I tend to have as much as possible on the SSIS side as the database is not designed to perform any transformation in an efficient way. The RDBMs engine is optimize to store and retrieve data and keep it in a very relaible state.&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1381733" width="1" height="1"&gt;</description></item><item><title>re: The Many to Many Relationship</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2007/09/01/The-Many-to-Many-Relationship.aspx#1364870</link><pubDate>Fri, 19 Oct 2012 16:42:17 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1364870</guid><dc:creator>MOrpheus</dc:creator><description>&lt;p&gt;Thanks Ella,&lt;/p&gt;
&lt;p&gt;Your blog helped me understand this.&lt;/p&gt;
&lt;p&gt;One step on RDBMS and another on the Cube sort of a hybrid solution.&lt;/p&gt;
&lt;p&gt;Although this would only come up when we have facts present for each lookup.&lt;/p&gt;
&lt;p&gt;Cannot do a left outer type join from Many-To-Many to the fact since not all data will be mapped...&lt;/p&gt;
&lt;p&gt;Had to write a SQL join to get the data where the Many-To-Many had no facts.&lt;/p&gt;
&lt;p&gt;But still works for me.&lt;/p&gt;
&lt;p&gt;Thanks ! People Happy&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1364870" width="1" height="1"&gt;</description></item><item><title>re: Recursive Sum for a Group in a Matrix in SSRS</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2009/04/22/recursive-sum-for-a-group-in-a-matrix-in-ssrs.aspx#1327398</link><pubDate>Thu, 04 Oct 2012 17:23:39 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1327398</guid><dc:creator>sarvam</dc:creator><description>&lt;p&gt;how to do the average of average in a matrix .&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1327398" width="1" height="1"&gt;</description></item><item><title>re: SQL Server 2012 Licensing Reviews and Views</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2011/11/08/sql-server-2012-licensing-reviews-views-BI-SharePoint.aspx#1312549</link><pubDate>Thu, 27 Sep 2012 04:47:53 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1312549</guid><dc:creator>Chang</dc:creator><description>&lt;p&gt;The SQL standard names are LOWER and UPPER, not LCASE and UCASE. Some pcudorts like MySQL alias LCASE and UCASE to the LOWER and UPPER functions for increased compatibility with other non-standard pcudorts and some &amp;nbsp;pcudorts that are not databases. MS Access uses LCASE and UCASE as does the non-database pcudorts Excel and OOCalc. There are some programming languages which use LCASE and UCASE. There may be other DB pcudorts that do not use the SQL standard LOWER/UPPER names for these functions. Oracle does use LOWER/UPPER. DB2 supports both. PostgreSQL uses LOWER/UPPER.&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1312549" width="1" height="1"&gt;</description></item><item><title>re: The pros and cons of Report Builder 3.0 over Report Builder 1.0</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2011/03/17/pros-cons-rb-report-builder-3.0-1.0-versus-vs.aspx#1258139</link><pubDate>Sun, 02 Sep 2012 19:58:35 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1258139</guid><dc:creator>Ella Maschiach</dc:creator><description>&lt;p&gt;Hi Michael,&lt;/p&gt;
&lt;p&gt;I can't say that I've used Report Builder integrated with SharePoint, but I have updated an entire RB 1.0 project (data source and model) and it hasn't changed a thing in the reports. So you can update both without a worry I believe. &lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1258139" width="1" height="1"&gt;</description></item><item><title>re: The pros and cons of Report Builder 3.0 over Report Builder 1.0</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2011/03/17/pros-cons-rb-report-builder-3.0-1.0-versus-vs.aspx#1252207</link><pubDate>Thu, 30 Aug 2012 21:36:38 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1252207</guid><dc:creator>Michael Berry</dc:creator><description>&lt;p&gt;quick question... I would like to know what to expect if I upgrade the data source for the report model. &amp;nbsp;will I have to upgrade the report model? &amp;nbsp;The report model and reports are currently on a sharepoint 2010 running integrated mode. &lt;/p&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1252207" width="1" height="1"&gt;</description></item><item><title>re: The pros and cons of Report Builder 3.0 over Report Builder 1.0</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2011/03/17/pros-cons-rb-report-builder-3.0-1.0-versus-vs.aspx#1252064</link><pubDate>Thu, 30 Aug 2012 20:10:08 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1252064</guid><dc:creator>Ella Maschiach</dc:creator><description>&lt;p&gt;glad I could help :)&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1252064" width="1" height="1"&gt;</description></item><item><title>re: The pros and cons of Report Builder 3.0 over Report Builder 1.0</title><link>http://blogs.microsoft.co.il/blogs/barbaro/archive/2011/03/17/pros-cons-rb-report-builder-3.0-1.0-versus-vs.aspx#1251973</link><pubDate>Thu, 30 Aug 2012 19:12:11 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1251973</guid><dc:creator>mike berry</dc:creator><description>&lt;p&gt;This is very helpful. &amp;nbsp;Thank you for making this post. &amp;nbsp;I have a user that refuses to upgrade and we are upgrading their data source to 2008 and assumed, incorrectly that they would have no choice but to upgrade. &amp;nbsp;thanks for the very informative posts!&lt;/p&gt;
&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1251973" width="1" height="1"&gt;</description></item></channel></rss>