How to show a Performance Analytics Dashboard on the Service Portal Landing page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 08:51 PM
Hi All,
I have created one interactive Dashboard through Performance Analytics, and now I want that Dashboard to be visible on my Service Portal landing page as is.
Request you all to please suggest some ideas how can I achieve this.
Thanks
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 10:51 PM
Activate the performance analyst plugins. The new widget will open with name of "Performance Analyst "
Thanks,
Kishor

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2017 06:49 AM
- 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>
Make sure you use a relative url in the iframe src attribute, so:
"/$pa_dashboard.do?sysparm_dashboard=a64b7031d7201100b96d45a3ce610335"
rather than:
Play around with the height CSS property, the longer your Dashboard, the higher the height value will need to be to avoid the iframe scrolling
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2017 06:54 AM
This did exactly what I needed. Thanks Dan!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2020 01:54 AM
Hi, can we also disable the drill downs in portal dashboard?
I tried, below in page CSS field and in the widget too with no luck.
.report_content {
pointer-events:none;
}
Please let me know how can I disable the drill downs and enable the scrolling on the dashboard if it has more reports.
Thank you in advance.