Work Order Aging in Powerpivot

butlerrbrian

New Member
Joined
Jan 30, 2013
Messages
37
I am attempting to complete a report of work orders aging by days in 9 different buckets for columns, with multiple "customers" in rows. In Excel, I would use =COUNTIF with a nested AND to accomplish this, but I am struggling with it in Powerpivot. There is a different table for each "customer", but the measures are the same.
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
How about a table in PowerPivot with an =NOW() formula? Then you add that as a pivot field or cube formula. That might get updated even when you click a slicer but I don't think so.
 
Upvote 0
you need to refrence a cell in pivottable. Note do not use mouse to select cause it will nest a getpivottable function inside your formular. use keyboard to enter a cell refrence.
then add customer format dd-mmm-yyyy hh:mm to your rusult. It will work. I use this a lot.
 
Upvote 0
Definitely works with cell reference, but changes every time the pivot refreshes, not the underlying data. Maybe the right question is how to get the data.csv timestamp in a cell?
 
Upvote 0
You need a trigger to let excel know to retrieve new data from your source. Have you tried to configure the connection property of your PivotTable.

</SPAN>
 
Last edited:
Upvote 0
The connection is configured to refresh all tables every 60 minutes. I want to display the data.csv (not last sliced at) timestamp so that my users will know they have the latest data. It also allows me to audit how reliable the data source is.
 
Upvote 0

Forum statistics

Threads
1,223,937
Messages
6,175,512
Members
452,650
Latest member
Tinfish

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top