<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/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>Stacia Misner : Microsoft BI</title><link>http://sqlblog.com/blogs/stacia_misner/archive/tags/Microsoft+BI/default.aspx</link><description>Tags: Microsoft BI</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>3 Big Changes in Analysis Services 2012 Enabling Flexible Design</title><link>http://sqlblog.com/blogs/stacia_misner/archive/2012/02/10/41691.aspx</link><pubDate>Sat, 11 Feb 2012 01:32:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:41691</guid><dc:creator>smisner</dc:creator><slash:comments>4</slash:comments><comments>http://sqlblog.com/blogs/stacia_misner/comments/41691.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/stacia_misner/commentrss.aspx?PostID=41691</wfw:commentRss><description>&lt;div&gt;&lt;span class="Apple-style-span" style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;&lt;p&gt;The upcoming release of SQL Server 2012 has a lot of new features for business intelligence developers to love. The free preview of&amp;nbsp;&lt;a target="_blank" href="http://blogs.msdn.com/b/microsoft_press/archive/2012/01/20/release-schedule-for-our-free-introducing-microsoft-sql-server-2012-ebook.aspx"&gt;Introducing Microsoft SQL Server 2012 (Microsoft Press, 2012)&lt;/a&gt;&amp;nbsp;does not include the chapter on Analysis Services, but you’ll be able to read the details when the final version of the ebook is released for download in March.&lt;/p&gt;&lt;p&gt;Overall, there are&amp;nbsp;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/bb522628(SQL.110).aspx"&gt;a lot of changes in Analysis Services 2012&lt;/a&gt;, and it’s easy to get overwhelmed by the details. So, just as I did for&amp;nbsp;&lt;a title="8 Enhancements in Integration Services 2012 for Easier Package Development" href="http://blog.datainspirations.com/2012/01/27/8-enhancements-in-integration-services-2012-for-easier-package-development/"&gt;Integration Services 2012&lt;/a&gt;&amp;nbsp;last month, I thought about the key aspects of this release that I would single out as important:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Business Intelligence Semantic Model&lt;/li&gt;&lt;li&gt;Tabular mode&lt;/li&gt;&lt;li&gt;Installation experience of PowerPivot for SharePoint&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="font-size:1.5em;"&gt;&lt;b&gt;Business Intelligence Semantic Model (BISM)&lt;/b&gt;&lt;/h2&gt;&lt;p&gt;Back in Analysis Services 2005, the Unified Dimensional Model (UDM) made its debut.&amp;nbsp; The UDM was supposed to blur the lines between relational and multidimensional modeling. How well it accomplished that goal could be argued, but I’m not going to take sides on that issue because now it no longer matters. Why? Because BISM replaces UDM and very definitely addresses two styles of modeling: multidimensional and tabular (about which I explain more below). &amp;nbsp;To get the background, see Microsoft's&amp;nbsp;&lt;a target="_blank" href="http://blogs.msdn.com/b/analysisservices/archive/2011/05/16/analysis-services-vision-amp-roadmap-update.aspx"&gt;vision and roadmap statement&lt;/a&gt;&amp;nbsp;describing the benefits at a high level.&lt;/p&gt;&lt;p&gt;Just as many people didn’t really understand that their development in Analysis Services (versions 2005, 2008, or 2008 R2) produced a UDM, they also don’t need to understand that their development in Analysis Services 2012 produces a BISM. Cubes from prior version will upgrade automatically when migrated to Analysis Services 2012.&amp;nbsp; It still stays multidimensional, and there is no magic button to convert it to tabular.&lt;/p&gt;&lt;p&gt;Lack of a magic button is not that big of a deal. I can’t think of a good reason to convert from multidimensional to tabular in most cases. However, I have heard through the grapevine of some scenarios where queries performed significantly faster against a tabular model as compared to a comparable design in a multidimensional model. It’s probably too early to say whether these performance improvements resulted from an anomaly or a genuine benefit of the VertiPaq engine that the tabular model uses.&amp;nbsp; For now, I would say the only way to know is to test it yourself with your own data. To do this, you will have to build the tabular model from scratch (unless some clever developer comes up with a tool to do the conversion some day).&lt;/p&gt;&lt;h2 style="font-size:1.5em;"&gt;&lt;b&gt;Tabular Mode&lt;/b&gt;&lt;/h2&gt;&lt;p&gt;When you install Analysis Sevices, you must choose from one of three server modes: Multidimensional mode (the one we’ve had since Analysis Services 2005), Tabular mode, and PowerPivot for SharePoint mode. They differ in the way they store data, how they use memory, and the engine they use to retrieve data for queries. Tabular mode uses the same VertiPaq Engine as PowerPivot for SharePoint mode, but as a separate instance and without the same dependency on SharePoint.&lt;/p&gt;&lt;p&gt;You can only store&amp;nbsp;&lt;a href="http://msdn.microsoft.com/en-us/library/hh212945(SQL.110).aspx"&gt;tabular models&lt;/a&gt;&amp;nbsp;on a server running a tabular mode instance. If you have ever built a PowerPivot model, you will find that building tabular models is strikingly similar. The difference is that you use SQL Server Data Tools (SSDT), the SQL Server 2012 replacement for Business Intelligence Development Studio that runs as a Visual Studio 2010 shell.&lt;/p&gt;&lt;p&gt;With tabular models, you can go beyond using relational sources to populate the model, using any of the sources that PowerPivot supports:&amp;nbsp; relational databases, Analysis Services cubes (any mode), Reporting Services reports (as a data feed), Azure DataMarket datasets, ATOM data feeds, Excel files, or text files. This flexibility can significantly speed up development time, and enables you to rationalize development of one-off or limited life-span tabular models, which might not happen if you were limited to multidimensional mode.&lt;/p&gt;&lt;p&gt;Some shortcomings of the tabular model that originated in PowerPivot have been overcome in this release. The following design features are now available in both PowerPivot and tabular models:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Hierarchical structures, including parent-child hierarchies&lt;/li&gt;&lt;li&gt;Perspectives&lt;/li&gt;&lt;li&gt;Key performance indicators&lt;/li&gt;&lt;li&gt;Diagram interface for working with tables and relationships&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;(UPDATE: Removed aggregations from the list. Strikethrough doesn't seem to work for me here!)&lt;/p&gt;&lt;p&gt;One advantage that tabular models have over PowerPivot models is the ability to&amp;nbsp;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/hh230976(SQL.110).aspx"&gt;partition&lt;/a&gt;&amp;nbsp;the data. You can then manage reprocessing of individual partitions manually within SSDT or using scripts that you execute on the tabular mode server.&lt;/p&gt;&lt;p&gt;Another advantage with tabular models is the ability to use&amp;nbsp;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/hh213165(SQL.110).aspx"&gt;role-based security&lt;/a&gt;&amp;nbsp;to control what people can see and do. At minimum, you set one role with permissions to allow read access and another role to administer the database. You can optionally create a role to allow users to both query and process the database, or restrict users only to processing. Another aspect of security that you might implement is&amp;nbsp;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/hh213165(SQL.110).aspx"&gt;row-level filtering&lt;/a&gt;. For example, you might set up a role that can view only Bikes as a category, but you can also completely block a role from viewing any rows from a particular table.&lt;/p&gt;&lt;p&gt;A third distinctive feature of tabular mode is its&amp;nbsp;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/hh230898(SQL.110).aspx"&gt;DirectQuery mode&lt;/a&gt;.&amp;nbsp;You use this mode when you need to retrieve current data (rather than use the cache that tabular mode creates by default) from the source or when you want to query data volumes that are too large to hold in memory. You can use DirectQuery only when using SQL Server 2005 (or later) data. There are some additional&amp;nbsp;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/hh213006(SQL.110).aspx"&gt;limitations with formulas&lt;/a&gt;, security, and client tool support that you should understand before choosing this option.&lt;/p&gt;&lt;p&gt;Use the following links to&amp;nbsp;download tabular samples and follow a tutorial:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://msftdbprodsamples.codeplex.com/releases/view/55330"&gt;http://msftdbprodsamples.codeplex.com/releases/view/55330&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/hh231691(SQL.110).aspx"&gt;http://msdn.microsoft.com/en-us/library/hh231691(SQL.110).aspx&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Use these links to follow blogs that discuss BISM and tabular topics:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Chris Webb (&lt;a target="_blank" href="http://twitter.com/technitrain"&gt;@technitrain&lt;/a&gt;)&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://cwebbbi.wordpress.com/category/bism/"&gt;http://cwebbbi.wordpress.com/category/bism/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cwebbbi.wordpress.com/category/tabular/"&gt;http://cwebbbi.wordpress.com/category/tabular/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Marco Russo (&lt;a target="_blank" href="http://twitter.com/marcorus"&gt;@marcorus&lt;/a&gt;)&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/marco_russo/archive/tags/BISM/default.aspx"&gt;http://sqlblog.com/blogs/marco_russo/archive/tags/BISM/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sqlblog.com/blogs/marco_russo/archive/tags/Tabular/default.aspx"&gt;http://sqlblog.com/blogs/marco_russo/archive/tags/Tabular/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h2 style="font-size:1.5em;"&gt;&lt;b&gt;PowerPivot for SharePoint&amp;nbsp;Installation Experience&lt;/b&gt;&lt;/h2&gt;&lt;p&gt;Installation and configuration of SQL Server 2008 R2 PowerPivot for SharePoint and SharePoint Server 2010 can be a bit challenging. Curiously, my post on&amp;nbsp;&lt;a target="_blank" href="http://blog.datainspirations.com/2010/05/23/installing-powerpivot-for-sharepoint-on-windows-7/"&gt;performing these steps on a Windows 7 machine&lt;/a&gt;&amp;nbsp;is one of the most popular posts on my blog. It was challenging due to the dependencies on the SharePoint farm, but the new release provides a&amp;nbsp;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ee210609(v=sql.110).aspx"&gt;configuration wizard&lt;/a&gt;&amp;nbsp;that greatly simplifies and automates the process. You are not required to use it, but it’s a terrific option if you’re not well-versed in SharePoint administration. If you prefer to use PowerShell, there are&amp;nbsp;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/hh213341(SQL.110).aspx"&gt;SharePoint and PowerPivot PowerShell cmdlets&lt;/a&gt;&amp;nbsp;that you can use instead.&lt;/p&gt;&lt;h2 style="font-size:1.5em;"&gt;&amp;nbsp;Virtual Event Coming Soon!&lt;/h2&gt;&lt;p&gt;And if possible, make some time to learn more at the&amp;nbsp;&lt;a target="_blank" href="http://www.sqlserverlaunch.com/ww/Home"&gt;SQL Server 2012 Virtual Launch&lt;/a&gt;&amp;nbsp;on March 7th.&lt;/p&gt;&lt;p&gt;What features are you really looking forward to trying out?&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=41691" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/stacia_misner/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category><category domain="http://sqlblog.com/blogs/stacia_misner/archive/tags/Microsoft+BI/default.aspx">Microsoft BI</category><category domain="http://sqlblog.com/blogs/stacia_misner/archive/tags/SSAS/default.aspx">SSAS</category><category domain="http://sqlblog.com/blogs/stacia_misner/archive/tags/BISM/default.aspx">BISM</category><category domain="http://sqlblog.com/blogs/stacia_misner/archive/tags/PowerPivot+for+SharePoint/default.aspx">PowerPivot for SharePoint</category><category domain="http://sqlblog.com/blogs/stacia_misner/archive/tags/Tabular/default.aspx">Tabular</category><category domain="http://sqlblog.com/blogs/stacia_misner/archive/tags/SQL+Server+2012/default.aspx">SQL Server 2012</category></item><item><title>Laissez les bon temps rouler! (Microsoft BI Conference 2010)</title><link>http://sqlblog.com/blogs/stacia_misner/archive/2010/06/15/26213.aspx</link><pubDate>Tue, 15 Jun 2010 19:12:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:26213</guid><dc:creator>smisner</dc:creator><slash:comments>0</slash:comments><comments>http://sqlblog.com/blogs/stacia_misner/comments/26213.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/stacia_misner/commentrss.aspx?PostID=26213</wfw:commentRss><description>&lt;p&gt;Laissez les bons temps rouler" is a Cajun phrase that I heard frequently when I lived in New Orleans in the mid-1990s. It means "Let the good times roll!" and encapsulates a feeling of happy expectation. As I met with many of my peers and new acquaintances at the Microsoft BI Conference last week, this phrase kept running through my mind as people spoke about their plans in their respective businesses, the benefits and opportunities that the recent releases in the BI stack are providing, and their expectations about the future of the BI stack.&lt;/p&gt;&lt;p&gt;Notwithstanding some jabs here and there to point out the platform is neither perfect now nor will be anytime soon (along with admissions that the competitors are also not perfect), and notwithstanding several missteps by the event organizers (which I don't care to enumerate), the overarching mood at the conference was positive. It was a refreshing change from the doom and gloom hovering over several conferences that I attended in 2009. Although many people expect economic hardships to continue over the coming year or so, everyone I know in the BI field is busier than ever and expects to stay busy for quite a while.&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight:bold;"&gt;Self-Service BI&lt;/span&gt;&lt;/p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;img style="WIDTH:201px;HEIGHT:111px;" height="111" width="201" alt="From the Microsoft BI Conference Keynote delivered by Ted Kummert" title="From the Microsoft BI Conference Keynote delivered by Ted Kummert" src="http://blog.datainspirations.com/wp-content/uploads/2010/06/zrclip_001p23ba33ae-e1276630464223.png"&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Self-service was definitely a theme of the BI conference. In the &lt;a target="_blank" title="MS BI Conference 2010 Keynote" href="http://www.msteched.com/2010/NorthAmerica/Keynote02"&gt;keynote&lt;/a&gt;, Ted Kummert opened with a look back to a fairy tale vision of self-service BI that he told in 2008. At that time, the fairy tale future was a time when "every end user was able to use BI technologies within their job in order to move forward more effectively" and transitioned to the present time in which SQL Server 2008 R2, Office 2010, and SharePoint 2010 are available to deliver &lt;i&gt;managed self-service BI&lt;/i&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;This set of technologies is presumably poised to address the needs of the 80% of users that Kummert said do not use BI today. He proceeded to outline a series of activities that users ought to be able to do themselves--from simple changes to a report like formatting or an addtional data visualization to integration of an additional data source. The keynote then continued with a series of demonstrations of both current and future technology in support of self-service BI. Some highlights that interested me:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;PowerPivot&lt;/b&gt;, of course, is the flagship product for self-service BI in the Microsoft BI stack. In the &lt;a target="_blank" title="TechEd 2010 North America keynote" href="http://www.msteched.com/2010/NorthAmerica/Keynote01"&gt;TechEd keynote&lt;/a&gt;, which was open to the BI conference attendees, Amir Netz (&lt;a target="_blank" href="http://www.twitter.com/AmirNetz"&gt;twitter&lt;/a&gt;) impressed the audience by demonstrating interactivity with a workbook containing 100 million rows. He upped the ante at the BI keynote with his demonstration of a future-state PowerPivot workbook containing over 2 billion records. It's important to note that this volume of data is being processed by a server engine, and not in the PowerPivot client engine. (&lt;i&gt;Yes, I think it's impressive, but none of my clients are typically wrangling with 2 billion records at a time. Maybe they're thinking too small. This ability to work quickly with large data sets has greater implications for BI solutions than for self-service BI, in my opinion.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Amir also demonstrated &lt;b&gt;KPIs&lt;/b&gt; for the future PowerPivot, which appeared to be easier to implement than in any other Microsoft product that supports KPIs, apart from simple KPIs in SharePoint. (&lt;i&gt;My initial reaction is that we have one more place to build KPIs. Great. It's confusing enough. I haven't seen how well those KPIs integrate with other BI tools, which will be important for adoption.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;One more PowerPivot feature that Amir showed was a graphical display of the &lt;b&gt;lineage for calculations&lt;/b&gt;. (&lt;i&gt;This is hugely practical, especially if you build up calculations incrementally. You can more easily follow the logic from calculation to calculation. Furthermore, if you need to make a change to one calculation, you can assess the impact on other calculations.)&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Another product demonstration will be available within the next 30 days--&lt;b&gt;Pivot for Reporting Services&lt;/b&gt;. If you haven't seen this technology yet, check it out at &lt;a href="http://www.getpivot.com"&gt;www.getpivot.com&lt;/a&gt;. (&lt;i&gt;It definitely has a wow factor, but I'm skeptical about its practicality. However, I'm looking forward to trying it out with data that I understand.&lt;/i&gt;)&lt;/li&gt;&lt;li&gt;Michael Tejedor (&lt;a target="_blank" href="http://www.twitter.com/MichaelTejedor"&gt;twitter&lt;/a&gt;) demonstrated a feature that I think is really interesting and not emphasized nearly enough--overshadowed by PowerPivot, no doubt. That feature is the &lt;b&gt;&lt;a target="_blank" href="http://blogs.msdn.com/b/sharepointbi/archive/2010/05/14/announcing-the-microsoft-business-intelligence-indexing-connector.aspx"&gt;&lt;b&gt;Microsoft Business Intelligence Indexing Connector&lt;/b&gt;,&lt;/a&gt;&lt;/b&gt; which enables search of the content of Excel workbooks and Reporting Services reports. (&lt;i&gt;This capability existed in MOSS 2007, but was more cumbersome to implement. The search results in SharePoint 2010 are not only cooler, but more useful by describing whether the content is found in a table or a chart, for example.&lt;/i&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This may yet be the dawning of the age of self-service BI - a phrase I've heard repeated from time to time over the last decade - but I think BI professionals are likely to stay busy for a long while, and need not start looking for a new line of work. Kummert repeatedly referenced strategic BI solutions in contrast to self-service BI to emphasize that self-service BI is not a replacement for the services that BI professionals provide. After all, self-service BI does not appear magically on user desktops (or whatever device they want to use). A supporting infrastructure is necessary, and grows in complexity in proportion to the need to simplify BI for users.&lt;/p&gt;&lt;p&gt;It's one thing to hear the party line touted by Microsoft employees at the BI keynote, but it's another to hear from the people who are responsible for implementing and supporting it within an organization. Rob Collie (&lt;a target="_blank" href="http://powerpivotpro.com/"&gt;blog&lt;/a&gt; | &lt;a target="_blank" href="http://www.twitter.com/powerpivotpro"&gt;twitter&lt;/a&gt;), Kasper de Jonge (&lt;a target="_blank" href="http://www.powerpivotblog.nl/"&gt;blog&lt;/a&gt; | &lt;a target="_blank" href="http://twitter.com/kjonge/"&gt;twitter&lt;/a&gt;), Vidas Matelis (&lt;a target="_blank" href="http://powerpivot-info.com/"&gt;site&lt;/a&gt; | &lt;a target="_blank" href="http://twitter.com/VidasM"&gt;twitter&lt;/a&gt;), and I were invited to join Andrew Brust (&lt;a target="_blank" href="http://brustblog.com/"&gt;blog&lt;/a&gt; | &lt;a target="_blank" href="http://www.twitter.com/andrewbrust"&gt;twitter&lt;/a&gt;) as he led a Birds of a Feather session at TechEd entitled "PowerPivot: Is It the BI Deal-Changer for Developers and IT Pros?" I would single out the prevailing concern in this session as the issue of control. On one side of this issue were those who were concerned that they would lose control once PowerPivot is implemented. On the other side were those who believed that data should be freely accessible to users in PowerPivot, and even acknowledgment that users would get the data they want even if it meant they would have to manually enter into a workbook to have it ready for analysis. For another viewpoint on how PowerPivot played out at the conference, see Rob Collie's &lt;a href="http://powerpivotpro.com/2010/06/11/powerpivot-observations-from-techedbi-conf-pt-1/"&gt;observations&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight:bold;"&gt;Collaborative BI&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I have been intrigued by the notion of collaborative BI for a very long time. Before I discovered BI, I was a Lotus Notes developer and later a manager of developers, working in a software company that enabled collaboration in the legal industry. Not only did I help create collaborative systems for our clients, I created a complete project management from the ground up to collaboratively manage our custom development work. In that case, collaboration involved my team, my client contacts, and me. I was also able to produce my own BI from that system as well, but didn't know that's what I was doing at the time. Only in recent years has SharePoint begun to catch up with the capabilities that I had with Lotus Notes more than a decade ago. Eventually, I had the opportunity at that job to formally investigate BI as another product offering for our software, and the rest - as they say - is history. I built my first data warehouse with Scott Cameron (who has also ventured into the authoring world by writing &lt;a target="_blank" href="http://sqlblog.com/controlpanel/blogs/http%3A%2F%2Fwww.amazon.com%2Fexec%2Fobidos%2FASIN%2F0735626200%2Fref%3Dnosim%2Fzoundry0b-20"&gt;Analysis Services 2008 Step by Step&lt;/a&gt; &lt;i&gt;and&lt;/i&gt; was at the BI Conference last week where I got to reminisce with him for a bit) and that began a career that I never imagined at the time.&lt;/p&gt;&lt;p&gt;Fast forward to 2010, and I'm still lauding the virtues of collaborative BI, if only the tools will catch up to my vision! Thus, I was anxious to see what Donald Farmer (&lt;a target="_blank" href="http://www.beyeblogs.com/donaldfarmer/"&gt;blog&lt;/a&gt; | &lt;a target="_blank" href="http://twitter.com/donalddotfarmer"&gt;twitter&lt;/a&gt;) and &lt;a target="_blank" href="http://www.gartner.com/AnalystBiography?authorId=34319"&gt;Rita Sallam&lt;/a&gt; of Gartner had to say on the subject in their session "&lt;a target="_blank" href="http://www.msteched.com/2010/NorthAmerica/BIO203"&gt;Collaborative Decision Making&lt;/a&gt;." As I suspected, the tools aren't quite there yet, but the vendors are moving in the right direction. One thing I liked about this session was a non-Microsoft perspective of the state of the industry with regard to collaborative BI. In addition, this session included a better demonstration of SharePoint collaborative BI capabilities than appeared in the BI keynote. Check out the video in the link to the session to see the demonstration. One of the use cases that was demonstrated was linking from information to a person, because, as Donald put it, "People don't trust data, they trust people."&lt;/p&gt;&lt;h4&gt;The Microsoft BI Stack in General&lt;/h4&gt;&lt;p&gt;A question I hear all the time from students when I'm teaching is how to know what tools to use when there is overlap between products in the BI stack. I've never taken the time to codify my thoughts on the subject, but saw that my friend Dan Bulos provided good insight on this topic from a variety of perspectives in his session, "&lt;a target="_blank" href="http://www.msteched.com/2010/NorthAmerica/BIP301"&gt;So Many BI Tools, So Little Time&lt;/a&gt;." I thought one of his best points was that ideally you should be able to design in your tool of choice, and then deploy to your tool of choice. Unfortunately, the ideal is yet to become real across the platform. The closest we come is with the RDL in Reporting Services which can be produced from two different tools (Report Builder or Business Intelligence Development Studio's Report Designer), manually, or by a third-party or custom application. I have touted the idea for years (and publicly said so about 5 years ago) that eventually more products would be RDL producers or consumers, but we aren't there yet. Maybe in another 5 years.&lt;/p&gt;&lt;p&gt;Another interesting session that covered the BI stack against a backdrop of competitive products was delivered by Andrew Brust. Andrew did a marvelous job of consolidating a lot of information in a way that clearly communicated how various vendors' offerings compared to the Microsoft BI stack. He also made a particularly compelling argument about how the existence of an ecosystem around the Microsoft BI stack provided innovation and opportunities lacking for other vendors. Check out his presentation, "&lt;a target="_blank" href="http://www.msteched.com/2010/NorthAmerica/BIP201"&gt;How Does the Microsoft BI Stack...Stack Up?"&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight:bold;"&gt;Expo Hall&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I had planned to spend more time in the Expo Hall to see who was doing new things with the BI stack, but didn't manage to get very far. Each time I set out on an exploratory mission, I got caught up in some fascinating conversations with one or more of my peers. I find interacting with people that I meet at conferences just as important as attending sessions to learn something new. There were a couple of items that really caught me eye, however, that I'll share here.&lt;/p&gt;&lt;p&gt;&lt;a target="_blank" href="http://www.pragmaticworks.com/"&gt;&lt;b&gt;Pragmatic Works&lt;/b&gt;&lt;/a&gt;. Whether you develop SSIS packages, build SSAS cubes, or author SSRS reports (or all of the above), you really must take a look at &lt;a target="_blank" href="http://www.pragmaticworks.com/Products/Business-Intelligence/BIDocumenter/Default.aspx"&gt;BI Documenter&lt;/a&gt;. Brian Knight (&lt;a target="_blank" href="http://twitter.com/brianknight"&gt;twitter&lt;/a&gt;) walked me through the key features, and I must say I was impressed. Once you've seen what this product can do, you won't want to document your BI projects any other way. You can download a free single-user database edition, or choose from more feature-rich standard or professional editions.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Microsoft Press ebooks&lt;/b&gt;. I also stopped by the O'Reilly Media booth to meet some folks that one of my acquisitions editors at Microsoft Press recommended. In case you haven't heard, Microsoft Press has partnered with O'Reilly Media for distribution and publishing. Apart from my interest in learning more about O'Reilly Media as an author, an advertisement in their booth caught me eye which I think is a really great move. When you buy Microsoft Press ebooks through the &lt;a target="_blank" href="http://oreilly.com/"&gt;O'Reilly&lt;/a&gt; web site, you can receive it in any (or all) of the following formats where possible: PDF, epub, .mobi for Kindle and .apk for Android. You also have lifetime DRM-free access to the ebooks. As someone who is an avid collector of books, I fnd myself running out of room for storage. In addition, I travel a lot, and it's hard to lug my reference library with me. Today's e-reader options make the move to digital books a more viable way to grow my library. Having a variety of formats means I am not limited to a single device, and lifetime access means I don't have to worry about keeping track of where I've stored my files. Because the e-books are DRM-free, I can copy and paste when I'm compiling notes, and I can print pages when necessary. That's a winning combination in my mind!&lt;/p&gt;&lt;p&gt;Overall, I was pleased with the BI conference. There were many more sessions that I couldn't attend, either because the room was full when I got there or there were multiple sessions running concurrently that I wanted to see. Fortunately, many of the sessions are accessible for viewing online at &lt;a href="http://www.msteched.com/2010/NorthAmerica"&gt;http://www.msteched.com/2010/NorthAmerica&lt;/a&gt; along with the TechEd sessions. You can spot the BI sessions by the yellow skyline on the title slide of the presentation as shown below.&lt;/p&gt;&lt;p&gt;&lt;img height="139" width="177" style="width:177px;height:139px;" src="http://blog.datainspirations.com/wp-content/uploads/2010/06/zrclip_002n764a6410.png"&gt;&lt;/p&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=26213" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/stacia_misner/archive/tags/Microsoft+BI/default.aspx">Microsoft BI</category></item></channel></rss>