Sam reported that the Leads dashboard was still broken after the first dashboard metadata restore. Follow-up API inspection found the actual failure: the three new form-fill KPI components were returning Salesforce dashboard error 209 because their source reports were tabular reports without dashboard settings. Salesforce dashboard metric components require a compatible summary or matrix report, or a properly configured tabular report.
Converted the three form-fill source reports from Tabular to Summary, grouped by Web_Form__c.Platform__c, and removed Platform__c from the selected columns because Salesforce metadata does not allow a grouping field to also be listed as a detail column.
Updated reports:
MarketingReportsandData/CMO_Form_Fills_MVA_MTDMarketingReportsandData/CMO_Form_Fills_MVA_R30MarketingReportsandData/CMO_Form_Fills_MVA_YTDThe first report deploy attempt failed with a metadata constraint: You can't include groupings in the selected columns list. That was corrected. The successful deploy was 0AfUV000001XsPF0A0, completed 2026-05-28T20:10:15Z, deploying all three report updates.
Triggered a dashboard refresh with Salesforce Analytics API. The dashboard status endpoint now reports all five components as DATA. The refreshed dashboard payload confirms:
Form Fills - MVA MTD: DATA, 12Auto Leads and Signed Cases by Month: DATA, 5023 aggregateForm Fills - MVA 30d: DATA, 14Auto Leads by Source - Since 2024: DATA, 1984Form Fills - MVA YTD: DATA, 77The visible dashboard failure should now be resolved at the component-data level. Chrome visual QA was still blocked by a Chrome extension UI overlay, so the authoritative verification is Salesforce Analytics component status plus refreshed dashboard payload.