Asset Depreciation Workflow in Alteryx Using Diminishing Value Method
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Community,
I’m looking to build an asset depreciation workflow in Alteryx using the Diminishing Value Method. Below is the input data I plan to use for the calculation:
Depreciation Start Date Asset Cost Depreciation Rate Depreciation Method
31 Mar 2013 | 1,156.00 | 12% | Diminishing Value |
I’ve attached an example of the expected result.
Requirements:
Depreciation should be calculated monthly, starting from the depreciation start date, and should continue until the Net Book Value (NBV) reaches $10.
Could someone guide me on how to set up this workflow in Alteryx? Specifically, I’m looking for help on:
- Setting up monthly depreciation calculations using the diminishing value method.
- Generating rows for each month until the NBV reaches the $10 threshold.
Solved! Go to Solution.
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Buddhi_DB
find the workflow attached
mark done of solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Raj , Thank you for considering this. If you have a moment, please refer to the attached expected result. The depreciation should be calculated as follows: (Net Book Value - Monthly Depreciation). This calculation is based on the diminishing value method.
The monthly depreciation rate can be calculated using the formula: "1 - (1 - 0.12)^(1/12)."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Buddhi_DB
i have updated the formula and this produces expected results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Raj , It works! Thank you very much for your support, as always.
