Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
LucasCamargo
Helper I
Helper I

Week of month starts on Monday - Calendar Table

Hello,

 

I created a table from CALENDAR function and now I am trying to create a "week of month" column starting om Monday (Mon - Sun).

 

I already have this code created: 

week of month =
var currentweek = WEEKNUM('Calendar'[Date],1)
var startweek = WEEKNUM(DATE('Calendar'[Date].[Year],'Calendar'[Date].[MonthNo],1),1)
return
Currentweek-startweek+1 
 
But I am not being able to set the starting day to Monday. Power BI sets automatically to format Sunday - Saturday
1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

@LucasCamargo In your WEEKNUM function change the second parameter from 1 to 2.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

2 REPLIES 2
Greg_Deckler
Super User
Super User

@LucasCamargo In your WEEKNUM function change the second parameter from 1 to 2.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

I was trying to change to "2" only in one line, not both haha

Thank you very much Greg!

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.