Entity is recycled error in dashboard top left corner

Hi Team

I am getting below error in one of my dashboard which I am not able to figure out the reason for same
Does any one have any idea what causes this error.

Error 1 of 1
Title:
Entity is recycled: “ms_LeadPassDashBPOO” (099ebe86-5c89-41d1-bfb1-72886de7dd78).
Details:
(Dundas.BI.NotFoundException)
8
SecurityCriticalGetCore
Dundas.BI.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=521861cc52c056d5
Dundas.BI.Entities.EntityAccessService
Dundas.BI.Entities.EntityBase SecurityCriticalGetCore(System.Func4[Dundas.BI.FileSystem.IFileSystemServiceInternal,Dundas.BI.FileSystem.GetEntryOptions,System.Boolean,Dundas.BI.FileSystem.File], Int64, Dundas.BI.Entities.EntityGetOptions) at Dundas.BI.Entities.EntityAccessService.SecurityCriticalGetCore(Func4 getFileFunc, Int64 revision, EntityGetOptions options)
at Dundas.BI.Data.DataRetrieval.DataRetrievalService.GetRetrievalContexts(ICollection`1 requests)
Version: 6.0.1.1003

Hello, this means something used on the dashboard has been deleted and can be found in the recycle bin. This is usually a metric set or a data cube. If you right click the dashboard and go to ‘Properties’, there’s a button at the bottom to show the references and then you should be able to find out what is in the recycle bin.

Thanks for the response :slight_smile: