Forum Discussion
Gazsim44
Helper III
6 years agoCreate Fiscal Calendar - Saturday Fiscal Week Start Date
Hi All, I have a customer for whom I am trying to set up their fiscal calendar in Power BI. Whilst I can succeed in getting Quarter's and Week's to start succesfully this is only from the curren...
v-lili6-msft
Community Support
6 years agohi Gazsim44
You could use "16" as a return_type for WEEKNUM that it will return Saturday as starting.
Regards,
Lin
- Gazsim446 years ago
Helper III
Many thanks Lin.
How about for a Quarter to also commence on a Saturday - currently I am using the below but again this just follows the month rather than starting on a specific date / day;
"Fiscal QTR", "Q"
& CEILING ( MONTH ( EDATE ( [Date], -1 ) ), 3 ) / 3,Thanks
Gaz
- v-lili6-msft6 years ago
Community Support