Downgrading From PowerPivot v2 to v1

February 6, 2012

OK, let’s say you already installed v2, whether inadvertently or…  advertently.

And now you need to downgrade to v1, so that your workbooks function on your server, or can be opened by other people running v1 on their desktops.

So… how to do that?

The Obvious Thing Works for Most People

Simple:  just uninstall v2 (from Windows Control Panel) and then install v1.

But if you see this error when you try to build a new workbook, or open an old one, well, it’s not working out:

An operation that uses the database driver could not be completed - seen after downgrading PowerPivot v2 to v1.

What to do if you get that error?

1) Open Start Menu

2) Find “Command Prompt” – it is under Accessories

3) Right Click on Command Prompt, choose Run as Administrator

4) Once in the cmd window (looks like the old DOS window), type the following:

regsvr32 “C:\Program Files\Microsoft Analysis Services\AS OLEDB\10\msolap100.dll”

You may need to correct for your actual folder location – that’s the location on my machine.  The quotes ARE required.


Microsoft’s PowerPivot Download Links Updated

February 6, 2012

 
My former colleagues at Microsoft have responded to the issue I raised last week and have updated the PowerPivot.com download page to include links to both the “beta” of v2 as well as the latest, trusted version of v1.

Still not perfect though, as the v2 link remains first Sad smile

And since not everyone knows that “2012 RC0” means “test version that won’t work with your servers, or anyone using v1” and that “2008 R2” means “version 1, the one you need for production environments,” well, this could still use some serious clarification. 

So let me make it 100% clear which link is good for what purpose:

image

First Link is a Test Version of V2, Second Link is Released Version of V1

See Also

Downgrading from V2 to V1


Warning: PowerPivot.com download is v2 beta!

February 3, 2012

 
image

“Danger, Will Robinson!”

I’m seeing this pop up a lot now, both in our hosting business and on forums.

If you have gone to PowerPivot.com lately and downloaded PowerPivot, you downloaded a beta (a release candidate) of PowerPivot v2, and probably didn’t know it.

That’s not a big deal except for:

  1. The release candidate likely isn’t as stable as the most up-to-date release of PowerPivot  v1
  2. Workbooks created in v2 CANNOT be opened by v1, and that includes v1 server!
  3. There is no way to “downgrade” a v2 workbook to v1, so if you want to use a v2 workbook on v1, you have to start over

So be careful – v2 is awesome but using it unknowingly may have side effects you didn’t expect, at least until v2 is official released and the rest of your organization upgrades.

I’ve notified MS of this problem but so far they haven’t fixed it.  Both v1 AND v2 should be available for download, with v1 the default, and both clearly marked.

If you want to download v1, here is the link:

V1 PowerPivot for Excel – Download Here

See Also

Downgrading from V2 to V1

Microsoft Fixes the Download Page…  Sorta


Mini Post #2: Mr. XL Launches PowerPivot Forum

January 26, 2012

 
image

Click Image to Visit the Forum

The other day I suggested to Bill Jelen that he might want to add a PowerPivot-dedicated forum on MrExcel.com.  I wasn’t sure what he would say, to be honest.  I mean, he didn’t have a dedicated forum for really anything else – there wasn’t one for VBA, wasn’t one for formulas, wasn’t one for charts.  Instead basically all of those are combined in one single forum.

I respect that approach, really.  If my question involves formulas, charts, and VBA, where would I put such a question?  If he’d segmented the forums like that, it may have fragmented the discussion and ultimately resulted in an ineffective forum.

So I was perfectly prepared for him to say “good idea Rob but I’d rather not introduce noise with a new forum.”  Grudgingly I would have been forced to accept that.  But I was hoping he’d bend the rules just a bit here and make an exception, since PowerPivot still IS very new to the Excel audience.

I was overthinking it.  He loved the idea.  And the forum is already off to a decent start.

So if you have a question, pop on over there and post it.  Also, feel free to answer questions as well – I’m pretty sure I’m going to fall behind soon.

Oh, and be kind to newcomers.  One of the benefits of this new forum is that the legions of Excel pros who frequent MrExcel.com will undoubtedly notice all the activity and wonder what this whole “PowerPivot” thing is all about.

Here’s the link again:

http://www.mrexcel.com/forum/forumdisplay.php?f=29


Mini Post #1: List of all 300+ posts

January 26, 2012

 
image

“I have detailed files.”

A few quick mini-posts today.  First up, I was recently asked if there was a way to see the title of every post and its URL all in one place for reference.  And the answer is…  no, but there should be.

Next week I hope to add a page to the site that provides that sort of index.  In the meantime, here’s a really rough export of all 300+ post titles and URL’s.  It’s not perfect by any stretch but you may find it useful in the meantime.

It is, of course, in Excel format Smile

Click here to download the list of all
300+ posts and their URL’s


The Ultimate Date Table

November 15, 2011

 
image

“Looks like it’s time for me to get myself a date.”

-Ace Ventura, PowerPivot Detective

The Importance of a Date/Calendar Table

I get a lot of questions from people who are struggling with the time intelligence functions in DAX.  And nine times out of ten, the answer is that they don’t have a proper date table.

I know it’s tempting.  You’ve got your sales table, and hey, there’s a Date column in there!  So you use it, and pass that column as a parameter to, say, DATESBETWEEN, or DATEADD.

Sometimes that will give you an error.  And other times, it won’t…  but the results will be funky.

You need a separate Dates table, or perhaps you prefer to call it a Calendar table.  A separate table, whose only purpose is to store dates (and the properties of dates, like DayOfWeek, etc.)  And it contains consecutive dates – no “gaps.”  Even if your business is never open on weekends, you need unbroken ranges of dates.

Oh, and then you need to relate it to your Sales table.  (Or whatever fact/measure tables you have).

Much More Than a Single Column

A single-column table that contains merely dates is enough to make the time intelligence DAX functions operate smoothly.  But you will almost certainly want other fields too.  Like Year.  MonthName.  DayOfWeek.  The list goes on.

Maybe something like this:

image

And yes, you can cobble this together on your own in Excel.  Tedious work though.

Would You Like One for Free?  Try DateStream from Boyan Penev!

Imagine just being able to open up PowerPivot and always having three nice date tables awaiting import:

image

That’s what Boyan Penev has put together for you.  Three great calendar tables that you can download directly into PowerPivot, for free.

He published them to Azure DataMarket, a service from Microsoft where data providers can actually sell you their data sets – things like weather, demographics, etc.

Boyan did this for free though – I suspect half as a service to the community, and half as a project to learn how to provide a service on DataMarket.

It’s pretty damn cool, and really, the story should end there.  If you’ve used DataMarket before, then it DOES end there.  Go get the date tables and try them out. 

But if this is your first exposure to DataMarket, it takes a few minutes to get it set up.  It’s not bad as long as you don’t make the mistakes I did.

How To Get It – Short Version

Hey, it’s on Azure DataMarket.  The URL is in the next section below, or you can just go to Azure DataMarket and search on “DateStream.”

DataMarket is going to be a wonderful service someday, but right now it has a few warts, so there is a Long Version too.

How To Get It – Long Version with Occasional Snarky Commentary

Step 1:  Go to the DateStream page on DataMarket.

image

Step 2:  Get confused.  OK, now is where things get choppy, because frankly, the DataMarket site itself has a terrible user interface.  I sent a full page of feedback to the DataMarket team about a month ago and as far as I can tell, they ignored it.  (Which is pure karma – I used to be one of the people at MS who ignored 90% of the feedback coming in, and now I get to be the one who is ignored).

I don’t want this to be a tutorial on how to navigate their website, or even how NOT to design a website.  So let’s just hit the highlights and try to get to Boyan’s date tables as soon as we can.

Step 3:  Get an account.  OK, this isn’t bad.  Another MS site that requires a Live ID.  Most of us have three of those by now.

Step 4a:  Scan the DateStream page looking for the “Download to PowerPivot” button or link.

Yeah that’s right.  There is no such link – you can get to one by navigating a few levels deeper but I’m going to skip that.  Don’t despair though, good things await you!

Step 4:  Find the URL of the DateStream Service

This is NOT the same as the URL of the DateStream page.  But it IS displayed on the page.  Here’s the URL you need:

image

And here again in text:  https://api.datamarket.azure.com/BoyanPenev/DateStream/

OK, copy that.  You will need it.

Step 5:  Launch PowerPivot, Go Into the PowerPivot Window

And click this button:

 

image

If you don’t have that button, you need a newer version of PowerPivot.  Go get that from PowerPivot.com and resume the next step.

Step 6:  Fill in the Dataset URL From Step 5

image

Step 7:  Account Key

See that last text box in the picture above?  The one with the long code in it that I’ve partly blurred?  That’s my account key.  I highly recommend clicking that Find button.  It’s actually pretty damn useful.

Be careful – the DataMarket site has TWO long nasty codes like that for you.  One of them is the one you want, and the Find button takes you to that one:

image

THIS is Your Account Key

Do NOT, under any circumstances, do what I did, and confuse Account Key with Customer ID:

 

image

This is NOT Your Account Key.
Do NOT Be Tempted to Use This!

Step 8:  Click Next, and Pick Your Table or Tables

image

NOW we are on familiar ground.

Last Note:  Parameterization?

