Unable to group rows in pivot table created from PowerPivot data
-
יום חמישי 12 אפריל 2012 16:07
I found an old answer to this same question as "Grouping is not implemented for the in-memory PowerPivot models". I'm not quite sure what this means. The row label I'm using is a calculation =value(users[1st Load]-users[Registration date]). 1st load and Registration date are both dates (not idea why I had to use VALUE to stop the error!) and this gives an output of 0 to 175 days. I want to group them 0-7, 8-14 etc.
Thanks for any advice
Mike
כל התגובות
-
יום שישי 13 אפריל 2012 03:19
Hi Mike
Grouping rows can be done using Alberto Ferrari's technique for 'banding'. check out his blog entry, that explains how to implement the technique, @ http://sqlblog.com/blogs/alberto_ferrari/archive/2010/10/12/banding-with-powerpivot.aspx
Javier Guillen
http://javierguillen.wordpress.com/- סומן כתשובה על-ידי masplin שבת 14 אפריל 2012 13:20
-
שבת 14 אפריל 2012 13:20Brilliant.
-
יום רביעי 06 מרץ 2013 23:29
Brilliant??!? I used to be able to select three items in the pivot table, right click and say "Group". Now, using the solution described in this blog post, I either have to write an IF formula or create *a separate table* containing the values I want to group on and then write a formula doing a lookup into the separate table.
I'll tell you what would be brilliant - make selecting and right clicking work!