Users are unable to view the PA Dashboard even if the user has visibility to the domainIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms User is not able to see PA Dashboard even though he has visibility to the domain of the dashboard Release London and above Cause It is expected behavior that PA Dashboards will not be visible to the user even if the user has visibility to the dashboard's domain. A user in parent domain should not be able to access dashboard created in subdomain. This same thing is also applicable to dashboards shared between different domain users. The reason for such a change is "pa_dashboards" are process separated table records because it contains "sys_overrides" column. So this process separation should be applicable in reverse order than data separation. Resolution Below are the two possible solutions : 1. As user is in "TOP/Domain A/Domain AA" domain, dashboard & its widgets should either exist in "TOP/Domain A/Domain AA" or "TOP/Domain A" or ""TOP" or "global" domain, and then shared with the user for access. OR. 2. User should be able to switch to domain of the dashboard from domain picker, so system property "glide.ui.domain_picker.role" should be created and domain picker access should be given to user. Additional Information Supporting documentation link : https://docs.servicenow.com/csh?topicname=domain-separation-in-dashboards.html&version=latest