One thing I have not yet figured out is how to limit the date range I import.  The table starts in the year 1900, which goes back a bit far for my needs, and makes the dataset take a long time to download.

You’ll notice that when importing from DataMarket, the Preview and Filter UI lacks the filter dropdown buttons:

image

No Filter Dropdowns, Just Checkboxes

But the DateStream homepage DOES indicated that parameterization is possible:

image

So if you’ve got that figured out, drop me a note Smile


Six Observations from the 2011 PASS Keynote

November 10, 2011

The PASS Summit tends to be one of  Microsoft’s favorite venues for unveiling big news in the BI space.  As you may recall, the 2010 Summit revealed some amazing things for the PowerPivot world.

Yes, I know that the 2011 Summit was weeks ago, and I’m overdue on my observations.  And no, I did not attend in person this year.  But the keynote tends to be the vehicle for the big news, and it was available via streaming.  So I watched it later the same day.

It’s a couple hours long, vast stretches of it are dry wooden rhetoric, you can’t really fast forward it, and I don’t recommend watching the whole thing even though the highlights were worth it.  I’ll share those here to the best of my ability.

Point 1:  Denali Release Date “First Half of 2012”

OK, this means we will get the final production version of PowerPivot v2, the new Tabular BISM, and Crescent in first half of 2012.  I was kinda expecting them to say first quarter of 2012, so I was a little surprised.  I guess this means there is still time to get real feedback submitted Smile

Points 2-4:  Cloud and Big Data

A very distinctly “cutting edge” feel to this year’s keynote.  And honestly, there appears to be substance to it, not merely hype.  I would say that the SQL team is one of the most nimble orgs at Microsoft, and one of the most responsive to changing customer needs.

2) “The cloud world is a hybrid of your data center and the cloud”
      -
SQL VP Ted Kummert

image

This was a very deliberate and prominent statement.  It’s very interesting (and encouraging) that they said this – a sharp contrast to the MS reputation of “our offerings are the only things in the universe and are only designed to work with themselves.”  (BTW – that reputation, while deserved, derives from the academic mindset of MS employees rather than from arrogance, but at times that’s a fine line).

The meaning here is that we will be able to opt in “a la carte” rather than being forced to convert completely to Azure in order to make use of service X.  I like that a lot, because I expect some services to mature faster than others.

OK, maybe that’s not a big deal.  That’s just good business strategy and perhaps obvious.  But there’s a big difference between them stating this as a prominent theme (as they did) versus mentioning it as a detail, or merely bringing it up in Q&A (which is often the case).  They were NOT saying this last year.  So I call this a very positive development.

3) “Reporting Services Will Be Available in Azure Sometime Next Year”
      
(…and then nothing was said about Analysis Services)

I forget who said this – it was either Ted or Amir, or maybe both.

The real information for me here was what was NOT said.  They said nothing about Analysis Services (SSAS), and the omission simply cannot be an oversight.  It was too obvious, the void in the next sentence was tangible.

That means they either already know that it will be 2013, or they are trying for 2012 but aren’t sure enough yet to promise it.  Either way, we can safely assume we won’t see SSAS Azure until late 2012 at the earliest.

Since PowerPivot is built on Analysis Services, that also means we won’t see any PowerPivot in the cloud until late 2012 at the earliest.  Furthermore, Office 365 won’t support PowerPivot until late 2012, or probably 2013.  That’s not a fact, but it’s a very safe guess.

4) Hadoop Support in PowerPivot!

PowerPivot and Hadoop:  Sounds Like Chocolate and Peanut ButterDo you use Hadoop?  I don’t either, at least not yet, but a number of our clients at Pivotstream do.  So my ears definitely perked up when they said that we will soon have an ODBC driver that connects directly to Hadoop sources.  And as a bonus, our boy Denny Lee got some stage time giving the demo.

Seems like a natural fit – PowerPivot’s ability to crunch large volumes of data coming together with the world’s most popular system for collecting massive amounts of web data.  And again, a departure from the MS norm.  I would typically expect MS to hastily invent a Hadoop competitor and rush it to market, then take five years to make it a credible competitor.  Maybe that’s still a long term goal, but to embrace something with open source and Google roots like this so prominently is again a very novel and mature move that we should salute.

I’m actually getting a more in-depth demo and update today, so I hope to report back with more detail soon.

5) Introducing Data Explorer!

image

How often do we get something 100% brand new?  Data Explorer allows you to take basically any collection of data sources – like an Excel file on my desktop, a sales data set in SQL Azure, and a demographics data source on DataMarket – and mash them together into a single table.

Even better, it then allows me to publish the resulting data set, in Azure, so that others can consume it.

I have a LOT of questions about this new offering, but very little time to explore it.  I have asked a member of the Data Explorer product team if I can interview them on the blog.  If that doesn’t work out, maybe one of you out there would like to investigate it and submit a review to the blog.

