Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning,
i would like to create a week dimension by a date field.
I want to start the count of the week from the first day of january.... 01/01/2020.
What do i need to do?
week(DATE,1) ?
try below
If you want week year the try below
LunarWeekName(Date)
If you just want week number then try belo
=floor(Right(LunarWeekName(Date), 2))
i would like to hav the number of the week.
from 1 to 7 january is first week,
from 8 to 14 is the second one... and so on...
try below
If you want week year the try below
LunarWeekName(Date)
If you just want week number then try belo
=floor(Right(LunarWeekName(Date), 2))
Question: Why some weeks are set with 8 days?
I expect to have 7 days....