Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
navaneeth79
Contributor II
Contributor II

Changes to Governance Dashboard

Hi all,

I require to change  the home page of governance dashboard to reflect to year and month list boxes? anyone can help me out with this.

1 Reply
Or
MVP
MVP

You'll have to clarify what exactly you're trying to do. The current dashboard has fixed-time displays, so adding a list box won't actually change anything.

If you're trying to change the fixed-time aspects, it's not too hard - they look something like this:

=num(Max({1<PerformanceDate={">=$(=date(today()-6,'YYYY-MM-DD'))"}>}VMCommitted_MB_)/1024,'#,##0')

Simply change the date aspect from today()-6 to e.g. Today()-30, YearStart(Today()), or whatever it is you want displayed.