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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Month & Week Number in a Tabular Grid

I was asked to re-create in Power BI a tabular report where the dates have been manually manipulated. The data is derived from a SharePoint list with limited fields. The list contains a month and week of projected and actual billed hours. I have built a custom calendar and linked it to Create Date however, the report is not driven by that date field so it doesn't help and my only real issue is in getting the  "for Month" to sort in my visual. 

Here is the original report:

anwilkins_1-1629989730815.png

My version in Power BI

anwilkins_0-1629989529938.png

Here is my calendar

Calendar =
var _calendar = CALENDAR("07/01/2021", "12/31/2023")
return
ADDCOLUMNS(_calendar,
"Year", Year([Date]),
"MonthNo", MONTH([Date]),
"Month", FORMAT([Date], "mmmm"),
"Day", DAY([Date]),
"Day No", WEEKDAY([Date],2),
"DOW", FORMAT([Date], "DDD"),
"Quarter", "QTR" & FORMAT([Date], "Q"))
 
Any idea on how to get the month to sort or to add in the dates of the weeks would be super helpful!

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous ,

You need to create a sort column and mark that as sort column

 

Month Year = FORMAT([Date],"mmm")
Month Year sort = FORMAT([Date],"mm")

 

Mark Month Year sort as sort column of Month Year 

 

Sort Month Year.png

 

How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c

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

2 REPLIES 2
Anonymous
Not applicable

Thanks for the idea but my calendar was hosing things up so I took it out of the mix, used the Create date from SharePoint and then created sort on that date. As always...I appreciate this community!!!

amitchandak
Super User
Super User

@Anonymous ,

You need to create a sort column and mark that as sort column

 

Month Year = FORMAT([Date],"mmm")
Month Year sort = FORMAT([Date],"mm")

 

Mark Month Year sort as sort column of Month Year 

 

Sort Month Year.png

 

How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c

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

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors
Top Kudoed Authors