Forum Discussion
SpiroswayGR
6 years agoResolver III
Custom Week Number for specific Date Range
Dear Community, I would like to create a weeknumber for specific date range in 2 years : Example : Start Date : 01/06/2019 to End Date : 05/11/2020 01/06/2019 to 07/06/2019 is Week1 08/06/2...
- 6 years ago
Like
Week = format([Week Start date],"dd/mm/YYYY") & " to "& format([Week End date],"dd/mm/YYYY")If you need set that as date format : https://community.powerbi.com/t5/Desktop/How-to-apply-UK-date-format-dd-mm-yyyy-in-Date-slicer/td-p/599712
SpiroswayGR
6 years agoResolver III
Greg_Deckler Looks like that i need sequential solution.
With this calendar table is possible to create sequential measure / column ?
Greg_Deckler
6 years agoCommunity Champion
SpiroswayGR Yes, just start by creating columns for Year=YEAR([Date]) and Week=WEEKNUM([Date])