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
Mikhael Briones 1Mikhael Briones 1 

Displaying Dashboard for Partner Community Users

I need to display a certain dashboard to be viewed by Partner Community Users. The report folder and dashboard folder where already shared to the Partner Community users. What I have tried so far is (1) using iFrame where I am embedding the url of the dashboard; it's working though but it's size is too small, (2) I also tried using analytics:reportChart, on preview of my vf page I'm getting a good result but when I view it on the actual community portal using a Partner Community user access it gives me this error "You need access to the source report type to view this report chart".

What seem to be the problem? Here's my code:

<analytics:reportChart developerName="Lead_Over_Status"  size="large" cacheResults="true"></analytics:reportChart>
NagendraNagendra (Salesforce Developers) 
Hi Mikhael,

Please check with below:
  • Check custom profile has full access to the objects
  • Check report type is deployed
  • The report is within a folder where the user has permissions
  • Check that the dashboard folder is shared with the partner role for the particular user.
For more information check this thread from the forums community. Please let us know if this helps.

Mark this as solved if the information helps.

Best Regards,
Nagendra.P
Mikhael Briones 1Mikhael Briones 1
Hi Nagendra,

- The profile that I'm using is Partner Community
- I'm using developer org and report type is standard Lead
- Yes, report is within the shared folder
- Dashboard is shared to the Partner Community users
Brenna Hawley-CraigBrenna Hawley-Craig
Did you find a solution for this? I'm having the same issue.