Anuj Sahu
03/19/2026, 11:40 AMkapa.ai
03/19/2026, 11:41 AMProtectedReportSdkError). [ProtectedReportSdkError] Check with your workspace admin whether data access/security filters are preventing your user from viewing that insight.
-------------------------
2. Warning triangles on the other visualizations
These could be caused by several things:
• LDM/mapping issues: If recent changes were made to the data model (renamed attributes, changed mappings, or reverted changes), visualizations can break. Check the LDM for any warnings in the mapping tab for the attributes used in these insights. [Dashboards failing – LDM label issue]
• Incorrect or non-existent identifiers in the insight definition: If the visualization references attributes or filters that no longer exist, it will fail. Check the visualization object via the API endpoint:
GET /api/v1/entities/workspaces/{workspaceId}/visualizationObjects/{insightId}
and verify all identifiers are valid. [Cannot find visualization]
• Data limits exceeded: If a visualization uses too many datapoints (e.g., over 100,000 rows without a metric), it will error. [Limits hit]
-------------------------
Recommended next steps
1. Open browser DevTools (Network or Console tab) while loading the dashboard and capture any Trace IDs from failing requests — these are essential for Support to investigate.
2. Check if the same visualizations work when opened directly in Analyze.
3. Review the LDM for any warnings or unmapped attributes.
4. If the issue persists, open a support ticket at support.gooddata.com with the Trace IDs, workspace/dashboard links, and a description of any recent changes. [Support guidance] 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.kapa.ai
03/19/2026, 11:43 AMJoseph Heun
03/19/2026, 11:48 AMJoseph Heun
03/19/2026, 12:02 PMAnuj Sahu
03/19/2026, 12:02 PMJoseph Heun
03/19/2026, 12:03 PMJoseph Heun
03/19/2026, 12:15 PMprogressreportid is the correct identifier for the attribute in the zengine_master datasource, particularly if there are separate dev/prod environments with different IDs.
2. Check the LDM — Confirm that the attribute is properly defined and mapped in the workspace's Logical Data Model.
3. Invalidate/clear the cache — After making any corrections, clear the cache to ensure stale references are not causing the issue.
If you are still facing issues after checking these points please let us know.Anuj Sahu
03/19/2026, 12:30 PMprogressreportid and checked LDM, still facing issues.Julius Kos
03/19/2026, 8:30 PMThe attribute='attribute/progressreportid/zengine_master' was not found in any dataset.Julius Kos
03/19/2026, 10:02 PMJulius Kos
03/19/2026, 10:58 PM