AI Control Tower value metrics table is not populating or Not calculating valueIssue ProblemAI Control Tower value metrics table is not populating / not calculated value Steps to reproduce Go to AI control tower > HomeGo to Value dashboardNo data is updated ReleaseGenericCauseRoot CauseThe root cause is that none of the assets were marked as 'Managed' in the AI Control Tower, and the Value dashboard only tracks data for managed assets. This is expected functionality in versions prior to AI Control Tower v6.0.3, where the managed/unmanaged feature was introduced.ResolutionSteps to Resolve Be sure you have the latest versions of plugins: AI Control Tower CoreValue dashboard for AI Control TowerValue Engine After installed the plugins, be sure to repair plugins Value dashboard for AI Control TowerValue Engine Update the status of assets to 'Managed' Navigating to > AI asset inventory - UnmanagedCheck the list assetsClick on any assetClick on "Move to Managed" UI Action location on the top-right Check the sys_property sn_value_engine.upsert.allowed.historical and set it to true if necessary to allow historical data overwrites. If you are not able to update this property to true, please reach Support and request to update to true Run the dependent jobs AIValue Historical Data CollectionAIValue.Agent Historical Data CollectionAIValue.CreatorDashboard.DailyJob Verify data insertion by checking the sys_updated_on field in the sn_value_calculated_data_v2 table for records with timestamp. Trigger the AIValue.ValueDashboards.HistoricalJob if it is not auto-triggered.