Apptio for All

Apptio for All

 View Only

Object Totals (or Fallout) by Month

By Jenny Franklin posted Wed April 24, 2024 06:11 PM

  

View Object Totals by Month for Validation Purposes (or Fallout)!

Step 1:

Create a new report by clicking on New in the Home menu.

Step 2:

Add a table to your report by clicking on Table in the Report menu.

Step 3:

Drag a column over to the Rows section - any column - you're going to remove it later.

Step 4: 

Right-click within the report's white space and select Convert to Legacy Table.

Step 5:

Right-click again and select Edit Data Path towards the bottom. 

Step 6:

Replace everything that appears in the Edit Data Path with the following and click OK.

<%=CurrentBuildPath()%>/

CostModels/

Default/

Cost/

.DateGoesHere/

.Unassigned/

!GROUPBY[{Object},{Category }]/

!NEWCOLUMN[{Network Devices}=Object]/

!NEWCOLUMN[{Object Name}="Object"]/

!NEWCOLUMN[{Name}=Object]/

Step 7:

It's going to show 'No data to display' at first.  Go to the Data menu and click on the Choose icon.

Step 8:

Select the following columns:

  • Object
  • Cost

Step 9:

Now add Formula Columns to show the data by month (I usually add enough for the full year).

Keep adding these so that you have Period-1 through Period-11.  If you want to view at the beginning of the fiscal year and look forward instead of backward, then you would use +1 through +11 instead.

This way you have a full fiscal year view like the one below and you can take a screenshot or export before configuration changes, and then review afterwards to see what changed.  To make it easier, you can add a Formula Column for Total that adds all the period columns together.

You can also make a copy of this report and modify it to review fallout by month as well.  For your calculated columns, instead of using {Cost}, you would use {Unassigned } (notice the space after the 'd' - not a typo, you're gonna need that).

That's all folks! 😊


#ApptioforAll
9 comments
6 views

Permalink

Comments

Fri May 10, 2024 09:35 AM

@Guillermo Cuadrado

I was thinking the same thing yesterday as I was making a change to an allocation. It would be nice to know if it caused fallout in any of the past months without having to go through every month separately.


#ApptioforAll

Fri May 10, 2024 04:23 AM

Elegant as @Dan Kelly's solution is, I kind of prefer @Jenny Franklin's approach. I'll give it a shot. Sometimes I want to see if there is any impact in past periods whenever we make a change. A 12-month view might be useful, although I suspect it'll take quite a while to update...

So far, I was using the regular Cost metric, by selecting the Unallocated option in the drop down menu:

It works well for us, as it displays all objects at once, as opposed to DK's, which seems to require moving from object to object. I guess I could write a report based on that calculated metric. I'll see how it goes.

P.S. I'm experiencing what @Jason Tucker reported a couple of days ago:

I'll have a word with our CSM later on today.


#ApptioforAll

Thu May 09, 2024 12:30 PM

@Jason Tucker, it would require closer examination.  I recommend submitting a Support ticket.  They should be able to help.


#ApptioforAll

Thu May 09, 2024 10:15 AM

 @Dan Kelly I tried to recreate your metric. Mine doesn't show any values or the Unassigned Cost column. I just see the Unformatted Unassigned Cost field but with no values.


#ApptioforAll

Wed May 08, 2024 11:14 AM

NICE - much better!!!  Thank you so much, @Dan Kelly! 🙏😊


#ApptioforAll

Wed May 08, 2024 10:57 AM

Another method that would likely work and would not require a legacy table would be to create a calculated metric with this formula:

={.Unassigned METRIC_NAME}

So like for the Cost metric:

={.Unassigned Cost}



#ApptioforAll

Thu April 25, 2024 10:45 AM

Great idea!!


#ApptioforAll

Thu April 25, 2024 10:32 AM

This is great. Right now, I  just have current month cost vs prior month and percentage change and the unallocated column. I am just showing a 12 month sparkline instead of all 12 month value columns to see where the biggest spikes are.


#ApptioforAll

Wed April 24, 2024 06:24 PM