Is there a way to get existing charts from other dashboards into a new dashboard and have more than 6 charts in a dashboard.
*This post is locked for comments
Is there a way to get existing charts from other dashboards into a new dashboard and have more than 6 charts in a dashboard.
*This post is locked for comments
I think I found a way for online, I used found this website.
ledgeviewpartners.com/.../embed-dashboard-within-dashboard-dynamics-365-crm
for Online to cant do but on premise you can add more. If you are on On-Premise then pls follow Eric & Kishore Suggestions
You can use powershell to change the maximum number of dashboards:
Add-PSSnapin Microsoft.Crm.PowerShell
$setting = Get-CrmSetting -SettingType DashboardSettings
$setting.MaximumControlsLimit = 10
Set-CrmSetting -Setting $setting
See the below KB article section:
Check out this thread. It might help you.
André Arnaud de Cal...
292,489
Super User 2025 Season 1
Martin Dráb
231,305
Most Valuable Professional
nmaenpaa
101,156