function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ArmanMArmanM 

Embedding dashboards with visualforce in lightning homepage

Hi, 

I made a VF page to display a dashboard on the home page. This is not working because it is not displaying anything. How can fix this ?

<apex:page>
<apex:iframe src="https://salesforce.com/one/one.app#/sObject/01Z28000000f9GOEAY/view?t=1471618962936" height="100" frameborder="false"/>
</apex:page>

Thanks
SalesFORCE_enFORCErSalesFORCE_enFORCEr
Salesforce does not support dashboards like this in iframe in lightning. You may need to use <apex:chart>