+ Reply to Thread
Results 1 to 5 of 5

Accumulated performance, based on total running in pivot

  1. #1
    Registered User
    Join Date
    10-24-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    3

    Accumulated performance, based on total running in pivot

    Hi,

    I'm trying to do an pivot, where i record deliveries for a period, and eventuelle issues recorded in connection to the delivery. The powerpivot, contains 2 sheets, one showing the all deliveries, 2nd showing deliveries with issues.

    Based on these i generated a pivot showing deliveries per week, issues per week, performance per week, accumulated deliveries in period, accumulated issues in period. What i cant do, is creating an accumulated performance for period, inside the pivot?

    Hope that you can help.

    Attached an Excel file as an example, the cells marked with green, is what i'm trying to do inside the pivot.

    BR
    Jens
    Attached Files Attached Files
    Last edited by mrwolle; 08-26-2014 at 02:26 PM.

  2. #2
    Forum Contributor noboffinme's Avatar
    Join Date
    08-29-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2003/7/10/13/16/19
    Posts
    1,071

    Re: Accumulated performance, based on total running in pivot

    Hi mrwolle,

    I haven't used Powerpivot often so this looks like a consolidated pivot to merge the 2 worksheets.

    Normally, I would suggest a calculated field
    but need to know how you created this 'consolidated' pivot.

    Cheers
    Remember you are unique, like everyone else

  3. #3
    Registered User
    Join Date
    10-24-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Accumulated performance, based on total running in pivot

    Hi noboffinme,

    Thanks for your reply.

    Not sure if understand your question correct. But i created an relationship between delivery no. in both sheets, and by this created the pivot.

    Tried a calculated field, but somehow this is not possible on an total running total in.

    /Jens

  4. #4
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Accumulated performance, based on total running in pivot

    you can use three measures

    DeliveryCount:=count(Deliveries[Delivery number])
    IssueCount:=Count(Issues[Delivery number])
    PerformanceYTD:=CALCULATE([IssueCount]/[DeliveryCount],FILTER(ALL(Deliveries),Deliveries[Delivery week]<=max(Deliveries[Delivery week])))
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  5. #5
    Registered User
    Join Date
    10-24-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Accumulated performance, based on total running in pivot

    Hi JosephP

    I'm impressed, this was exactly what i was searching for

    Thank you so much for your help in solving this Excel problem for me.

    /Jens

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Running Total Pivot Question
    By ebase131 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 03-04-2014, 10:30 AM
  2. Pivot Chart Running Total - Removing Current Year Future Total
    By car3489 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 07-27-2013, 03:35 AM
  3. % of Accumulated sub-total in Pivot table
    By Lynn Au in forum Excel General
    Replies: 6
    Last Post: 10-12-2012, 09:52 PM
  4. Pivot table running total
    By Avner in forum Excel General
    Replies: 4
    Last Post: 11-23-2006, 12:08 PM
  5. [SOLVED] % of Running Total to Grand Total in Pivot Table
    By David in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-17-2005, 04:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1