@HeatherDee Are you looking to see when 1) the scorecard itself was last modified (Administration > Scorecard > “Last Modified On”) or 2) when measures within a scorecard or the overall score haven’t been updated?
If option 1: You can use the Scorecard Master object and pull in the below fields, doing a distinct count of the scorecard name grouped by the Modified Date with a filter for Modified Date < Last 30 Days:
- Name (the scorecard name)
- Modified Date (the last modified date as shown in the Admin > Scorecard page)
If option 2: You can use your Scorecard Fact object(s), filtering to your desired measure(s) and/or scorecard name(s) and filter on the “Score Modified At” field, using Score Modified At < Last 30 Days.
Hope this helps 😄