﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><ttl>60</ttl><title>Daniel Upton's BI Blog</title><link>http://blog.decisionlab.net</link><lastBuildDate>Wed, 30 May 2012 19:16:09 GMT</lastBuildDate><pubDate>Wed, 30 May 2012 19:16:09 GMT</pubDate><language>en</language><copyright /><itunes:subtitle> </itunes:subtitle><itunes:author /><itunes:summary /><description /><itunes:owner><itunes:name /><itunes:email>dupton@decisionlab.net</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:category text="Arts" /><item><title>SQL Server Analysis Services Role-Based Security: Mid-Level Overview</title><link>http://blog.decisionlab.net/2010/02/16/business-intelligence-in-san-diego.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;p style="margin: 0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-size: 12pt;"&gt;&lt;o:p&gt;&lt;span style="font-family: calibri;"&gt;&lt;strong&gt; &lt;br /&gt;
&lt;/strong&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: calibri; font-size: 12pt;"&gt;&lt;strong&gt;For San Diego’s Microsoft Business Intelligence Security Planners, &lt;br /&gt;
A Mid-Level Overview of the Analysis Services OLAP Security Model:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: calibri; font-size: 12pt;"&gt;&lt;strong&gt;Context:  &lt;/strong&gt;As we continue to explore improved business intelligence data architecture, with our overall mantra of "...fewer, faster, more sophisticated cubes providing more simultaneous users with answers to more questions..." (...gasp!), we need to consider role-based security.  It's all good news, and here is the story...&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;In general: &lt;/strong&gt; Role-based security explicitly grants or denies Windows Users or AD groups access to AS Objects.  AS Role members can be either AD Groups or Windows Users.   AS Security granularity can be just as granular and just as multi-dimensional as the AS cube itself, such that a specific restriction does not prevent full drill-down access to other needed information slices.  For a BI front-end integrated with SharePoint, SharePoint Security might simply grant/deny a Windows AD group the visible rendering of a dashboard page, tab within a dashboard page, or a specific report.  This is true in San Diego, as elsewhere (shameless SEO plug).&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Analysis Services' Server Role: &lt;/strong&gt; AS has just one Server Role, called ‘Administrator’.  Members of this role can see/do virtually everything with that AS server instance.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Analysis Services Database Roles:&lt;/strong&gt;  Created by aforementioned AS Server Role, ‘Administrator’, they can receive admin (eg. ‘Create’,‘Process’) or user permissions such as read cube, read dimension, read cell (most granular), ‘read/write’ (rarely needed) or read data source (needed if end-user needs drill-through-action from cube to a more granular DW RDBMS).  Frequently, multiple AS Database User Roles are created to assigned fine-grained security to AD Groups / Users.  Lastly, if multiple cubes are deployed into production within a single AS Database (the container of the cube and related metada/MDX), the AS Server Role (Admin) has option to set AS Database Roles at either DB or (if security differs among these cubes) at cube level.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Note on Role Additivity:&lt;/strong&gt;   For denies vs. grants on same level/granularity of a dimension hierarchy, ‘grant’ wins over ‘deny’.  However, when conflicting grant vs. deny exist on different granularities, finer grained wins whether an explicit ‘deny’ or ‘grant’.  So, if required, Windows users with varied membership in a collection of AD Groups (example: ‘All SVPs’, ‘All Directors’ ‘Sales Dept’, ‘Operations Dept’), which are then assigned as members to various AS DB Roles, can be used in conjunction with AS’s aforementioned ‘additive’ grant vs. deny capability on different levels of dimensional granularity.  A mid-level explanation of this follows…&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Analysis Services OLAP Security Levels: &lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Highest Level – Dimension Security:&lt;/strong&gt;  An AS User DB Role can be explicitly granted/denied access to one or more dimensions in their entirety.  A user denied access to the entire ‘Staff’ dimension, for example, would only be able to see that dimensions default value, which is normally ‘All’.  This means that he will see all detailed cube data, except that he could not slice (filter), drill-down (group by or sort) by staff (employees, teams, managers, directors, etc).&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Mid-Level - Dimension Data Security:&lt;/strong&gt;  As AS User DB Role may be granted access to the Staff Dimension per se, but denied access to peer-level details outside of his/her team, seeing only aggregates either laterally (other teams) and higher up (management).  &lt;br /&gt;
* (Perhaps obviously,) an AS User DB Role may have this level of security configured independently across multiple dimensions.&lt;br /&gt;
* This level of security does NOT deny any specific facts/measures, only the dimensional criteria by which they are sliced.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Examples: One AS User DB Role has been…&lt;/strong&gt;&lt;br /&gt;
Granted Unrestricted Permissions:  Therefore, San Diego users see…&lt;br /&gt;
Sales Territory:                    North America       Europe          Asia                   Total&lt;br /&gt;
Reseller Sales Revenue:                $75,000     $15,000    $25,000             $115,000&lt;br /&gt;
Reseller Order Count:                           350              50           100                     500&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: calibri; font-size: 12pt;"&gt;__________________________________&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Denied Dimension Permissions on ‘Sales Territory’ Dimension:  Therefore, San Diego users see…&lt;/strong&gt;&lt;br /&gt;
Sales Territory:                North America         Europe          Asia                      Total&lt;br /&gt;
Reseller Sales Revenue:                      -                    -                -                 $115,000&lt;br /&gt;
Reseller Order Count:                          -                    -                -                         500&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: calibri; font-size: 12pt;"&gt;__________________________________&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Denied Dimension Data Permissions on ‘Europe’ and ‘Asia’:  Therefore, San Diego users see…&lt;/strong&gt;&lt;br /&gt;
Sales Territory:                   North America     Europe          Asia                      Total&lt;br /&gt;
Reseller Sales Revenue:              $75,000                -               -                 $115,000&lt;br /&gt;
Reseller Order Count:                         350                -               -                         500&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: calibri; font-size: 12pt;"&gt;__________________________________&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Fine Grained Level - Cell Security: &lt;/strong&gt; An AS User DB Role can be granted (or denied) permission to view one cube measure (one fact table column), but not another.  For example, in a ‘Student Retention’ cube, one AS User DB Role may be granted read permission on the ‘StudentInAttendance’ measure, but neither the ‘StudentBillable’ or ‘StudentAtRisk’ measures.&lt;br /&gt;
* If no ‘Dimension Data Security’ restrictions exist for this AS User DB Role, then the above scenario applies to all dimensions as they slice the measures.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Denied Cell Permissions on ‘Reseller Sales Revenue’ measure:  Therefore, San Diego users see…&lt;/strong&gt;&lt;br /&gt;
Sales Territory:                        North America      Europe      Asia          Total&lt;br /&gt;
Reseller Sales Revenue:                               -                -            -                 - &lt;br /&gt;
Reseller Order Count:                              350              50       100             500&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="font-family: calibri;"&gt;&lt;span style="line-height: 115%; font-size: 12pt;"&gt;__________________________________&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Finest Grained level – Combined Cell Security and Dimension Data Security: &lt;/strong&gt; Combining these two approaches, an AS User DB Role can be granted or denied access to any combination of measures, dimensions (dimension tables), dimension attributes (dim table columns), and dimension members (rows/records in any dim table columns). &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Combined Cell Security and Dimension Data Security:  Therefore, San Diego users see (extreme example)…&lt;br /&gt;
&lt;/strong&gt;Sales Territory:                    North America     Europe      Asia                   Total&lt;br /&gt;
Reseller Sales Revenue:           $75,000                   -            -              $115,000&lt;br /&gt;
Reseller Order Count:                          -                 50            -                      500&lt;br /&gt;
__________________________________
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: calibri; font-size: 12pt;"&gt;&lt;strong&gt;As a departing thought...&lt;/strong&gt; keep in mind that none of the above permission restrictions prevent an AS User DB Role from performing fine-grain-detailed drill-down on other needed dimensions (eg. Product, Customer, Organization, Geography, Date, etc.) or other unrestricted measures (facts).  &lt;br /&gt;
When other such dimensions are added as rows or columns (cross-joined) in the above examples, the resulting values will provide all details, except wherein the above permissions were explicitly controlled.  The takeaway here may be that BI teams can build and support fewer, more sophisticated OLAP cubes with a highly granular security architecture, rather than re-building otherwise-identical cubes simply in order to differentiate fine-grained security.  Some would even call it slick!&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Daniel Upton&lt;br /&gt;
Business Intelligence in San Diego&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 10pt;" class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'times new roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;</description><category>San Diego County</category><category>SQL Server Analysis Services</category><comments>http://blog.decisionlab.net/2010/02/16/business-intelligence-in-san-diego.aspx#Comments</comments><guid isPermaLink="false">4be206d3-f40f-49bc-9039-7b08d869a8af</guid><pubDate>Tue, 16 Feb 2010 23:32:00 GMT</pubDate></item><item><title>Business Intelligence Team Roles: Data Modeling in San Diego</title><link>http://blog.decisionlab.net/2009/11/07/business-intelligence-team-roles--if-your-data-modeler-wont-bridge-your-businesstoit-communication-gap-youre-screwed.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;FONT size=4&gt;&lt;STRONG&gt;Business Intelligence and Data Modeling&amp;nbsp;in San Diego&lt;BR&gt;&lt;BR&gt;The Role of The Data Modeler on the BI Project Team -- &lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size=3&gt;Although&amp;nbsp;Business Intelligence projects&amp;nbsp;usually&amp;nbsp;require significant&amp;nbsp;participation by non-IT business stakeholders for such roles as requirements analysis,&amp;nbsp;user acceptance and,&amp;nbsp;lest we&amp;nbsp;forget,&amp;nbsp;sponsorship and&amp;nbsp;budgets, the bulk of&amp;nbsp;daily BI&amp;nbsp;work,&amp;nbsp;for better or worse,&amp;nbsp;remains largely technical,&amp;nbsp;thus&amp;nbsp;requiring&amp;nbsp;database and software technology pros as core&amp;nbsp;participants.&amp;nbsp; Duh!&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;Obvious, right? &lt;/STRONG&gt;Yes, and this rule applies in &lt;STRONG&gt;San Diego &lt;/STRONG&gt;as elsewhere&lt;STRONG&gt;, but let's&amp;nbsp;consider some&amp;nbsp;real-world&amp;nbsp;business intelligence situations&amp;nbsp;&lt;/STRONG&gt;from both&amp;nbsp;the&amp;nbsp;technical and business perspectives and see what challenges the hefty influence of technologists presents.&amp;nbsp; &lt;SPAN style="TEXT-DECORATION: underline"&gt;Technical:&lt;/SPAN&gt; Many technical people in data warehousing&amp;nbsp;and business intelligence&amp;nbsp;directly observe how&amp;nbsp;projects&amp;nbsp;suffer from&amp;nbsp;a lack of&amp;nbsp;sustained,&amp;nbsp;helpful&amp;nbsp;participation by&amp;nbsp;the business side.&amp;nbsp; &lt;SPAN style="TEXT-DECORATION: underline"&gt;Business:&lt;/SPAN&gt;&amp;nbsp;Supervisors of business-side&amp;nbsp;BI project team members&amp;nbsp;will,&amp;nbsp;justifiably,&amp;nbsp;find&amp;nbsp;other tasking for&amp;nbsp;their&amp;nbsp;staff who return from such meetings&amp;nbsp;talking more&amp;nbsp;more&amp;nbsp;about technology --&amp;nbsp;(whether&amp;nbsp;it be&amp;nbsp;cool (Web 3.0-style collaberation) or un-cool (firewall port exception #'s))&amp;nbsp;-- more than&amp;nbsp;they talk about&amp;nbsp;how the team is&amp;nbsp;preparing&amp;nbsp;to&amp;nbsp;deliver hard data support for&amp;nbsp;specific&amp;nbsp;business decisions.&amp;nbsp; &lt;SPAN style="TEXT-DECORATION: underline"&gt;Technology:&lt;/SPAN&gt;&amp;nbsp; Murphy's Law -&amp;nbsp;At the next project team&amp;nbsp;meeting, which was&amp;nbsp;supposed to include a&amp;nbsp;discussion on business requirements gathering&amp;nbsp; processes between&amp;nbsp;the database dev lead&amp;nbsp;and the&amp;nbsp;requirements analyst, few are surprised that the requirements analyst is&amp;nbsp;double-booked&amp;nbsp;and misses out.&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;SPAN style="TEXT-DECORATION: underline"&gt;Business/Technology Executives:&lt;/SPAN&gt; After the next&amp;nbsp;executive briefing,&amp;nbsp;IT management issues a terse,&amp;nbsp;"hurry up&amp;nbsp;and expedite a prototype" order, and away we go.&amp;nbsp;&amp;nbsp;To we're now driving big nails&amp;nbsp;(think 'ETL' here) without a blueprint.&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;Business Intelligence Project Risk: Development without Architecture &lt;/STRONG&gt;-- By now, the team must&amp;nbsp;gloss over one of the&amp;nbsp;most important milestones prior to development,&amp;nbsp;a&amp;nbsp;well-conceived&amp;nbsp;dimensional data model.&amp;nbsp; Instead, the&amp;nbsp;tech lead, who is rarely&amp;nbsp;a lover of&amp;nbsp;formal processes or documentation,&amp;nbsp;will&amp;nbsp;tend to&amp;nbsp;conceive of a model that&amp;nbsp;requires minimal transformation from source data, and from which only he and other database&amp;nbsp;engineers&amp;nbsp;understand&amp;nbsp;how it will need to be&amp;nbsp;manipulated&amp;nbsp;into satisfying&amp;nbsp;actual business requirements.&amp;nbsp; In fact,&amp;nbsp;many&amp;nbsp;OLTP database pros view their OLTP database as "the business", such that any transformations to it equate&amp;nbsp;to a distortion.&amp;nbsp; Business Intelligence pros like myself, however, tend to agree that OLTP databases transact&amp;nbsp;the business, while transformed dimensional- and&amp;nbsp;OLAP-databases provide the most insight into&amp;nbsp;it.&amp;nbsp;&amp;nbsp;Even if a hastily transformed, or non-transformed, data model&amp;nbsp;can be tortured into satisfying the&amp;nbsp;documented requirement (which we've already identified as being insufficient),&amp;nbsp;it is unlikely that it is flexible enough to extend itself to satisfy complimentary&amp;nbsp;analytic needs.&amp;nbsp; In truth, no amount of text&amp;nbsp;documentation and end-user mock-ups can&amp;nbsp;express a multi-dimensional architecture in a way that a variety of&amp;nbsp;stakeholders can appreciate.&amp;nbsp;&amp;nbsp;&lt;SPAN style="TEXT-DECORATION: underline"&gt;So,&amp;nbsp;what is the solution?&lt;BR&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;STRONG&gt;The Solution is a&amp;nbsp;Smart&amp;nbsp;Dimensional Data Model&amp;nbsp;&lt;/STRONG&gt;-- one that has makes it visually obvious how &lt;EM&gt;most&amp;nbsp;expected&amp;nbsp;queries&lt;/EM&gt; will&amp;nbsp;be&amp;nbsp;resolved.&amp;nbsp; The dimensional data model serves&amp;nbsp;as the&amp;nbsp;'stake in the ground' not only for much of the&amp;nbsp;business logic that will be delivered to the business, but also serves as the guiding document for the big work of ETL.&amp;nbsp;&amp;nbsp;In business intelligence, ETL that begins without a destination schema is, in my not-so-humble opinion,&amp;nbsp;a sin!&amp;nbsp;&amp;nbsp;A solid&amp;nbsp;dimensional data model&amp;nbsp;informs ETL engineers of&amp;nbsp;the essentials of&amp;nbsp;required data granularity, hierarchic relationships and field naming.&amp;nbsp; It also makes clear what data quality tasks are priorities.&amp;nbsp; Why did I refer above to '&lt;EM&gt;most expected queries'&lt;/EM&gt; and not all?&amp;nbsp; If OLAP cubes are included, then the cube itself will likely contain&amp;nbsp;MDX-based calculated metrics or&amp;nbsp;key performance indicators (KPIs), downstream of the dimensional model.&amp;nbsp; In that light, although the data model will not display&amp;nbsp;those metrics directly, it still needs to surface the exact fields from which they will be calculated.&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;Data Modelers to the Rescue &lt;/STRONG&gt;-- An&amp;nbsp;excellent&amp;nbsp;data modeler -- &amp;nbsp;who combines&amp;nbsp;expertise in dimensional design,&amp;nbsp;interpersonal communications&amp;nbsp;relevent business domain knowledge and, as applicable,&amp;nbsp;expertise with&amp;nbsp;OLAP cubes&amp;nbsp;--&amp;nbsp;is, in fact, the&amp;nbsp;BI Project Team's key bridge-player to the business.&amp;nbsp; If&amp;nbsp;a business specification leaves dimensional modelling questions un-answered, the data modeler must insist on the spec's revision.&amp;nbsp; Subsequently, if the data modeler cannot convincingly demonstrate to&amp;nbsp;the business requirements analyst exactly how the dimensional model&amp;nbsp;satisfies business query requirements, then the model&amp;nbsp;needs revision.&amp;nbsp; When both of the above conditions are satisfied, the project is ready for the&amp;nbsp;big work of ETL -- work which is now informed by a strong destination data model which will&amp;nbsp;provide inherent answers to the many ETL issues that will arise.&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;The Data Modeler's&amp;nbsp;Role in Relation to&amp;nbsp;System Architects, ETL Architects, Data Warehouse Architects, Business Intelligence Architects,&amp;nbsp;OLAP Developers, Dashboard Developers and Managers&lt;/STRONG&gt; --&amp;nbsp;&amp;nbsp;Far from&amp;nbsp;a&amp;nbsp;being a handful of&amp;nbsp;best-case&amp;nbsp;talking points, dimensional data modeling&amp;nbsp;is critical to BI success and thus&amp;nbsp;requiries an&amp;nbsp;owner.&amp;nbsp; If a skilled data modeler&amp;nbsp;also demonstrates&amp;nbsp;business domain data expertise and, as&amp;nbsp;applicable,&amp;nbsp;principals of OLAP, data visualization/dashboards and reporting,&amp;nbsp;he can&amp;nbsp;fill the role of&amp;nbsp;Business Intelligence Architect alongside an experienced senior engineer who&amp;nbsp;will oversee&amp;nbsp;hardware, system architecture and ETL.&amp;nbsp;&amp;nbsp;If,&amp;nbsp;from the&amp;nbsp;technology&amp;nbsp;end,&amp;nbsp;a senior&amp;nbsp;database engineer understands everything up to, but necessarily including, dimensional data models,&amp;nbsp;he can serve as&amp;nbsp;data warehouse architect alongside less experienced&amp;nbsp;modelers and developers of OLAP cubes, dashboards and reports.&amp;nbsp; Lastly,&amp;nbsp;on all&amp;nbsp;BI Project teams, and especially smaller teams,&amp;nbsp;any role with the word&amp;nbsp;&lt;EM&gt;"Architect"&lt;/EM&gt; in it implies&amp;nbsp;a degree of&amp;nbsp;leadership&amp;nbsp;not only in design, but also technical implementation.&amp;nbsp;&lt;BR&gt;&lt;BR&gt;If, as often happens, most of this responsibility falls on the multi-tasked&amp;nbsp;database manager, then their bandwidth to&amp;nbsp;truly own the data modeling process is very&amp;nbsp;limited, especially in the context of their competing concerns for&amp;nbsp;expediency and the myriad&amp;nbsp;fire-extinguishing tasks.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;Real World Business Intelligence Roles &lt;/STRONG&gt;-- Do most&amp;nbsp;DW/BI projects include&amp;nbsp;a dedicated system architect, ETL architect,&amp;nbsp;data warehouse architect, and&amp;nbsp;business intelligence architect?&amp;nbsp; Unless it's a NASA mission,&amp;nbsp;I doubt it --&amp;nbsp;there would be no&amp;nbsp;room left at the meeting room&amp;nbsp;table for business analysts, who specifiy the requirement or&amp;nbsp;developers who build&amp;nbsp;the solution.&amp;nbsp;&lt;BR&gt;&lt;BR&gt;Bonus Topic...&lt;BR&gt;&lt;STRONG&gt;Dimensional Data Modeling in the Age of QlickView and&amp;nbsp;Gemini / PowerPivot&lt;/STRONG&gt;&amp;nbsp;-- These new 'in-memory' quasi-cube-generation platforms, which&amp;nbsp;empower&amp;nbsp;non-technical business analysts&amp;nbsp;to rapidly build their own ad-hoc BI&amp;nbsp;solutions,&amp;nbsp;are indeed a&amp;nbsp;paradigm shift in business intelligence.&amp;nbsp;&amp;nbsp;How will they effect&amp;nbsp;the important of data modeling?&amp;nbsp; My take is that, sooner or later, they will only increase the importance of&amp;nbsp;standardized, conformed data modeling, serving as the organization's last chance to offer up standardized data to business units and in return, receive the covetted "single version of the truth".&amp;nbsp;&amp;nbsp; Since the source data will be directly accessible to the newly-empowered analyst, its warts will be harder to conceal.&amp;nbsp;&amp;nbsp;&amp;nbsp;So,&amp;nbsp;whether&amp;nbsp;the tasking is&amp;nbsp;to design good data models&amp;nbsp;from the get-go&amp;nbsp;or to make&amp;nbsp;re-do bad models&amp;nbsp;later, I think data modelers will continue to stay busy.&amp;nbsp; But, OLAP people who don't yet know modelling beter&amp;nbsp;hit the books.&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;Daniel Upton&lt;BR&gt;Business Intelligence in San Diego&lt;/STRONG&gt;&lt;/FONT&gt;</description><category>Skills - Interpersonal</category><category>Beginners Mind</category><category>Dimensional Modeling</category><category>Big Picture on Business Intelligence</category><comments>http://blog.decisionlab.net/2009/11/07/business-intelligence-team-roles--if-your-data-modeler-wont-bridge-your-businesstoit-communication-gap-youre-screwed.aspx#Comments</comments><guid isPermaLink="false">a1ae2b22-b81f-4bc6-8232-c85900250692</guid><pubDate>Sat, 07 Nov 2009 18:31:00 GMT</pubDate></item><item><title>HOW TO:  Use MDX (Multidimensional Expressions) to Enhance OLAP Data Visualization</title><link>http://blog.decisionlab.net/2009/10/20/howto-using-mdx-to-enhance-performancepoint-data-visualization.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;span style="font-size: 16px;"&gt;&lt;strong&gt;Summary: &lt;/strong&gt;MDX helps us stretch PPS Analytic Charts with improvements over their limited out-of-box visual flexibility.  See &lt;/span&gt;&lt;span style="font-size: 16px;"&gt;&lt;a href="http://www.decisionlab.net/Downloads.html" target="_blank"&gt;http://www.decisionlab.net/Downloads.html&lt;/a&gt;&lt;/span&gt;&lt;span style="font-family: times new roman; font-size: 16px;"&gt;&lt;/span&gt;&lt;span style="font-size: 16px;"&gt;
&lt;p&gt;&lt;strong&gt;Details: &lt;/strong&gt;In the above document, I show that a few simple MDX techniques in BIDS/SSAS and PPS DD can go a long way.  I use...&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size: 16px;"&gt;
&lt;p&gt; &lt;/p&gt;
&lt;dir&gt;&lt;dir&gt;
&lt;p&gt;&lt;strong&gt;(1) Simple MDX expressions:&lt;/strong&gt; Create a number of ratios for key business metrics (eg. ‘profit margin %’) to be browsed alongside a base cube measure such as ‘profit $’.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;(2) Simple MDX named (measure) sets:&lt;/strong&gt; Create in BIDS/SSAS Calculations tab, and include newly-created MDX ratio expressions in set list ABOVE the non-ratio measures&lt;/p&gt;
&lt;/dir&gt;&lt;/dir&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;dir&gt;&lt;dir&gt;
&lt;p&gt;&lt;span style="font-family: times new roman; font-size: 16px;"&gt;.&lt;/span&gt;&lt;span style="font-size: 16px;"&gt; In PPS Analytic Chart, drop this named set into (non-stacked) Analytic Chart’s ‘Series’ area. In PPS Dashboard, create a ‘Member Select’ filter using the same named set. Allows end-users to select from a list of measures to display. When user selects a ratio, it automatically establishes a multi-axis chart, with Y-axis (left side) for bar values and Z-axis (right side) for ratio values.
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;(3) SSAS Time Series Utility Dimension&lt;/strong&gt; (not so simple, so the code is provided in the document): In addition to popular Time-Utility Dimension expressions such as ‘YTD, Prev Yr, and Rolling X Month Avg’, I’ve added ‘Rolling X Month Avg + 2 Std Dev’ and the same for ‘… - 2 Std Dev’, so that users can perform self-service trend analysis on all cube measures. For a PPS Analytic Chart visualization that’s easy on the eye, of course, I recommend the line chart as default.&lt;/p&gt;
&lt;dir&gt;&lt;/dir&gt;&lt;dir&gt;&lt;/dir&gt;
&lt;p&gt;&lt;strong&gt;Have a look!&lt;/strong&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/dir&gt;&lt;/dir&gt;
&lt;p&gt;&lt;span style="font-size: 16px;"&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description><category>PerformancePoint</category><category>SQL Server Analysis Services</category><category>BI Front-ends</category><category>Data Visualization</category><comments>http://blog.decisionlab.net/2009/10/20/howto-using-mdx-to-enhance-performancepoint-data-visualization.aspx#Comments</comments><guid isPermaLink="false">4073d0b8-2fde-4c30-abc1-950e941ed6cc</guid><pubDate>Tue, 20 Oct 2009 16:31:00 GMT</pubDate></item><item><title>High Level: Enhance Data Visualizations with Multi-Dimensional Expressions (MDX)</title><link>http://blog.decisionlab.net/2009/10/06/notes-on-recent-presentation-enhancing-data-visualizations-with-multidimensional-expressions-mdx.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;span style="font-size: 18px;"&gt;Last Thursday, 10/1, I presented the above topic to the newly-formed (Microsoft) "Socal BI User Group" (&lt;/span&gt;&lt;a href="http://www.socalbiug.com"&gt;&lt;span style="font-size: 18px;"&gt;www.socalbiug.com&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 18px;"&gt;).  The presentation document itself is available for download at (&lt;/span&gt;&lt;a href="http://www.decisionlab.net/Downloads.html"&gt;&lt;span style="font-size: 18px;"&gt;http://www.decisionlab.net/Downloads.html&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 18px;"&gt;).  Although the presentation openned with business-side thoughts on good v. bad visualization solutions, and the project-level question of "where whould different kids of business metrics be crunched? (transaction / OLTP databases; data warehouse/mart; OLAP cube, report/dashboard, or spreadsheet), the takeaways for technical implementers involve the following:  &lt;br /&gt;
&lt;br /&gt;
(1.)  For significantly "dimensional" metrics (those who's variations in values must be known in relation to dimensions (eg. time, product, customer, geography, organization, vendor, promotion, etc.), MDX is by far the best place to crunch them, so that upstream data marts, even cubes themselves, need not store largely redundant calculated values.&lt;br /&gt;
&lt;br /&gt;
(2) In MDX-friendly dashboards, such as Tableau and PerformancePoint (demonstrated in presentation), the use of MDX Named Sets (specifically, sets of quantitative measures) can add significant flexibility to chart (and/or tabular) data visualizations, since the "Name" in an MDX Named Set can be called as a single Reportable field, just like an individual cube measure can be.  This new reportable field is then used in conjunction with an identical MDX-based filter, such that users can effectively change the fundamental content of chart or tabular output.  Self-serve business intelligence, anyone?&lt;br /&gt;
&lt;br /&gt;
(3) Although MS PerformancePoint 2007 Dashboard Designer, a Version 1, provides limited flexibility in it's Analytics Chart Report, better visualizations can be made via MDX "Percent" metrics, which can then be added BEFORE comparable non-percent measures, into the standard-bar Analytic Chart, such that, wham!, the chart is suddenly mult-axis, with the left Y-axis showing non-percent values coinciding with bars (eg. gross revenue $, gross profit $, and a right Y-axis showing percents (eg. gross profit margin percent) to coincide with a percent line.  A neat little improvement over an otherwise "wooden" bar chart.&lt;br /&gt;
&lt;br /&gt;
(4) Some of the most common business metrics involve time-series and apply to many quantitative measures: Examples include year-to-date, same period last year, rolling averages and periodic growth/shrinkage.  MDX is a nearly ideal environment to code, even to standardize these time-series metrics, for the organization.  For a reasonably detailed "how to", including MDX script, please see the download. &lt;br /&gt;
&lt;br /&gt;
(5) In a nutshell, the basic value proposition of an MDX Utility Dimension is straightforward and significant:  &lt;br /&gt;
&lt;br /&gt;
  (a) Standardize routine metrics for easy, consistent re-use in all OLAP cube applications.&lt;br /&gt;
&lt;br /&gt;
  (b) Reduce lines of code, thus code errors, by expressing metrics WITHOUT specific associated measures, so that we don't have to re-write the code five time if a metrics applies to the natural aggregations of 5 measures.  Note MDX Scope statements are needed to wall-off those measures for which the utility dimension metrics do not apply.&lt;br /&gt;
&lt;br /&gt;
  (c) Comparison of MDX Utility Time Dimension to Analysis Services' out-of-box 'Time Intelligence' cube algorithm:  Time Intelligence is limiting insofar as it requires the developer to specify just one specific Time Dimension hierarchy to which the metrics apply, and then entirely re-code the MDX Metrics for each additional hierarchy in that same dimension.  Lot's of mostly duplicate code.  Secondly, Time Intelligence specifies applicable measures inside each MDX metric.  Takeaway:  When revisiting the system-scripted Time Intelligence metrics for enhancement, you find code that is less compact and harder to cleanly extend with new metrics (eg. the boss now wants "12 Month Avgs +/- 1 Std Deviations", not just "3 Mos Avg +/- 2 Std Devs".  In Summary: To me, the Time Utility Dimension seems like cleaner, more extendable code.&lt;br /&gt;
&lt;br /&gt;
With that topic done, and with me being sold on the concept of MDX Utility Dimensions, I will soon be investigating other implementations of MDX Utility Dimensions, based on feedback in the following LinkedIn Discussion Thread (while it lasts) is:  &lt;/span&gt;&lt;a href="http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers=&amp;amp;gid=127230&amp;amp;commentID=6614305&amp;amp;discussionID=1249071&amp;amp;goback=%2Eanh_127230&amp;amp;trk=NUS_DISC_Q-subject#commentID_6614305"&gt;&lt;span style="font-size: 18px;"&gt;http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers=&amp;amp;gid=127230&amp;amp;commentID=6614305&amp;amp;discussionID=1249071&amp;amp;goback=%2Eanh_127230&amp;amp;trk=NUS_DISC_Q-subject#commentID_6614305&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-size: 18px;"&gt;&lt;br /&gt;
MDX people: Join the group and the discussion!&lt;/span&gt;</description><category>Performance Dashboards</category><category>San Diego County</category><category>PerformancePoint</category><category>Multi-Dimensional Expressions</category><category>BI Front-ends</category><category>SQL Server Analysis Services</category><category>MDX</category><comments>http://blog.decisionlab.net/2009/10/06/notes-on-recent-presentation-enhancing-data-visualizations-with-multidimensional-expressions-mdx.aspx#Comments</comments><guid isPermaLink="false">e2fec007-5cfc-4560-a455-ab5a86502e81</guid><pubDate>Tue, 06 Oct 2009 22:32:00 GMT</pubDate></item><item><title>Google PowerMeter, a new gadget powered by San Diego Gas &amp; Electric</title><link>http://blog.decisionlab.net/2009/05/20/say-tuned-for-google-powermeter-gadget-powered-by-smart-meters-at-san-diego-gas--electric.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;FONT size=4&gt;While&amp;nbsp;looking forward to assisting my newest consulting customer, I'm&amp;nbsp;glad to have contributed to the pioneering "Smart Meter" program with San Diego Gas &amp;amp; Electric's, my&amp;nbsp;existing customer.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;Built on the new Smart Meter foundation,&amp;nbsp;SDG&amp;amp;E customers&amp;nbsp; -- virtually all San Diego County residents --&amp;nbsp;will&amp;nbsp;soon be enjoying yet another consumer innovation.&amp;nbsp;&amp;nbsp;&amp;nbsp;SDG&amp;amp;E&amp;nbsp;has just announed a partnership with&amp;nbsp;Google.&amp;nbsp; To understand it, first&amp;nbsp;step back for&amp;nbsp;a moment.&amp;nbsp; SDG&amp;amp;E is the nation's first utility to mass-deploy Smart Meters.&amp;nbsp; In a nutshell,&amp;nbsp;Smart Meters&amp;nbsp;communicate , using&amp;nbsp;wireless and&amp;nbsp;cell-phone technology with SDG&amp;amp;E headquarters, so that, among other benefits, meter-reader people will no longer need to&amp;nbsp;visit our residences&amp;nbsp;just for routine readings.&amp;nbsp; Smart Meters are currently being mass-deployed&amp;nbsp;in Escondido, CA and the deployment will continue through 2001, when all San Diego County meters will be Smart Meters.&amp;nbsp; For more on Smart Meters, click on... &lt;/FONT&gt;&lt;A href="http://www.sdge.com/smartmeter/"&gt;&lt;FONT size=4&gt;http://www.sdge.com/smartmeter/&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT size=4&gt;Anyway, today, SDG&amp;amp;E announced&amp;nbsp;this new partnership with Google.&amp;nbsp; Once again, in a nutshell, residents who want more choice, control and convenience in how they get their information about energy use can use the new "Google Power Meter" gadget and with a few clicks of the mouse, create a personalized iGoogle website.&amp;nbsp; For more on Google Power Meter, click on...http://www.google.org/powermeter/&lt;BR&gt;&lt;BR&gt;What was my little role?&amp;nbsp; Since January, I led a team of utility analysts, developers and testers in building the&amp;nbsp;"Deployment and Operations Reporting System" for Smart Meter.&amp;nbsp; It was&amp;nbsp;fun, and I'll miss my co-workers.&amp;nbsp;&amp;nbsp;Hopefully, I'll get a chance to assist SDG&amp;amp;E again in the near future.&amp;nbsp; Until then, I'm off to fine-tune a Business Intelligence&amp;nbsp;data infrastructure for a leading golf manufacturer.&amp;nbsp; It's all good!&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;</description><category>Big Picture on Business Intelligence</category><category>San Diego County</category><category>Performance Dashboards</category><category>Budgeting</category><comments>http://blog.decisionlab.net/2009/05/20/say-tuned-for-google-powermeter-gadget-powered-by-smart-meters-at-san-diego-gas--electric.aspx#Comments</comments><guid isPermaLink="false">67cc635e-dca4-49ce-9b0e-f8a32900743d</guid><pubDate>Wed, 20 May 2009 18:23:00 GMT</pubDate></item><item><title>Essential Tech Reading: Review of "Rational Guide to Planning with ...PerformancePoint Server" by Downs and Barclay</title><link>http://blog.decisionlab.net/2008/03/25/rational-guide-to-planning-with-performancepoint-server-by-downs-and-barclay.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;FONT size=3&gt;&lt;BR&gt;&lt;BR&gt;Adrian Downes and Nick Barclay have written another excellent, even&amp;nbsp;essential,&amp;nbsp;PerformancePoint Server learning guide.&amp;nbsp;&amp;nbsp;If you've already completed "Rational Guide to Monitoring and Analytics with ...PerformancePoint" and want to&amp;nbsp;quickly learn how to add the paradigm-shifting&amp;nbsp;planning, budgeting and forecasting capabilities available from&amp;nbsp;PPS Planning,&amp;nbsp;check out my recent review of "The Rational Guide to Planning with...&amp;nbsp;PerformancePoint Server 2007" by same authors, which&amp;nbsp;deserves&amp;nbsp;your consideration as a&amp;nbsp;learning guide.&amp;nbsp; Here's the link...&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;&lt;A href="http://www.amazon.com/review/R2JKFWVZGGF0UJ/ref=cm_cr_rdp_perm"&gt;http://www.amazon.com/review/R2JKFWVZGGF0UJ/ref=cm_cr_rdp_perm&lt;/A&gt;&lt;BR&gt;</description><category>PerformancePoint</category><category>Budgeting</category><category>Planning</category><category>Performance Management</category><comments>http://blog.decisionlab.net/2008/03/25/rational-guide-to-planning-with-performancepoint-server-by-downs-and-barclay.aspx#Comments</comments><guid isPermaLink="false">e290970e-0559-437b-b824-b55896faa4cc</guid><pubDate>Tue, 25 Mar 2008 20:22:00 GMT</pubDate></item><item><title>Performance Management, Business Intelligence and The Role of the New Performance Dashboard</title><link>http://blog.decisionlab.net/2008/02/29/blah.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;P&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT size=3&gt;INTRODUCTION&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Business intelligence and performance management are related&amp;nbsp;disciplines and technologies that, in combination, empower us to extract&amp;nbsp;maximum insight from integrated data, use that insight to inform&amp;nbsp;better business decisions, take appropriate direct action based on those decisions and, in fact, do all of the above&amp;nbsp;as a matter of our normal work routine.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;EXISTING STATE OF BUSINESS INTELLIGENCE&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Business Intelligence may be aptly defined as a state&amp;nbsp; –&amp;nbsp; enabled by an optimum data architecture accessible via specific software&amp;nbsp; –&amp;nbsp; wherein business decision makers routinely enjoy fast, direct, user-friendly, continuous and role-appropriate access to a single version of the truth about actual business results, and their relation to standardized metrics, as a foundation for good business decisions.&amp;nbsp; Activities for business intelligence users generally&amp;nbsp;include monitoring data, analyzing it in detail or obtaining on-demand reports.&amp;nbsp; Frequently, business intelligence data is organized&amp;nbsp;multidimensionally --&amp;nbsp;the way we naturally think -- according to relevant criteria (dimensions) like people, things, products, geography and time.&amp;nbsp;&amp;nbsp;&lt;BR&gt;In that regard, business intelligence represents close to an ideal state of knowledge capture from data.&amp;nbsp; However,&amp;nbsp;business intelligence applications usually do not, within their own sphere of&amp;nbsp;functionality,&amp;nbsp;support the initiation of any&amp;nbsp;actions that may&amp;nbsp;be taken&amp;nbsp;based on&amp;nbsp;decisions made from new insights.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;“Performance Management” (PM), which is&amp;nbsp;evolving&amp;nbsp;from a combination of business intelligence and corporate financial planning disciplines, is defined by Wayne Eckerson of The Data Warehouse Institute as… “a series of organizational processes and applications designed to optimize the execution of business strategy”.&amp;nbsp; “Execution” is a key word here&amp;nbsp;and, in performance management, execution typically involves forecasting, planning and budgeting.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;INSIGHTFUL ACTION:&amp;nbsp; THE IDEAL STATE&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Architecture and applications that blend&amp;nbsp;Business Intelligence and Performance Management features can add&amp;nbsp;high value by allowing&amp;nbsp;now-enlightened decision makers to routinely take appropriate action on those decisions using automated, standardized, and collaborative workflows for contributing to, reviewing or approving the specific execution of forecasting, planning and budgeting activities, thereby “closing the loop” and initiating intended&amp;nbsp;changes based on insight supported by hard facts.&amp;nbsp;&amp;nbsp;&amp;nbsp; Budgeting, in particular, is the activity in most organizations, where plans&amp;nbsp;resolve&amp;nbsp;into changes in&amp;nbsp;resources, tasking&amp;nbsp;and goals.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;TWO CHALLENGES &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;In practice, we often find that not all of the data needed for&amp;nbsp;the desired analyses ever finds its way into a&amp;nbsp;business intelligence application.&amp;nbsp;&amp;nbsp;On the one hand,&amp;nbsp;some&amp;nbsp;data -- which&amp;nbsp;will provide&amp;nbsp;the required real-time key performance indicators for performance management, may not arrive in the business intelligence application until its too late to be valuable.&amp;nbsp;&amp;nbsp;An example of this might be an airline's&amp;nbsp;real-time&amp;nbsp;data each day about&amp;nbsp;late departures.&amp;nbsp;&amp;nbsp;Another reason for this is more generalized:&amp;nbsp;&amp;nbsp;Because of spreadsheets’&amp;nbsp;(a) continued popularity,&amp;nbsp;(b) ease of use, (c) robust analytic capabilities,&amp;nbsp;and (d) ease of sharing,&amp;nbsp;some high value&amp;nbsp;corporate data continues to remain in spreadsheets, with their traditional weaknesses in terms of version control, accuracy and security.&amp;nbsp; In the past, this reality has amounted to a major compromise to BI’s promise of “a single version of the truth.”&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;On the performance management side, although some tasks, such as forecasting and "what if" analyses, are best performed using the available analytic muscle of a business intelligence application, other processes, especially more procedural processes like&amp;nbsp;task assignments,&amp;nbsp;progress notifications, draft submittals, reviews, edits, re-work&amp;nbsp;and approvals, while perhaps based on that same business intelligence data, are inherently&amp;nbsp;very different&amp;nbsp;activities and should normally be performed using the most obvious tools.&amp;nbsp;&amp;nbsp;As is the case with business intelligence, the popular medium for these processes has been the informal, arcane combination of e-mails and, yes, more spreadsheets, with the resulting convenience, as well as the&amp;nbsp;potential for unpredictability and error that this combination has traditionally offered.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;ENTER PERFORMANCE DASHBOARDS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Performance dashboards are like other dashboards in that they&amp;nbsp;provide busy people with relevent information at a glance.&amp;nbsp; What makes performance dashboards unique is that they deliver business intelligence and/or performance management information and support the&amp;nbsp;related workflows.&amp;nbsp; A good performance dashboard will…&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;* Provide consumers with an appropriate combination of "at a glance" key performance indicators, scorecards, pivot tables and charts, as well as some in-depth, drill-down reports and advanced data visualizations,. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;* Be virtually&amp;nbsp;effortless to deploy to user workstations.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;*&amp;nbsp;Flawlessly orchestrate&amp;nbsp;the integration of a wide variety of dissimilar data sources, including OLAP cubes, data warehouse tables,&amp;nbsp;line-of-business databases (for real-time performance data),&amp;nbsp;flat files, web-server lists, survey data,&amp;nbsp;spreadsheets and other format, in order to serve as a final, crucial&amp;nbsp;data integration point prior to user views.&amp;nbsp; All needed data sources should be able to be&amp;nbsp;seamlessly integrated as data sources, so that the end user experiences consistent&amp;nbsp;multi-dimensionality&amp;nbsp;and, of course,&amp;nbsp;accuracy.&amp;nbsp; As an example of flawless orchestration,&amp;nbsp;various examples of&amp;nbsp;time series information&amp;nbsp;(eg. year-to-date, year-over-year, etc)&amp;nbsp;that originate in dissimilar data sources must integrate&amp;nbsp;transparently.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;* Coexist with and, in fact, integrate closely with and orchestrate e-mails as the preferred vehicle for&amp;nbsp;notifications related to performance management assignments, progress notifications, reviews and approvals.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;* Support the actual performance management analysis work&amp;nbsp;by managing&amp;nbsp;the storage, security, role-based&amp;nbsp;access, and&amp;nbsp;version control over spreadsheet entries for forecasts, what-if analyses and, most importantly,&amp;nbsp;the&amp;nbsp;budgets themselves.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;* Orchestrate these spreadsheets’ consumption of data from --&amp;nbsp;and&amp;nbsp;secured&amp;nbsp;write-back of new data&amp;nbsp;to --&amp;nbsp;the business intelligence application / data warehouse, such that what-if analyses, forecasts and proposed budgets comfortably&amp;nbsp;exist alongside actual&amp;nbsp;results data in the data warehouse and/or OLAP without danger of losing actual data to&amp;nbsp;inappropriate overwrites.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;Performance dashboards that can do all of the above, especially the controlled orchestration of disparate sources and two-way&amp;nbsp;data flows between the data warehouse and spreadsheets,&amp;nbsp;are truly next-generation solutions that will assist in&amp;nbsp;freeing up information workers to overcome organizational paralysis and close the insight-decision-action loop on a&amp;nbsp;routine basis.&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&lt;BR&gt;&lt;FONT size=3&gt;NEXT IN SERIES:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT size=3&gt;&lt;BR&gt;* Microsoft Office PerformancePoint Server 2007&lt;BR&gt;* Detailed Feature Comparisons in Leading Performance Dashboards&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;</description><category>Performance Dashboards</category><category>Performance Management</category><comments>http://blog.decisionlab.net/2008/02/29/blah.aspx#Comments</comments><guid isPermaLink="false">8eecf052-a2d4-4421-bb5a-69e8807d4c7a</guid><pubDate>Fri, 29 Feb 2008 23:22:00 GMT</pubDate></item><item><title>Praise for "Rational Guide to M&amp;A with ...PerformancePoint Server" by Barclay and Downes</title><link>http://blog.decisionlab.net/2008/02/26/my-5-star-amazon-review-praises-the-rational-guide-to-monitoring-and-analytics-with-microsoft-officer-performancepoint-server-2007-by-barclay-and-downes.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;FONT size=3&gt;If you need&amp;nbsp;to quickly learn how to develop&amp;nbsp;a performance dashboard using PerformancePoint server, check out my recent review of "The Rational Guide to Monitoring and Analytics with...&amp;nbsp;PerformancePoint Server 2007" by Barclay and Downs.&amp;nbsp; It deserves&amp;nbsp;your consideration as a&amp;nbsp;learning guide.&amp;nbsp; Here's the link...&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;A href="http://www.amazon.com/review/R1RFLK2PF6PLT3/ref=cm_cr_rdp_perm"&gt;&lt;FONT size=3&gt;http://www.amazon.com/review/R1RFLK2PF6PLT3/ref=cm_cr_rdp_perm&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;</description><category>PerformancePoint</category><category>BI Front-ends</category><comments>http://blog.decisionlab.net/2008/02/26/my-5-star-amazon-review-praises-the-rational-guide-to-monitoring-and-analytics-with-microsoft-officer-performancepoint-server-2007-by-barclay-and-downes.aspx#Comments</comments><guid isPermaLink="false">a347e2d4-0bb8-460d-8a24-74168e2733b3</guid><pubDate>Tue, 26 Feb 2008 20:37:00 GMT</pubDate></item><item><title>"KPI Street Cred"  ...You heard it here first!</title><link>http://blog.decisionlab.net/2008/02/22/who-owns-kpis-and-so-what.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;BR&gt;&lt;FONT size=3&gt;Why should you care about&amp;nbsp;who&amp;nbsp;"owns"&amp;nbsp;the KPI's in your organization?&amp;nbsp;&amp;nbsp;If you're into Business Intelligence, you probably care how well the KPI's are received and respected.&amp;nbsp;&amp;nbsp;From a technology perspective, the issue of ownership&amp;nbsp;also says&amp;nbsp; a lot about how the KPI's&amp;nbsp;should be managed and where authoritatively stored, perhaps&amp;nbsp;in the&amp;nbsp;context of a Business Intelligence&amp;nbsp;or Performance Management application&amp;nbsp; By "ownership", by the way, I mean a sufficient amount of the actual, or at least perceived,&amp;nbsp;control over something, without which a person may not feel fully responsible when things go well, and will almost certainly&amp;nbsp;try to avoid blame&amp;nbsp;when things don't.&amp;nbsp;&amp;nbsp;On that note, let's consider the pros and cons of two opposing perspectives.&amp;nbsp;&amp;nbsp;If you are involved in BI, you will care!&lt;BR&gt;&lt;BR&gt;&lt;U&gt;&lt;STRONG&gt;Technology-Centric Perspective:&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt; &lt;BR&gt;Although KPI&amp;nbsp;"target result values" should be delivered to the technology side by&amp;nbsp;non-IT stakeholders,&amp;nbsp;the KPI rules&amp;nbsp;themselves should be embedded within the BI application, so that any application pulling data from it can enjoy the KPIs.&amp;nbsp; A common&amp;nbsp;way to do this is to use&amp;nbsp;use scheduled&amp;nbsp;data extraction, transformation and loading&amp;nbsp;processes to merge&amp;nbsp;the various target&amp;nbsp;result values from their own&amp;nbsp;data source into fields&amp;nbsp;alongside the actuals and then create KPI's within the OLAP cube environment.&amp;nbsp;&amp;nbsp;One unfortunate business result of this approach is that the "ownership", or at a minimum, the perceived ownership,&amp;nbsp;of the each individual KPI has now essentially been split at least three ways - between the business stakeholders, the ETL developer and the OLAP application developer (report developer, etc.)&amp;nbsp; As such,&amp;nbsp;not any one&amp;nbsp;of the&amp;nbsp;3+ parties (for each individual KPI) truly&amp;nbsp;perceives that she owns it, and each can point the finger at others when results are questioned.&amp;nbsp;&amp;nbsp;Such questioning, whether truly&amp;nbsp;justified or not,&amp;nbsp;tends to seriously limit credibility in business units.&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/STRONG&gt;&lt;EM&gt;KPI Street Cred" anyone?&amp;nbsp; ...You heard it here first!&lt;/EM&gt;&lt;BR&gt;&lt;BR&gt;Anyhow,&amp;nbsp;one big advantage of this approach is that KPI's are now available to all&amp;nbsp;users and applications downstream from the OLAP cube.&amp;nbsp; Another might be that, in a specific organization, perhaps due to lack of&amp;nbsp;available time or buy-in on the business side, nobody exists&amp;nbsp;to take&amp;nbsp;ownership away from IT.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;&lt;U&gt;&lt;STRONG&gt;Business-Centric Perspective:&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt; &lt;BR&gt;Although, admittedly,&amp;nbsp;actual business results should&amp;nbsp;be stored in the data warehouse and/or OLAP cube, the KPI rules themselves&amp;nbsp;should be wholly owned, and controlled by,&amp;nbsp;by&amp;nbsp;the respective business stakeholders, because their people&amp;nbsp;will be evaluated or compensated&amp;nbsp;with respect to how well their actual performance&amp;nbsp;stacks up to&amp;nbsp;targets.&amp;nbsp; So,&amp;nbsp;the KPI's&amp;nbsp;usage in a Business Intelligence or Performance Management application must not&amp;nbsp;obscure&amp;nbsp;this ownership.&amp;nbsp; To support this approach, we would have all of the KPI target metrics stored in a single, standardized, well-secured spreadsheet, controlled by a sufficiently objective, high-level&amp;nbsp;authority on the business side.&amp;nbsp; This spreadsheet would include all metrics for each KPI, including type ("increasing is better vs. decreasing is better" vs "closest to target is better"), theoretical maximums (where applicable), minimums,&amp;nbsp;any rules about appropriate visual image (stoplights, arrows), and&amp;nbsp;how a child&amp;nbsp;KPI mathematically roles up, in relation to it's sibliings,&amp;nbsp;to a parent KPI.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;If we&amp;nbsp;agree so far that this perspective improves the "ownership" issue, we can now ask ourselves, "What must occur --&amp;nbsp;in addition to the&amp;nbsp;non-trivial&amp;nbsp;matter of serious buy-in from the business side --&amp;nbsp;in order to&amp;nbsp;make this business-side spreadsheet&amp;nbsp;approach, which is justifiably&amp;nbsp;scary to IT people,&amp;nbsp;successful?"&amp;nbsp;&amp;nbsp;We will need a Performance&amp;nbsp;Dashboard development environment, like MS &lt;STRONG&gt;PerformancePoint Server's (PPS) Dashboard Designer&lt;/STRONG&gt;, with two characteristics:&amp;nbsp; First off, for each KPI it must have the sophistication to accurately, consistently merge actuals results from the data warehouse and/or cube with target results&amp;nbsp;from the KPI spreadsheet.&amp;nbsp; Secondly, in keeping with the business-side ownership philosophy, it should be sufficiently user-friendly, as is&amp;nbsp;&lt;STRONG&gt;PerformancePoint&lt;/STRONG&gt;,&amp;nbsp;so that specific analysts working for&amp;nbsp;the business-side (not just BI developers) can, with minimal training, do the actual design work of&amp;nbsp;completing the design&amp;nbsp;of the&amp;nbsp;KPIs themselves and perhaps also placing them into scorecards in the dashboard, too.&amp;nbsp; Any downside to this approach?&amp;nbsp; Perhaps only that this represents an increased comitment to the Performance Dashboard platform as the source of merged KPIs, rather than the cube itself.&amp;nbsp; However, perhaps the greatest challenge is the cultural/process shift wherein&amp;nbsp;the business-side now controls data that directly feeds into an enterprise application.&lt;BR&gt;&lt;BR&gt;Being a bit of a paradigm changer myself, I'm in favor of the&amp;nbsp;Business Perspective, and I encourage IT people to consider the benefit when the&amp;nbsp;business side&amp;nbsp;owns more of their&amp;nbsp;own&amp;nbsp;data. &lt;BR&gt;&lt;BR&gt;What are your thoughts?&lt;BR&gt;&lt;/FONT&gt;</description><category>PerformancePoint</category><category>Key Performance Indicators</category><comments>http://blog.decisionlab.net/2008/02/22/who-owns-kpis-and-so-what.aspx#Comments</comments><guid isPermaLink="false">b0a861e9-baf3-4c9c-9dd2-dfabeebd3301</guid><pubDate>Fri, 22 Feb 2008 20:38:00 GMT</pubDate></item><item><title>Getting BI Skills... To Land The Job... To Build On Those Skills... To Advance On The Job... To...</title><link>http://blog.decisionlab.net/2007/01/10/getting-the-bi-skills-to-get-the-job-to-get-the-bi-skills.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;P dir=ltr style="MARGIN-RIGHT: 0px"&gt;&lt;BR&gt;During a&amp;nbsp;presentation I gave on SQL Analysis Services 2005 in&amp;nbsp;January 2007&amp;nbsp;to the San Diego SQL Users Group ( &lt;A href="http://www.sdsqlug.org/"&gt;www.sdsqlug.org&lt;/A&gt; ), one attendee asked me for my opinion on how to go about acquiring BI skills.&amp;nbsp; I'm no guru, but as one who is a ways along the&amp;nbsp;skills continuum, here is my take on just one aspect of this question, which is...&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;First Off,&amp;nbsp;Exactly What&amp;nbsp;&lt;U&gt;Are&lt;/U&gt; The Core BI Technical Skills?&lt;BR&gt;&lt;/EM&gt;&lt;BR&gt;&lt;EM&gt;(1)&amp;nbsp;Relational Database and SQL Language Fundamentals:&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&lt;BR&gt;Although BI is&amp;nbsp;certainly a departure from&amp;nbsp;traditional / transactional RDBMS principles (eg.&amp;nbsp;third normal form), it&amp;nbsp;is still significantly&amp;nbsp;based on, or at least built from, relational DB management systems' concepts.&amp;nbsp; Additionally, most BI applications are built around large data sets, for which solid SQL language skills are essential.&amp;nbsp; Add these two realities together and most will agree that BI is a place for interested database novices to progress towards, but not to start with.&amp;nbsp; On the other hand, business people&amp;nbsp;may continue growing their BI Analysis&amp;nbsp;skills without necessarily spending much time in this topical area.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;(2) Dimensional Modeling:&lt;/EM&gt;&amp;nbsp; &lt;BR&gt;Designing the data warehouse (DW) or data mart (DM) is, I think, the theoretical foundation of BI.&amp;nbsp; Once the business process of interest has been defined, we define the facts (aka measures),&amp;nbsp; which are the&amp;nbsp;(usually&amp;nbsp;numeric) values&amp;nbsp;to be analyzed&amp;nbsp;according to dimensional criteria (to be defined shortly).&amp;nbsp; Examples of facts&amp;nbsp;in a Sales data mart may&amp;nbsp;include&amp;nbsp;quantity of units sold, unit sales price, and unit&amp;nbsp;cost.&amp;nbsp;&amp;nbsp;We then define dimensions and their attributes.&amp;nbsp;&amp;nbsp;To extend the example, a Sales data mart may include a product dimension with attributes of Product ID, Product Name, as well as hierarchic values such as Product Sub-Category and Product&amp;nbsp;Category.&amp;nbsp; A third dimension may be the Date&amp;nbsp;dimension, which&amp;nbsp;may include analytically intuitive&amp;nbsp;attributes such as Date, Day of Week, Holiday, Month, Quarter and Year.&amp;nbsp;&amp;nbsp;Importantly, although an overriding goal of dimensional modeling is to establish a highly-intuitive, refreshingly simple design, the potential potholes and bends in the road are many, and thus Dimensional Modeling requires study.&amp;nbsp; Fortunately, it's fun.&amp;nbsp; Dimensional modeling calls for, and rewards,&amp;nbsp;experience&amp;nbsp;with not only database design but the business subject area itself.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;EM&gt;(3)&amp;nbsp;Extraction, Transformation and Loading (ETL):&lt;/EM&gt;&amp;nbsp; &lt;BR&gt;Once the DW's dimensional design is complete, the hard work of gathering data from multiple sources, cleansing it and transforming it's&amp;nbsp;data types, granularities and/or aggregations, loading it into the DW, and the scheduling much of that to iterate, begins.&amp;nbsp; Many consider ETL to be the 800 Pound gorilla in the DW project planning room.&amp;nbsp; It's&amp;nbsp;specialized work performed by experts, it's difficulty may be&amp;nbsp;under-appreciated by key business-side stakeholders who wonder "How hard could it be...?", and&amp;nbsp;the likelihood of it's on-time, on-budget successful delivery&amp;nbsp;is obviously vulnerable to&amp;nbsp;even subtle changes in&amp;nbsp;project requirements.&amp;nbsp; In my opinion, ETL may be one&amp;nbsp;role in the team&amp;nbsp;cannot afford for the individual to just learn it as she goes.&amp;nbsp;&lt;BR&gt;&lt;BR&gt;Although they are&amp;nbsp;often considered as an advanced database skill set,&amp;nbsp;people with the desire and the dedication to master&amp;nbsp;this specialty,&amp;nbsp;will&amp;nbsp;enjoy a&amp;nbsp;strong demand for their work.&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;(4)&amp;nbsp;Analytics / OLAP Cube Development:&lt;/EM&gt;&amp;nbsp; &lt;BR&gt;From my&amp;nbsp;viewpoint, this is the most fun part.&amp;nbsp; The only part more fun is showing the analyst / BI user&amp;nbsp;how to go about "finding the money" and then being around for the high fives&amp;nbsp;when she&amp;nbsp;finds&amp;nbsp;really big bucks.&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;In building&amp;nbsp;a high-functioning OLAP cube on top of the DW as it's data source, we are creating a truly multi-dimensional&amp;nbsp;on-screen data browsing structure with&amp;nbsp;fast (ideally "speed of thought" query performance, rich&amp;nbsp;semantics,&amp;nbsp;calculated fields, key performance indicators (KPI's),&amp;nbsp;pre-calculated aggregates, a realistic variety of hierarchic&amp;nbsp;default drill-paths&amp;nbsp;and a strong&amp;nbsp;foundation for the inevitable collection of hard-copy&amp;nbsp;reports.&amp;nbsp;&amp;nbsp;MS Excel is, of course,&amp;nbsp;a popular OLAP front-end browser.&amp;nbsp; With a sufficient&amp;nbsp;budget, the&amp;nbsp;OLAP application will also benefit greatly from&amp;nbsp;a rich-featured, browser-based, zero-client-footprint,&amp;nbsp;multi-user front-end OLAP web server (that was a mouthful), such as&amp;nbsp;is provided by Applix, Business Objects, Cognos, Hyperion,&amp;nbsp; MicroStrategy, Panorama, ProClarity, Strategy Companion, SAS and others.&amp;nbsp; The user-browsing capabilities of some of&amp;nbsp;these platforms is extensive,&amp;nbsp;and so the work of&amp;nbsp;configuration, customization, user-training and administration&amp;nbsp;with these platforms is&amp;nbsp;no trivial matter.&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;For&amp;nbsp;analytical business-specialist types like myself, the analytics / OLAP development phase is&amp;nbsp;uniquely exciting insofar as it&amp;nbsp;delves deep into the actual analyses that will be performed and enables them for users.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;(5) Data Mining:&lt;BR&gt;I will only deal with this advanced&amp;nbsp;area briefly.&amp;nbsp; Data mining starts, in a sense, where OLAP stops.&amp;nbsp; Whereas OLAP enables analyses according to known factors (dimensions) in order to determine "what &lt;EM&gt;did&lt;/EM&gt; happen and why?", data mining allows the system to detect patterns from "test data", and then apply those patterns to&amp;nbsp;new data sets&amp;nbsp;and thereby&amp;nbsp;furnish potentially insightful&amp;nbsp;answers to questions no user thought to ask.&amp;nbsp; In that context, data mining is often used for predictive analyses of "...in light of all of our data... what &lt;EM&gt;will&lt;/EM&gt; happen?"&amp;nbsp; &lt;BR&gt;&lt;BR&gt;Data Mining practitioners,&amp;nbsp;whose&amp;nbsp;expertise&amp;nbsp;is usually built atop&amp;nbsp;a foundation of statistical analysis skills, may often be relatively uninvolved in database engineering&amp;nbsp;per se, but rather are&amp;nbsp;advanced power-user specialists who can generate unprecedented insight&amp;nbsp;from a database.&amp;nbsp; As such, data mining is among the hottest of hot database skills.&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;(6) Report Development:&lt;/EM&gt;&amp;nbsp; &lt;BR&gt;Although the aforementioned OLAP on-screen analytics may tend to reduce the sheer number of semi-redundant reports that IT is asked to generate, is does not&amp;nbsp;signal the end of the need for reports per se.&amp;nbsp; Reports retain the role as&amp;nbsp;the hard evidence of information queried and, hopefully, valuable knowledge gained.&amp;nbsp; In my opinion, a reasonably small collection of carefully conceived, uniquely insightful&amp;nbsp;OLAP-based&amp;nbsp;reports, many of which should&amp;nbsp;include an extensive set of user input parameters, are&amp;nbsp;crucial BI assets.&amp;nbsp; Ideally, OLAP-browsing analysts should be able to&amp;nbsp;drill&amp;nbsp;directly and seamlessly from on-screen browsing into a variety of these on-screen reports with their input parameters automatically pre-selected according to the&amp;nbsp;users currently OLAP browsing&amp;nbsp;slice-and-dice positioning.&amp;nbsp; As the analyst successively "finds the money", she should be able not only to bookmark those&amp;nbsp;OLAP browsing locations, but also document each of them with appropriately filtered hard-copy reports.&amp;nbsp; Lastly, these report hard-copies&amp;nbsp;must include&amp;nbsp;automatic documentation (ie. in the report footer) of all input parameters settings, so that the report can be duplicated later.&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;Personally, I view&amp;nbsp;report&amp;nbsp;development skills as an excellent compliment to&amp;nbsp;RDBMS fundamentals and SQL language skills for novices interested in BI.&amp;nbsp;&amp;nbsp; &lt;BR&gt;&lt;BR&gt;&lt;EM&gt;(7) Project Lifecycle&amp;nbsp;Process Methodologies:&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&lt;BR&gt;These&amp;nbsp;competencies, which&amp;nbsp;span skills that are technical, analytical, organizational and interpersonal,&amp;nbsp;may be the single most&amp;nbsp;crucial factor in&amp;nbsp;BI success in light of the sheer complexity of BI development.&amp;nbsp; For an article on the&amp;nbsp;mainstream "Data Warehouse Lifecycle, click&amp;nbsp;on... &lt;A href="http://www.businessintelligence.com/ex/asp/code.147/xe/article.htm"&gt;http://www.businessintelligence.com/ex/asp/code.147/xe/article.htm&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;For&amp;nbsp;an intriguing book&amp;nbsp;on the "Business Intelligence Lifecycle", click on...&lt;BR&gt;&lt;A href="http://www.amazon.com/gp/product/0201784203/ref=wl_it_dp/104-5823156-6544767?ie=UTF8&amp;amp;coliid=I3JFAKDAO7BDG0&amp;amp;colid=266K0ULFTUTZY"&gt;http://www.amazon.com/gp/product/0201784203/ref=wl_it_dp/104-5823156-6544767?ie=UTF8&amp;amp;coliid=I3JFAKDAO7BDG0&amp;amp;colid=266K0ULFTUTZY&lt;/A&gt;.&amp;nbsp;&amp;nbsp;Of, if that link breaks, visit&amp;nbsp;Amazon.com and search for the book entitled "Business Intelligence Roadmap" (ISBN-10&amp;nbsp;&amp;nbsp;0201784203), by Moss and Atre.&amp;nbsp; What's intriguing?&amp;nbsp; They tout Extreme Programming (XP)&amp;nbsp;as an effective BI development process.&amp;nbsp; Although I have not been&amp;nbsp;exposed to&amp;nbsp;XP usage&amp;nbsp;in BI, I must concede that anything that can reliably accelerate progress amid a high degree of complexity needs careful&amp;nbsp;consideration.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;In my view, expertise with&amp;nbsp;software lifecycle methods&amp;nbsp;simply comes with experience.&amp;nbsp; Having said that,&amp;nbsp;the topic makes for enlightening, and occasionally enjoyable, reading.&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;Let's close this blog entry with some&amp;nbsp;open questions... &lt;BR&gt;&lt;/EM&gt;&lt;BR&gt;&lt;EM&gt;Question #1:&lt;/EM&gt;&amp;nbsp;For&amp;nbsp;BI newcomers&amp;nbsp;from a variety of backgrounds, which of the above skills are reasonable to seek and in perhaps what sequence from a career-development standpoint?&amp;nbsp;&lt;BR&gt;&lt;EM&gt;Question #2:&lt;/EM&gt;&amp;nbsp; Under what circumstances can any, or many, of the above roles&amp;nbsp;be wisely placed on a single individual, and what risks do these choices create?&lt;BR&gt;&lt;EM&gt;Question #3:&lt;/EM&gt;&amp;nbsp; To what extent is Agile or Extreme Programming (XP)&amp;nbsp;an appropriate methodology for BI?&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;What are your thoughts?&lt;/EM&gt;&amp;nbsp; &lt;BR&gt;...&lt;/P&gt;</description><category>Skills - Technical</category><comments>http://blog.decisionlab.net/2007/01/10/getting-the-bi-skills-to-get-the-job-to-get-the-bi-skills.aspx#Comments</comments><guid isPermaLink="false">bb2bed62-142c-499e-bd66-c778988cddc7</guid><pubDate>Thu, 11 Jan 2007 06:03:00 GMT</pubDate></item><item><title>Questions to Answer When Considering a New BI Initiative</title><link>http://blog.decisionlab.net/2006/12/04/questions-to-answer-when-considering-a-new-bi-initiative.aspx?ref=rss</link><author>dupton@decisionlab.net (Daniel Upton)</author><description>&lt;P&gt;&lt;BR&gt;If your organization is considering a BI initiative, but unsure of whether to pull the trigger, rate your answers to the following open questions, with "0" meaning&amp;nbsp;"non-existent" and "10" meaning&amp;nbsp;"extremely high."&amp;nbsp; High cumulative points&amp;nbsp;indicates that&amp;nbsp;BI holds good potential value for you.&lt;BR&gt;&lt;BR&gt;(1) To what extent is&amp;nbsp;our information technology&amp;nbsp;a strategic asset and not just a cost of doing business?&lt;BR&gt;(2) To what extent does our&amp;nbsp;success depend on extracting&amp;nbsp;knowledge from a&amp;nbsp;large amount of reasonably complex&amp;nbsp;data?&lt;BR&gt;(3) Just how much existing operational data&amp;nbsp;(GigaBytes, TeraBytes)&amp;nbsp;do we have and how quickly is it growing?&lt;BR&gt;(4) How complex is our operational data? (The more complex it is, the more BI can help us see through it).&lt;BR&gt;(5) Among our existing&amp;nbsp;resources, such as&amp;nbsp;reports, dashboards, spreadsheets, or documents, to what extent are they, and&amp;nbsp;will they remain,&amp;nbsp;inadequate&amp;nbsp;as our&amp;nbsp;foundation for extracting insight from our data?&amp;nbsp;&lt;BR&gt;(6) Do we have an adequate IT infrastructure (staff and systems) to build&amp;nbsp;BI internally?&lt;BR&gt;(7) How ready&amp;nbsp;are&amp;nbsp;we&amp;nbsp;to&amp;nbsp;support&amp;nbsp;outsourced&amp;nbsp;technical work?&lt;BR&gt;(8) Do we have&amp;nbsp;adequate infrastructure to&amp;nbsp;provide ongoing technical support for a delivered BI solution?&lt;BR&gt;(9) How much buy-in can we&amp;nbsp;gain from potential&amp;nbsp;user-stakeholders who currently make decisions without BI?&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;/P&gt;</description><category>Beginners Mind</category><comments>http://blog.decisionlab.net/2006/12/04/questions-to-answer-when-considering-a-new-bi-initiative.aspx#Comments</comments><guid isPermaLink="false">40238501-abb9-4336-a768-61fc42fd0eca</guid><pubDate>Mon, 04 Dec 2006 22:51:00 GMT</pubDate></item></channel></rss>