Point 6:  Crescent is now named Power View

image

Just like PowerPivot was known as Gemini until late 2009, we knew Crescent would eventually get a real name.  And that real name is Power View.  Yes, the space is official.

Point 6a:  Live interactivity in PowerPoint (yes, the slides app) is going to be included in the Denali release after seeming like it was going to get cut.  Pretty cool.

Point 6b:  Purely my opinion, but Power View seems aimed at putting a more glamorous face on traditional BI scenarios – it’s a very “field list oriented” tool which in my experience means that only “data people” will take to it initially.

But I also DO believe that as Excel pros get more and more comfortable with publishing PowerPivot models to SharePoint, they will start opportunistically exploring what Power View can do for them, since Power View can be connected directly to a PowerPivot model and used as an alternative front end (or complement to) Excel Services.


Mini Post 4/4: Refreshing the FAQ, Recruiting New Contributors!

November 3, 2011

The Great PowerPivot FAQ still gets great traffic every day, but I recently realized that no one had added any new FAQ items for a year.

Dave Boylan asked me a question the other day, and that triggered it:  I have been neglecting it, and it could use an infusion of new content and contributors.

Submitting items to the FAQ is quite easy, quick, and straight to the point.  A great place to gain some experience with the community without committing to writing full blog posts.

Even the FAQ Page here on the blog is piling up unanswered questions in comments. Answering one or two of those and adding it to the FAQ is a great place to start.

And you always get public credit for everything you submit.  You also get to add yourself to the Contributors/Moderators list.  (I think there are some people in that list who never submitted anything, and I’m going to trim them out at some point, muhaha).

Dave Boylan and David Churchward both recently signed up.  Dave B then submitted this entry on the EARLIER function.  (And another on market basket analysis). 

If you are interested in becoming a FAQ contributor, drop me a note:  info@pivotstream.com


PowerPivot ROI Comparison: CIMA Part Three

October 6, 2011

 
PowerPivot ROI Comparison

CIMA Part Three:  PowerPivot ROI Comparison
CLICK IMAGE TO VIEW ARTICLE

It’s that time of the month again folks…  you know… for the next installment in my series for CIMA Insight! 

The overwhelming request from the CIMA crowd after they read Part One was to ask for proof of ROI.  These are accountants, after all, and it’s a fair question.

Some of Pivotstream’s customers would be the most “neutral” source for this kind of evidence, but it is difficult to convince folks to take time out of their day to explain to the world what a great competitive advantage they have discovered Smile 

So I think we are going to explore some additional joint case studies with Microsoft, including a more vivid writeup of the Duane Reade case study (Pivotstream and DuaneReade  jointly authored a 25-page whitepaper jammed with quotes, images, and a specific focus on PowerPivot, and the MS marketing machine distilled it to…  something I don’t even recognize).

So Part Two, and now Part Three, are still very much informed by my experiences with all of our clients, but is grounded specifically in a project I have implemented both the traditional way and the PowerPivot way, which is, of course, The Great Football Project.

CIMA readers, I’m very hungry for feedback on part three – particularly on the topic of “should I continue  with more ROI detail in part four, or should I start explaining the basics of how to quickly get started, from an Excel veterans’ point of view?”

Leave comments, send me email, whatever you are comfortable with.  I want to know what would be the next best step, the most useful material for you.


CIMA Part 2 – The Hidden Costs of Traditional BI

September 13, 2011

 
Finding an image for "dark matter" should have been more challenging

“Requirements transmission is the ‘dark matter’ of BI Projects.”

-Me, SQL Saturday Cleveland (in one of my wittier moments)

I’ve always loved the concept:  we know the universe is essentially a lot “heavier” than all the things we can see.  There’s a lot of mass out there that we just can’t see – so-called dark matter.

On paper, BI projects seem pretty simple.  What kind of data do you collect.  What are the kinds of questions you need to answer.  Simple, we draw a line from A to B and off we go.  But then the project runs for a very long time – where does all the time go?

I’ve mentioned this before – the time vanishes in communication, and it vanishes in “ok now that I have what I want, I realize I don’t want that.” 

But in my second post to CIMA Insight, I explain in a bit more depth where and how time and budget manage to disappear in traditional BI projects.

Of course, it’s no surprise that the NEXT part explains how that is greatly reduced with PowerPivot.  I originally planned to include that in the current installment, but those folks at CIMA are strict about that 750 word limit Smile

And yes, the next part ALSO explains how I think traditional BI pros are going to become even more important than they are today.  So if you read this one, traditional BI pros, and want to come rip my head off, please wait until next month Smile

image

From the article:  Diagramming some of the hidden costs

Click Here to Read the Article