Hi there!
I need to make a simple dashboard metric widget displaying the current day's date as day ___ of 365, as a percentage.
Even more specifically, if possible, I need to do this same thing for today's date as day ___ of [number of days in current quarter], as a percentage.
Examples:
Today is Feb 18, which is day 49 of the year (13%) or day 49 of 90 in Q1 (54%).
July 4 would be day 185 of the year (51%) or day 4 of 92 in Q3 (4%).
Any tricks for this?