Export Report or Dashboard to PowerPoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 11:58 AM
I have a request to export a report or possibly a dashboard to Microsoft PowerPoint. Has any successfully been able to accomplish this within ServceNow?
- Labels:
-
Dashboard

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 12:57 PM
I don't think you can export it to Powerpoint. You either need to take screenshots and paste it to the powerpoint or export the dashboard to PDF.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2023 06:17 AM
Hi @bekfro ,
the short answer is, that it’s not a possibility. You can export a graph from report designer as a picture but not as an ppt.
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
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
11-18-2023 10:41 AM
Hi @bekfro ,
ServiceNow doesn't have a built-in feature specifically for exporting reports or dashboards directly to Microsoft PowerPoint (PPT) format. However, you can achieve this by taking an indirect approach, exporting the data from ServiceNow, and then importing it into PowerPoint manually or using a script.
Here's a general approach you can follow:
Export Data from ServiceNow:
- Run the report in ServiceNow to generate the data you want to include in the PowerPoint presentation.
- Use the export functionality in ServiceNow (e.g., CSV, Excel) to download the data.
Prepare Data in Excel:
- Open the exported data in Microsoft Excel.
- Organize and format the data as needed for your PowerPoint presentation.
Create PowerPoint Slides:
- Open Microsoft PowerPoint and create a new presentation.
- Copy and paste the data from Excel into PowerPoint slides.
- Format the slides and add any additional content or visual elements.
Automation (Optional):
- If you need to automate this process, you can consider using tools like Python with libraries such as pandas and python-pptx. This would involve writing a script to read the exported data, format it, and then generate PowerPoint slides.
Please note that the availability of features and integrations can change over time, and there may be new features or third-party applications available in ServiceNow or the ServiceNow Store that address this need more directly.
Mark as accepted solution & HIT helpful if it suffices your requirement.
Thanks, Sohith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 06:13 AM