Gemini First Thoughts

So after almost a year of hype I’ve finally got my hands on the first CTP of Gemini! I’m currently on holiday (and yes, I take my laptop on holiday, though at least my wife does too so we’re as bad as each other) but I couldn’t resist downloading it and taking a look. Here are my first impressions… and as soon as I get back home I’ll post something more detailed.

  • Installation was pretty straightforward on my Windows 7/Excel 2010 VM. Note that you do need Excel 2010 to use Gemini, as I suspected. The good thing is that it’s an addin rather than native Excel functionality so at least Gemini isn’t tied to the overall Office release cycle. I wonder how long it will be between versions?
  • When you open Excel, you see a new Gemini tab on the ribbon that looks like this:
    GeminiBar1
  • The ‘Load and Prepare Data’ button starts the fun and allows you to pull in data from various sources. You can either select entire tables or write your own SQL, and again I found it all very easy to do what I wanted; clearly a lot of what’s been learned from the SSAS cube design wizard has been applied here to make the process as smooth as possible. You can also get data from SSRS reports using the new Data Feed rendering functionality that Teo discusses here, paste data in from the clipboard, and link a Gemini table to an Excel table (this is what the Create Linked Table button in the screenshot above does).

    I can’t see much evidence yet of data preparation rather than just plain old loading, but that may well be yet to come. I’d also like to see a visual way of managing the relationships between tables, as you get with the SSAS DSV. Gemini doesn’t handle parent/child relationships yet; I’m not quite sure it handles other more complex types of relationship either but I need to play around a bit more here.

    GeminiLP

  • You can create new columns in each of the tables that you load into Gemini and define what values they display using the new Data Analysis eXpressions (DAX) language. Now MS are seemingly keen to stress that DAX isn’t an MDX replacement and I suppose that technically that’s true, but let’s be honest, it’s doing the same job as MDX but trying to be more Excel-user-friendly. I’ve not had a chance to go deep into it at all yet but it certainly looks like there’s a lot to learn here. In the meantime, from the tutorial doc I’ve got, here’s an example of a DAX calculation that returns an average of Sales per State:
    =CALCULATE(
    AVERAGE(‘Total Sales'[SalesAmount]), ALLEXCEPT(‘Total Sales’, ‘Total Sales'[State or Province])
    )
    Is this easier than MDX? Will power users be able to write this? I honestly don’t know yet.

    You can also control whether DAX calculations are updated automatically or only when you click the ‘Calculate’ button on the ribbon.

  • Once this is done it’s back to the worksheet to create a pivot table, and I’ve already blogged about what’s new here. Unlike a SSAS-bound pivot table, however, you can use any column as a measure and choose how it’s aggregated, using either a Sum, Count, Min, Max or Average (data type permitting). From playing around with it a bit more, the new Slicer functionality does really come in useful here. You can flip back and forth between the worksheet and the Gemini UI very easily.
    GeminiPT  
  • The ‘Options and Diagnostics’ button doesn’t do much except to allow you to dump the current state of the Gemini cube to a .trc trace file for further analysis. 

Overall, there aren’t actually any surprises really. As I said DAX is something I’m going to need to study in a lot more detail; I can’t really comment on the scalability and performance because I’m running on a VM and don’t have a large dataset handy; and I don’t have Sharepoint installed so I haven’t checked out the integration there (which in any case is NDA at the moment). So far I like it; it’s also less of a threat to the kind of SSAS/MDX work I do than I thought it might be – it’s a lot simpler than I’d expected and it doesn’t feel cube-like at all but much more relational.

4 thoughts on “Gemini First Thoughts

  1. Hi ChrisI\’m a bit confused about the ideal scenarios where Gemini could fit in. I cannot really see how BI for the masses MS slogan could provide a valuable solution for most of the cases, as giving the relational data and the modelling task to final users cannot be fully compatible with the added value of having a unique multidimensional source with a more business related semantic.I think that IT people will have the same effort making relational data more friendly anyway,Bringing relational data to the desktop, modelling and then publishing, are tasks more related to a few users (power ones) within organizations than for anyone.I have a lot of unanswered questions:is the modelling phase the real bottleneck in organizations ?. if you delegate modelling to more users , how can organization control a unique version of the truth ?. how "much" excel gemini docs added value can be really shared for most users ?. I think that the ability of putting a doc (or model) to be accessed for everyone is not equivalent to the utility everyone can find in the object shared. are we returning to the "forest of isolated Excel docs" paradigm ?.There may be ambiguity in some scenarios of course, but I\’m loosing the "For the masses" part of the slogan. Maybe my brain is comfortable with the traditional SSAS multidimensional concept and it\’s difficult to rethink the new paradigm.I\’d really appreciate your opinion.ThanksLeandro

  2. Personally I share some of your scepticism, but I think ultimately that Gemini will sell copies of Excel 2010. The technical or business benefits are secondary – it will appeal to the power users, as you say, and it\’s the power users who will lead the charge in their organisations for upgrading to Office 2010 as a result.

  3. Chris,Just a thought on your third bullet above. 1. Maybe it is possible to use native Excel functions, like VLOOKUP for data preparation purposes. I haven\’t tried it out though.2. Or use ReportBuilder to create reports – that serve as \’prepared data feeds\’ for Gemini…

  4. Hi folks. I know I\’m a bit late to the party, but there\’s a related discussion going on here between some other BI pros and members of the PowerPivot (Gemini) team, in an unofficial/informal forum: http://powerpivotpro.com/2009/10/29/football-loading-the-data/#comments All relating to a re-implementation of a professionally-built AS cube using PowerPivot: http://powerpivotpro.com/2009/10/27/announcing-the-great-football-project/Hope that helps in some small way. And feel free to add your own questions/views there.-rob

Leave a Reply to LeandroCancel reply