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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Combibing weekly data

Hi Team,

I have bar chart which shows the user count for each week with respect to the month

rahulkrishna14_0-1641777154451.png

Is there any way I can combine the user  in the week 49 of November to week 49 of december
@amitchandak 




1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , According to my you should month of week start date like

 

Monday start

Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1

Sunday start

Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],1)+1

 

Week = format([Week Start date ], "MMM") & "-W" & format( WEEKDAY([Date],2), "00") 

 

// for Sunday use 1 on a weekday

 

However, I agree with @VahidDM , you can prefer to use week year 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous , According to my you should month of week start date like

 

Monday start

Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1

Sunday start

Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],1)+1

 

Week = format([Week Start date ], "MMM") & "-W" & format( WEEKDAY([Date],2), "00") 

 

// for Sunday use 1 on a weekday

 

However, I agree with @VahidDM , you can prefer to use week year 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thanks @amitchandak @VahidDM 

Anonymous
Not applicable

Thanks @VahidDM  for the input, but my end-user want to see the visual across month week

VahidDM
Super User
Super User

Hi @Anonymous 

 

Try to use the column with Week Number, rather than Month+Week number then the output will be one column for week 49.

 

also, check this link: https://www.vahiddm.com/post/weekly-time-intelligence-dax

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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