- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 11:48 AM
We have a table called 'incident backlog' in our ServiceNow instance which collects all incidents unresolved as of 11:59 pm each night over the past couple of years.
Using this table i want to create a report that shows incident records that were unresolved 30 days ago (i.e., unresolved at that past point in time), not necessarily still open now, and not in the last 30 days.
Eg: Today June 24 i have 200 unresolved Incidents, i want to find how many incidents were unresolved 30 days ago i.e. around May 24. Sort of a dynamic report. This would then show on June 25 how many unresolved incidents were there on May 25.
Any tips how this could be done using the native reporting platform or using Platform Analytics?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2025 10:53 AM
Hi @Nomaan Memon ,
I found a ServiceNow article from 2022 that might answer your question.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0823423
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 12:48 PM
Hi @Nomaan Memon ,
your requirement is not possible, as platform analytics show realtime data - not historical data. To achieve your requirement performance analytics is needed.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 01:05 PM
Thanks Anders.. Any tips on how this can be achieved with Performance Analytics?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 01:41 PM
Hi @Nomaan Memon ,
yeah, quite normal use case for performance analytics, as performance analytics takes snapshot of your data en preferred interval e.g. daily, weekly or monthly.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 01:52 PM
First, your license has to include it. A ServiceNow system admin in your company should know.
Second, if you do have it, you need people with training, starting with https://learning.servicenow.com/lxp/en/now-platform/performance-analytics-pa-essentials?course_id=a7.... It is quite complicated and you probably shouldn't pick it up for one use case.