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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Anonymous
Not applicable

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

 

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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