after I open report designer and click row definition I found this error (column definition work properly)
The operation could not be completed because the item no longer exists.
Component: Microsoft.Dynamics.Performance.Reporting.DataAccess.Server.RowFormatService
User: domain\user
Machine: servername
I also try running
UPDATE [Reporting].[ControlReport]
SET CheckedOutTo = NULL, CheckedOutDate = NULL
WHERE not CheckedOutTo is null or not CheckedOutDate is null
but this error still exist.
Does anyone used to face this issue? How can you fix that?