- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2019 11:30 AM
We use Share Point and lot of the times we embed Tableau Dashboards in Share Point using the URL. This is how so many users access of dashboard through Share Point.
We have been trying to embed our PA dashboard by using dashboard URL (Copy Dashboard URL) but dashboard never renders on Share Point portal. What could be the problem ? How can we embed our PA dashboards in SharePoint?
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2019 10:21 AM
Take a look at the browser console if you are getting and error. I'm guessing there is a security constraint blocking it. You may have to while list the Sharepoint URL so ServiceNow will allow you it iframe it in (which is a security issue if not controlled).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2019 10:21 AM
Take a look at the browser console if you are getting and error. I'm guessing there is a security constraint blocking it. You may have to while list the Sharepoint URL so ServiceNow will allow you it iframe it in (which is a security issue if not controlled).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2021 05:40 AM
Hi Adam,
How can we whitelist, or where we need to list the sharepoint URL exactly?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2021 09:39 AM
My experience is that it is the source system needs to be managed as that is what is blocking embedding it. For example, if you want to embed ServiceNow in another system you have to config ServiceNow to allow it:
https://docs.servicenow.com/csh?version=latest&topicname=x-frame-options-sameorigin
You'll have to find the equivalent on your source system.