How To Add Dashboard in Service Portal Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2023 09:45 AM - edited ‎01-29-2023 09:45 AM
Hello all,
I want to add a dashboard to the service portal page. how can I achieve this functionality please guide me on this.
Thank You.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2023 12:48 PM
Hi @Sagar_pawar
You are unable to add a dashboard to the Portal. However, you can add reports to the portal page. Please refer to the link below on how to add reports to the portal.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0866321
If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2023 06:41 PM
@Sagar_pawar Below are the steps to do it-
- Open the dashboard you want to display in the platform UI
- Open dashboard menu in top left and choose Copy Dashboard URL
- Add a HTML Widget to your Service Portal Page
- Hover over the Widget Instance and click the Edit icon
- Switch to source code view
- Add code - <iframe style="overflow: hidden; height: 1000px; width: 100%;" src="URLFromStep2Here" width="100%" height="100%" frameborder="0"></iframe>
Also you can go through Reports on Service PortalMark this answer as correct and helpful if helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2023 06:24 AM
Hi Sonia,
I am trying to add the dashboard on Service Portal -Index Page by using HTML widget but its visible as below
Could you please guide me what is the mistake I am doing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 11:43 AM - edited ‎07-27-2023 11:46 AM
This worked out for me. Thanks!