Forum Discussion
rachoksh
9 years agoRegular Visitor
Sharepoint usage
How can I find unused SharePoint online site collections that have been abandoned for more than 6 months? Can O365 Content pack for Power BI help me with this? Thanks
Anonymous
9 years agoNot applicable
Create a measure using the DAX below to check the minimum date in your table, maybe the minimum date is within 7/180 days.
MinDate = MIN('TenantSharePoint-Usage'[ContentDate])
Regards,
Lydia
rachoksh
9 years agoRegular Visitor
Still the same output - :smileysad: