% Change month over month..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2022 10:41 AM
I am trying to create a similar report in PA that compares Current Month to Previous Months and provides a % difference. Similar to this.
- Labels:
-
Performance Analytics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2022 10:50 AM
Duplicate post: https://community.servicenow.com/community?id=community_question&sys_id=5da5e7691b1fc550fc3233bc1d4b...
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2022 11:50 PM
To calculate Month-over-Month growth, subtract the first month from the second month and then divide that by the last month's total. Multiply the result by 100 and you're left with a percentage. The percentage is your Month-over-Month growth rate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 05:51 AM
I know how to calculate it as that's how I achieved it in Excel. However how is it achieved in PA? How do you capture first month, second month, etc so that you can use the formula? Detailed steps would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2022 01:36 AM
create a indicator sources in that take valid for frequency as MONTHLY
create a automated indicator in that take aggregation as AVERAGE
In the PA widget take type as TIME SERIES, visualization as COLUM
In job take relative end and start 30- 0 and run the job daily
i think this would help