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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
DanielDArtist
New Member

WeekNumber In a Month

Hi All,

 

I have the following business case, please help me to solve it.

 

I would like to create a dimension (x axis for example in a line chart) and show each weeknumber inside the month.

Number of the weeks should have to restart in every month.

 

I have a date field like 2017.01.02 (YYYY.MM.DD)

 

I would like to get, for example 201701W1  201701W2 201701W3 .... 201702W1 ...201702W4.....201703W1.

 

Thanks,

Daniel

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @DanielDArtist,

 

You can try to use below formula to show the formatted date.

 

Calculate column:

Week = FORMAT([Date],"yyyymm")&"W"&WEEKNUM([date],1)-WEEKNUM(DATE([date].[Year],[date].[MonthNo],1),1)+1

 

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @DanielDArtist,

 

You can try to use below formula to show the formatted date.

 

Calculate column:

Week = FORMAT([Date],"yyyymm")&"W"&WEEKNUM([date],1)-WEEKNUM(DATE([date].[Year],[date].[MonthNo],1),1)+1

 

Regards,

Xiaoxin Sheng

Anonymous
Not applicable

The DAX formula you need is: Year([Date])&FORMAT([Date],"MM")&WEEKNUM([Date],2)

 

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.