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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
sdukes
Helper I
Helper I

Visualize by Month and Week Number

Here's a fun one - created a Dax calendar using CALENDARAUTO(12)

Added a column using: Month = FORMAT(DatesDAX[Date], "MMMM")

Added a column using: WeekNum = WEEKNUM('DatesDAX'[Date].[Date])

 

Put them into a hierarcy to get the following visual:

 
 

Capture1.PNG

 

 

 

 

 

 

 

 

 

The only issue is that because the week numbers exist in both months - it's doubling the data for those crossover weeks(27,31,36).

 

Any ideas how I can clean this up?

 

Thank you!

1 REPLY 1
lbendlin
Super User
Super User

Yes, don't mix months and weeks.  They do not work well together.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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