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
Devaraj 7Devaraj 7 

how to show more than 3 dash boards in homepage new version

NagendraNagendra (Salesforce Developers) 
Hi Devaraj,

Goto YourName-->Setup-->Customize-->home-->Home page components
Click New to create custom components,
Give the Name to the components and then select HTML area.

After that Select show HTML checkbox as shown in the screenshot
User-added image Then paste the following code,
<iframe src="/00000000000?isdtp=lt" frameborder="0" height="900" width="1280"></iframe>
Note:-/000000000 is the Id of the dashboard, change that into your dashboard Id which you want to display on the Home page.

Hope this helps.

Kindly mark this as solved if it's resolved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Thanks,
Nagendra
 
Devaraj 7Devaraj 7
Sorry bro this is already tried it is not working for me.