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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Anonymous
Not applicable

Dax to make a weeks columns based on a date column

Hello everyone, 

I hope you are doing well

 

I would like to know how can i create a week column (like 1st week, 2nd week, 3th week and 4th week) based on a date column

2 REPLIES 2
FreemanZ
Super User
Super User

try to create a new column with this:
WeekNum = WEEKNUM([Date],2)

or like this, to be more close to your expectation:

WeekNum = “Week”&WEEKNUM([Date],2)

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.