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
Rishabh GoelRishabh Goel 

I have a dashboard report , I need it to be displayed on vf page.

<!-- This is the vf page code i wrote -->

<apex:page sidebar="false">
     <apex:pageBlock title="My Content" mode="edit">
     <apex:pageBlockSection title="My Content Section" columns="2">
<apex:outputPanel id="SalesfunnelDashboard" >
     <script>
     window.location.href="https://rishabhdomain-dev-ed.my.salesforce.com/01Z7F000000mFeg";
     </script>
       </apex:outputPanel>
     </apex:pageBlockSection>
</apex:pageBlock>   
</apex:page>
NagendraNagendra (Salesforce Developers) 
Hi Rishabh,

Sorry for this issue you are encountering.

May I suggest you please check with below link from the forums community with a similar discussion which might help you. Please let us know if this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra