You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the Template all over my models but I would greatly appreciate a Detailed Week Number in format 'W17 - 20/04/20-26/04/20' to use in slicers.
I have added a column for that already, but would be great to have this embedded.
The text was updated successfully, but these errors were encountered:
I added the following to my calendar table. It worked for our case.
At Line 774 "Calendar Week Start Label", CalendarGregorianPrefix & "W" & FORMAT ( CalWeekNumber, "00" ) & "-" & CalDate - WEEKDAY(CalDate, FirstDayOfWeek +1 )+1,
At Line 1412 "Calendar WeekLabel", [Calendar Week Start Label],
Produces a value "W26-6/22/2020" for example. I think this could handle if you had your calendar setup to start on a day other than Monday because it's leveraging "FirstDayOfWeek" from the variable setup.
I use the Template all over my models but I would greatly appreciate a Detailed Week Number in format 'W17 - 20/04/20-26/04/20' to use in slicers.
I have added a column for that already, but would be great to have this embedded.
The text was updated successfully, but these errors were encountered: