Change the start day of the week, to reflect Sprints starting on Wednesdays? #109
Unanswered
jenniferrosemitchell21
asked this question in
Q&A
Replies: 1 comment
-
Yes you can :)
There's a team I work with who want the metrics to have a week start date
of every Thursday, so I rename the original WeekStartingDate to
WeekStartingDate2 and use this formula:
WeekStartingDate = IF( Dates[DayOfWeek] <= 5, Dates[WeekStartingDate2] - 3,
Dates[WeekStartingDate2] + 4)
…On Wed, Nov 22, 2023 at 4:02 PM jenniferrosemitchell21 < ***@***.***> wrote:
Hi Nick, Is there any way to change the start day of the week? i.e. to
Wednesday to mirror the Sprints
—
Reply to this email directly, view it on GitHub
<#109>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHACM2RM65FHHLNELYJUY4TYFYOYJAVCNFSM6AAAAAA7WPC25OVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHA4DANRYHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Nick, Is there any way to change the start day of the week? i.e. to Wednesday to mirror the Sprints
Beta Was this translation helpful? Give feedback.
All reactions