I am trying to display/embed a Power View report from Sharepoint 2013 'document library' into CRM 2013 dashboard.
CRM 2013 - On Premise, Sharepoint 2013 - On Premise.
Below are the steps I followed:
- Developed a sample Power View report in Excel 2013 using CRM OData Feed
- Uploaded the Power View report (.xlsx) to Sharepoint 2013 Document Library
- In CRM, created a System Dashboard and added an IFrame.
- Copied the Power View report URL and appended "&action=embedview" to the query string.
- Updated the string above into the CRM Dashboard IFrame URL property. Un-ticked the 'Restrict cross-frame scripting ' check box. Saved and Published the dashboard.
(as suggested in - Embedding Power View reports in CRM 2013 , PowerView reports in CRM)
Opening the dashboard in CRM displays 'This content cannot be displayed in a frame' error.
What I have tried so far : Changing IE settings based on -- article
I've seen this one too -- IFraming Sharepoint hosted apps but couldn't to understand what needs to be done. When I tried opening my 'document library' using 'Open in Explorer' and changed the /Forms/AllItems.aspx to include the tag below, it broke the document library.
<WebPartPages:AllowFraming runat="server" />
Please assist.